<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext, branch 24.4.20.1</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.4.20.1</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.4.20.1'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-04-20T13:57:34+00:00</updated>
<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>Prevent logging error when anki is disconnected (#843)</title>
<updated>2024-04-20T13:55:58+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-20T13:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d34feb333846e3167b57c4125658603fe7a4f3a9'/>
<id>urn:sha1:d34feb333846e3167b57c4125658603fe7a4f3a9</id>
<content type='text'>
* log only on errors that aren't disconnected anki

* move back</content>
</entry>
<entry>
<title>Change hotkey triggering condition to account for IME usage (#837)</title>
<updated>2024-04-19T03:23:10+00:00</updated>
<author>
<name>Andrew Thomas Sartor</name>
<email>andrew@sartor.net</email>
</author>
<published>2024-04-19T03:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=69b57e5efdc8a25025606569f8f20ea508a5263d'/>
<id>urn:sha1:69b57e5efdc8a25025606569f8f20ea508a5263d</id>
<content type='text'>
_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.</content>
</entry>
<entry>
<title>Refocuses search input on backspace (#840)</title>
<updated>2024-04-19T02:25:38+00:00</updated>
<author>
<name>Andrew Thomas Sartor</name>
<email>andrew@sartor.net</email>
</author>
<published>2024-04-19T02:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=65ee2c8f6fe3ed3f67c697146ce683a0f918d85a'/>
<id>urn:sha1:65ee2c8f6fe3ed3f67c697146ce683a0f918d85a</id>
<content type='text'>
Fixes #775. Note that this behavior gets overridden if backspace is set
as a shortcut action.</content>
</entry>
<entry>
<title>Fix search header left margins on small screens (#839)</title>
<updated>2024-04-19T02:24:29+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-04-19T02:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8b38493f4e12d3f1f04d4d99e04e231ea4071163'/>
<id>urn:sha1:8b38493f4e12d3f1f04d4d99e04e231ea4071163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cache clipboard image to prevent duplicating in anki media (#776)</title>
<updated>2024-04-18T16:06:43+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-18T16:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8f258c032ea06f61b5845fda06df47570ddd6044'/>
<id>urn:sha1:8f258c032ea06f61b5845fda06df47570ddd6044</id>
<content type='text'>
* cache clipboard image to prevent duplicating in anki media

* change filename format for all media</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>Fix duplicate check not working across note types (#830)</title>
<updated>2024-04-16T16:25:59+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-04-16T16:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=669d277a95908cec7b35e098b3252ae38db05df0'/>
<id>urn:sha1:669d277a95908cec7b35e098b3252ae38db05df0</id>
<content type='text'>
* Fix duplicate check not working across note types

* Add invalidNoteId

---------

Co-authored-by: James Maa &lt;jmaa@berkeley.edu&gt;</content>
</entry>
<entry>
<title>Remove unused canAdd (#824)</title>
<updated>2024-04-16T15:19:52+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-04-16T15:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6e1cb327226d1f9dfc71ebff8063834a18db9dff'/>
<id>urn:sha1:6e1cb327226d1f9dfc71ebff8063834a18db9dff</id>
<content type='text'>
Co-authored-by: James Maa &lt;jamesmaa@Jamess-MacBook-Pro.local&gt;</content>
</entry>
<entry>
<title>Revert to using canAddNotes (#827)</title>
<updated>2024-04-16T15:05:06+00:00</updated>
<author>
<name>Eloy Robillard</name>
<email>eloy.robillard@gmail.com</email>
</author>
<published>2024-04-16T15:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=643caf0da12d4ffb39989a39931cf0769f1246a0'/>
<id>urn:sha1:643caf0da12d4ffb39989a39931cf0769f1246a0</id>
<content type='text'>
Fix #818</content>
</entry>
</feed>
