<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/types/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-16T19:50:22+00:00</updated>
<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>Simplify diacratic removal; modify Latin &amp; Greek preprocessors (#724)</title>
<updated>2024-04-08T18:54:04+00:00</updated>
<author>
<name>Matttttt</name>
<email>18152455+martholomew@users.noreply.github.com</email>
</author>
<published>2024-04-08T18:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0663774b02faeb108d4b18d8f8a7e6e93e277313'/>
<id>urn:sha1:0663774b02faeb108d4b18d8f8a7e6e93e277313</id>
<content type='text'>
* Simplified diacratic removal and added preprocessors to LA and GRC

* linted

* Clarified the name of removeAlphabeticDiacritics

* Add comment to removeAlphabeticDiacritics

Signed-off-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;

* Change to NFD

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

* Remove trailing spaces in comment

Signed-off-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;

* Remove latin preprocessors .eslintrc.json

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

* fix tests

---------

Signed-off-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;
Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;
Co-authored-by: martholomew &lt;martholomew@users.noreply.github.com&gt;
Co-authored-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;
Co-authored-by: Stefan Vukovic &lt;stefanvukovic44@gmail.com&gt;</content>
</entry>
<entry>
<title>add turkish (#783)</title>
<updated>2024-03-22T15:18:17+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-03-22T15:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2c5af215ee533a18b4da39bad6b696701dd07978'/>
<id>urn:sha1:2c5af215ee533a18b4da39bad6b696701dd07978</id>
<content type='text'>
</content>
</entry>
<entry>
<title>expand deinflection format (#745)</title>
<updated>2024-03-22T14:27:35+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-03-22T14:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d2e9841f96ebff61d4a5c26a322484f6268115f1'/>
<id>urn:sha1:d2e9841f96ebff61d4a5c26a322484f6268115f1</id>
<content type='text'>
* abstract deinflections

* undo redundant changes

* remove cast

* switch to js

* MultiLanguageTransformer

* comments

* comments

* fix test

* suffixInflection

* fix bench

* substring instead of replace

* without heuristic

* suffixMap

* add other language deinflections

* wip

* catch cycles

* fix tests

* uninflect to deinflect

* use less regex

* add suru masu stem deinflection</content>
</entry>
<entry>
<title>feat: support skipping already import dictionaries (#769)</title>
<updated>2024-03-18T12:29:53+00:00</updated>
<author>
<name>Birudo un</name>
<email>cokoryuu@gmail.com</email>
</author>
<published>2024-03-18T12:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c26680fd7399e8e1fb5e3c10a3f72f592d59e370'/>
<id>urn:sha1:c26680fd7399e8e1fb5e3c10a3f72f592d59e370</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option to allow both viewing and adding duplicates (#693)</title>
<updated>2024-03-18T11:19:27+00:00</updated>
<author>
<name>Eloy Robillard</name>
<email>eloy.robillard@gmail.com</email>
</author>
<published>2024-03-18T11:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7ee76d708934adeef06479f7757beb22c6c01d14'/>
<id>urn:sha1:7ee76d708934adeef06479f7757beb22c6c01d14</id>
<content type='text'>
* Detect duplicates when checking if can add note

* Display the stacked add buttons</content>
</entry>
<entry>
<title>make deinflections language-specific (#720)</title>
<updated>2024-02-27T12:16:21+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-02-27T12:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0792954e345925b3e3b2ebb733367e138375978e'/>
<id>urn:sha1:0792954e345925b3e3b2ebb733367e138375978e</id>
<content type='text'>
* abstract deinflections

* undo redundant changes

* remove cast

* MultiLanguageTransformer

* comments

* comments</content>
</entry>
<entry>
<title>"isJapanese" check move (#730)</title>
<updated>2024-02-25T16:20:44+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-25T16:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2e9ea19207a7410f929bb908759d48cb2340f29c'/>
<id>urn:sha1:2e9ea19207a7410f929bb908759d48cb2340f29c</id>
<content type='text'>
* Move isStringPartiallyJapanese out of ClipboardMonitor

* Create isStringPartiallyJapanese function

* Add textMayBeTranslatable

* Rename API function

* Rename internal function

* Add helper

* Update translatable check

* Pass language to TextScanner

* Pass language explicitly

* Use textMayBeTranslatable

* No redundant translatable check

* Update eslint

* Remove double newline

* Collapse

* Rename</content>
</entry>
</feed>
