<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js, branch 24.5.28.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.5.28.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.5.28.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-05-28T19:47:00+00:00</updated>
<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>
<entry>
<title>Basic Spanish Transforms (#908)</title>
<updated>2024-05-23T22:23:10+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-05-23T22:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d6aa6737821f5db61e932714322f2401f86b5200'/>
<id>urn:sha1:d6aa6737821f5db61e932714322f2401f86b5200</id>
<content type='text'>
* Spanish transforms

* Add more spanish transforms

* Address comments

* Fix types

* Undo prefix change</content>
</entry>
<entry>
<title>Fix detection of modifiers on Firefox in textarea or input and modifiers sent through virtual keycodes (#986)</title>
<updated>2024-05-23T03:07:07+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-23T03:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=bbb19669c27a4216ae11937650da173165e72978'/>
<id>urn:sha1:bbb19669c27a4216ae11937650da173165e72978</id>
<content type='text'>
* Fix firefox modifiers in textarea and input

* Fix modifiers sent through virtual keycodes

* Styling fix

* Fix wording in comment</content>
</entry>
<entry>
<title>[ja] add preprocessor for width of alphabetic characters (#964)</title>
<updated>2024-05-22T20:45:39+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-05-22T20:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d19b898792bffed8ab2d5724472e5b65a5f5b146'/>
<id>urn:sha1:d19b898792bffed8ab2d5724472e5b65a5f5b146</id>
<content type='text'>
* add japanese text preprocessor for variants in width of alphabetic characters

* try combining with numeric to improve performance

* Update ext/js/language/ja/japanese.js

Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;
Signed-off-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;

* Update ext/js/language/ja/japanese.js

Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;
Signed-off-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;

* fix tests

---------

Signed-off-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;
Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>improve preprocessing performance (#973)</title>
<updated>2024-05-22T18:52:43+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-05-22T18:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=125cde3d98c18b08e71e075b4a9776fc7bd4b4a0'/>
<id>urn:sha1:125cde3d98c18b08e71e075b4a9776fc7bd4b4a0</id>
<content type='text'>
* mvp

* cleanup

* cleanup types

* descriptive variable

* type</content>
</entry>
<entry>
<title>Add check for counts and counts.termMeta (#984)</title>
<updated>2024-05-22T04:45:29+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-22T04:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=590b35fb19e031e37dee340d09e0802fcd3a97a1'/>
<id>urn:sha1:590b35fb19e031e37dee340d09e0802fcd3a97a1</id>
<content type='text'>
</content>
</entry>
</feed>
