<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext, branch 24.6.3.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.3.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.3.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-06-03T17:25:51+00:00</updated>
<entry>
<title>display inflection rule descriptions (#1000)</title>
<updated>2024-06-03T17:25:51+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-06-03T17:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7955fc85ac089d856b44bdea78eccd26ffbd690c'/>
<id>urn:sha1:7955fc85ac089d856b44bdea78eccd26ffbd690c</id>
<content type='text'>
* load descriptions in deinflector

* description functions in deinflectors

* show descriptions in title

* use toaster

* use names without internal

* css lint

* reformat transform descriptors

* fix merge errors

* done?

* rename method</content>
</entry>
<entry>
<title>Add isTextLookupWorthy function for Chinese (#743)</title>
<updated>2024-05-31T23:58:41+00:00</updated>
<author>
<name>Cashew</name>
<email>52880648+cashewnuttynuts@users.noreply.github.com</email>
</author>
<published>2024-05-31T23:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b6341f312d8332ccff0d928d936e9290da0e9584'/>
<id>urn:sha1:b6341f312d8332ccff0d928d936e9290da0e9584</id>
<content type='text'>
* add is Chinese check move

* fix lint

* fix lint

* fixes

---------

Co-authored-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;
Co-authored-by: Stefan Vukovic &lt;stefanvukovic44@gmail.com&gt;</content>
</entry>
<entry>
<title>Allow trailing commas in ESLint (#1013)</title>
<updated>2024-05-31T15:06:52+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-05-31T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=76ca08bd59f0e8bfa1bb20ac813f48e7ab241265'/>
<id>urn:sha1:76ca08bd59f0e8bfa1bb20ac813f48e7ab241265</id>
<content type='text'>
* Update comma-dangle rule

* Fix dangling commas</content>
</entry>
<entry>
<title>allow dictionary language to be Serbo-Croatian (#1009)</title>
<updated>2024-05-30T16:40:33+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-05-30T16:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2bef08ab97e026670cd8d6b5566ae648351183c6'/>
<id>urn:sha1:2bef08ab97e026670cd8d6b5566ae648351183c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disallow breaking on rb tags when layout aware scanning is enabled (#1006)</title>
<updated>2024-05-29T21:07:31+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-29T21:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7fc2f418e639c1920c731524a142a07c17a400da'/>
<id>urn:sha1:7fc2f418e639c1920c731524a142a07c17a400da</id>
<content type='text'>
* Disallow breaking on rb tags when layout aware scanning is enabled

* Mark RB as enterable</content>
</entry>
<entry>
<title>Add note about refreshing page in api invoke error (#1004)</title>
<updated>2024-05-28T19:47:00+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-28T19:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=dd1f195cd721948732abbbb2428999393844487e'/>
<id>urn:sha1:dd1f195cd721948732abbbb2428999393844487e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed normalizeTermOrReading (#985)</title>
<updated>2024-05-28T19:33:36+00:00</updated>
<author>
<name>Matttttt</name>
<email>18152455+martholomew@users.noreply.github.com</email>
</author>
<published>2024-05-28T19:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=83966376d0a3ed107c75020f6e2adfa80fcfcb06'/>
<id>urn:sha1:83966376d0a3ed107c75020f6e2adfa80fcfcb06</id>
<content type='text'>
* removed normalizeTermOrReading

As it is not enabled, and enabling it would lead to unintended behavior for dictionaries, it makes sense to get rid of it.

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;

* Re-added ternary operator

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;

---------

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix clipboard monitor in popups (#1003)</title>
<updated>2024-05-28T19:32:56+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-28T19:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3bfd56bbe46a4f2ee9c66f0c7baeec3c6292718c'/>
<id>urn:sha1:3bfd56bbe46a4f2ee9c66f0c7baeec3c6292718c</id>
<content type='text'>
* Fix naming of _clipboardReaderLike

* Allow clipboard monitors in popup searches

* Only run _onClipboardTextChange if a search tab does not exist</content>
</entry>
<entry>
<title>Change mode to enum (#992)</title>
<updated>2024-05-28T16:19:43+00:00</updated>
<author>
<name>Brandon Rainey</name>
<email>83629154+brandonrainey@users.noreply.github.com</email>
</author>
<published>2024-05-28T16:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=538ffccfae85116228e3f986a1659add927adf69'/>
<id>urn:sha1:538ffccfae85116228e3f986a1659add927adf69</id>
<content type='text'>
* converted mode to an enum

* converted mode to an enum

* created a Mode type in backend.d.ts, reverted enum in backend.js to use this type instead

* removed old comment</content>
</entry>
<entry>
<title>Clear mouse position on popup close (#997)</title>
<updated>2024-05-27T14:49:54+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-27T14:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e1c3613da0189c9c234d59d4474cfc3f958af79d'/>
<id>urn:sha1:e1c3613da0189c9c234d59d4474cfc3f958af79d</id>
<content type='text'>
</content>
</entry>
</feed>
