<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/language, branch 24.5.5.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.5.5.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.5.5.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-05-04T00:31:22+00:00</updated>
<entry>
<title>add some Japanese transforms (#833)</title>
<updated>2024-05-04T00:31:22+00:00</updated>
<author>
<name>Lyroxide</name>
<email>33834537+Lyroxide@users.noreply.github.com</email>
</author>
<published>2024-05-04T00:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7e9eed6e1ca7814a42266ed2f4a32ff19b9a074e'/>
<id>urn:sha1:7e9eed6e1ca7814a42266ed2f4a32ff19b9a074e</id>
<content type='text'>
* add -rya -cha -n

* add tests

* fix typos

* resolve merge conflicts

* add tests

* change to -ya with chaining</content>
</entry>
<entry>
<title>add finnish language option (#867)</title>
<updated>2024-04-29T13:08:29+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-29T13:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=62e2032f362a173e9096c1d35705cec82559bcd2'/>
<id>urn:sha1:62e2032f362a173e9096c1d35705cec82559bcd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move Albanian grammar comments to test (#852)</title>
<updated>2024-04-22T16:36:44+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-22T16:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4873a8db20dd3d3efbf4611b455500b0b03efddf'/>
<id>urn:sha1:4873a8db20dd3d3efbf4611b455500b0b03efddf</id>
<content type='text'>
* move albanian grammar comments to test

* redundant line</content>
</entry>
<entry>
<title>rework text processors (#793)</title>
<updated>2024-04-21T15:15:08+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-21T15:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=07258ecc35c1a05aa1581a54c9f47a40ce3d76c9'/>
<id>urn:sha1:07258ecc35c1a05aa1581a54c9f47a40ce3d76c9</id>
<content type='text'>
* rework text processors

* rename text-preprocessors file

* Fix search header left margins on small screens (#839)

* Refocuses search input on backspace (#840)

Fixes #775. Note that this behavior gets overridden if backspace is set
as a shortcut action.

* Change hotkey triggering condition to account for IME usage (#837)

_isKeyCharacterInput only worked when not using an IME, as inside of an
IME when a keydown event is fired, the key is reported as "Process",
which does not have a key.length equal to 1. This resulted in hotkeys
being triggered while typing, which this commit fixes.

---------

Co-authored-by: James Maa &lt;jmaa@berkeley.edu&gt;
Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;
Co-authored-by: Andrew Thomas Sartor &lt;andrew@sartor.net&gt;</content>
</entry>
<entry>
<title>start using german deinflections (#848)</title>
<updated>2024-04-20T13:57:34+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-20T13:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=94c0b943e84504629109d4852f4a080c6b0e569e'/>
<id>urn:sha1:94c0b943e84504629109d4852f4a080c6b0e569e</id>
<content type='text'>
* use german transforms

* fix test</content>
</entry>
<entry>
<title>Added Old Irish (#831)</title>
<updated>2024-04-16T19:50:22+00:00</updated>
<author>
<name>Matttttt</name>
<email>18152455+martholomew@users.noreply.github.com</email>
</author>
<published>2024-04-16T19:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=a952e2f5ba1fc5cda2617ea1729a4f0e0489ace6'/>
<id>urn:sha1:a952e2f5ba1fc5cda2617ea1729a4f0e0489ace6</id>
<content type='text'>
* added Old Irish (SGA)

* Merge Yomitan Updates (#1)

* fix (#811)

* Add scanOnTouchTap and improve touch scanning defaults (#791)

* Add scanOnTouchTap

* Update version to 30

* Cleanup if statement

* log anki error when hiding button (#821)

* Fix noteInfos not getting assigned (#819)

* improve term sorting (#806)

* improve term sorting

* edge case

* fix: add missing handlebar entry (#823)

* fix: add missing handlebar entry

* fix: add new handlebar to tests

* Revert to using canAddNotes (#827)

Fix #818

* Remove unused canAdd (#824)

Co-authored-by: James Maa &lt;jamesmaa@Jamess-MacBook-Pro.local&gt;

* Fix duplicate check not working across note types (#830)

* Fix duplicate check not working across note types

* Add invalidNoteId

---------

Co-authored-by: James Maa &lt;jmaa@berkeley.edu&gt;

---------

Co-authored-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;
Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;
Co-authored-by: m-edlund &lt;me@fwegmann.com&gt;
Co-authored-by: Eloy Robillard &lt;eloy.robillard@gmail.com&gt;
Co-authored-by: James Maa &lt;jmaa@berkeley.edu&gt;
Co-authored-by: James Maa &lt;jamesmaa@Jamess-MacBook-Pro.local&gt;

* Revert "Merge Yomitan Updates (#1)"

This reverts commit 748dc2202b3ea9e0a028ebae5ecf51208b422c2b.

* Fix Static Analysis Error

* Fix eslint erro

---------

Co-authored-by: martholomew &lt;martholomew@users.noreply.github.com&gt;
Co-authored-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;
Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;
Co-authored-by: m-edlund &lt;me@fwegmann.com&gt;
Co-authored-by: Eloy Robillard &lt;eloy.robillard@gmail.com&gt;
Co-authored-by: James Maa &lt;jmaa@berkeley.edu&gt;
Co-authored-by: James Maa &lt;jamesmaa@Jamess-MacBook-Pro.local&gt;</content>
</entry>
<entry>
<title>improve term sorting (#806)</title>
<updated>2024-04-15T17:47:14+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-15T17:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=afd6e172669cdd148f53c1776ec449f4b1926ace'/>
<id>urn:sha1:afd6e172669cdd148f53c1776ec449f4b1926ace</id>
<content type='text'>
* improve term sorting

* edge case</content>
</entry>
<entry>
<title>Add scanOnTouchTap and improve touch scanning defaults (#791)</title>
<updated>2024-04-14T16:48:25+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-04-14T16:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7df7e1b2bf475edd771a73a950004ab8d5f85ccb'/>
<id>urn:sha1:7df7e1b2bf475edd771a73a950004ab8d5f85ccb</id>
<content type='text'>
* Add scanOnTouchTap

* Update version to 30

* Cleanup if statement</content>
</entry>
<entry>
<title>fix deinflection on past simple of english phrasal verbs (#808)</title>
<updated>2024-04-09T08:54:28+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-09T08:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0ca56ec3bb0425b84ca15f2711478c44fabd52df'/>
<id>urn:sha1:0ca56ec3bb0425b84ca15f2711478c44fabd52df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>english grammar: adverb form of some adjectives (#803)</title>
<updated>2024-04-09T08:53:59+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-09T08:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ae109750d7fbb20a6c4ea7c7ec2a4ec5398bfe0d'/>
<id>urn:sha1:ae109750d7fbb20a6c4ea7c7ec2a4ec5398bfe0d</id>
<content type='text'>
</content>
</entry>
</feed>
