<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/language, branch 21.9.30.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.9.30.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.9.30.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-09-27T23:07:28+00:00</updated>
<entry>
<title>Search query offset value (#1968)</title>
<updated>2021-09-27T23:07:28+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-27T23:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b0f6c41f5dc7f498f2948f846dd273bcb1bc1f0b'/>
<id>urn:sha1:b0f6c41f5dc7f498f2948f846dd273bcb1bc1f0b</id>
<content type='text'>
* Add type property to TextSource* classes

* Use type property rather than instanceof

* Expose a sentence offset value

* Use offset added to URL

* Improve fallback sentence for Anki note context</content>
</entry>
<entry>
<title>Katakana to hiragana conversion options (#1965)</title>
<updated>2021-09-27T22:19:53+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-27T22:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b784e5b11a596a456eb8879d394fde64bc63aaef'/>
<id>urn:sha1:b784e5b11a596a456eb8879d394fde64bc63aaef</id>
<content type='text'>
* Refactor convertKatakanaToHiragana

* Add keepProlongedSoundMarks option

* Test keepProlongedSoundMarks option

* Refactor

* Add keepProlongedSoundMarks option to hiragana handlebars helper

* Update documentation</content>
</entry>
<entry>
<title>Fix japanese codepoint range issues (#1960)</title>
<updated>2021-09-26T17:29:55+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-26T17:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d739ccd63f0554f0f880e7463355dd5c4ff166e4'/>
<id>urn:sha1:d739ccd63f0554f0f880e7463355dd5c4ff166e4</id>
<content type='text'>
* Add CJK_COMPATIBILITY_IDEOGRAPHS_RANGE

* Rename CJK_UNIFIED_IDEOGRAPHS_RANGES =&gt; CJK_IDEOGRAPH_RANGES

* Simplify isKana check

* Update tests</content>
</entry>
<entry>
<title>Revert term/reading string normalization due to undesirable changes (#1959)</title>
<updated>2021-09-26T17:29:50+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-26T17:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=25fe3ba5149cda36e173ee7427324fa74e6784be'/>
<id>urn:sha1:25fe3ba5149cda36e173ee7427324fa74e6784be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable frequency dictionaries to specify the frequency mode (#1944)</title>
<updated>2021-09-26T15:08:25+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-26T15:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6694a9d9c3a6770ee744310056cadd3567386f3f'/>
<id>urn:sha1:6694a9d9c3a6770ee744310056cadd3567386f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure frequency values are always numbers (#1943)</title>
<updated>2021-09-26T15:08:21+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-26T15:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c15683d206c3bcfbaa1fa81f1c57836a34974e83'/>
<id>urn:sha1:c15683d206c3bcfbaa1fa81f1c57836a34974e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Frequency dictionary sort (#1938)</title>
<updated>2021-09-26T15:08:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-26T15:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9899727d7d53caed4c5b5e68176f7ed7f90a9438'/>
<id>urn:sha1:9899727d7d53caed4c5b5e68176f7ed7f90a9438</id>
<content type='text'>
* Add sortDictionary/sortDictionaryOrder options

* Update options

* Add API.getTermFrequencies

* Add settings

* Implement frequency dictionary sorting

* Update test

* Update test data

* Fix handling of undefined rank-based frequencies</content>
</entry>
<entry>
<title>Fix redundant secondary term lookups (#1942)</title>
<updated>2021-09-10T03:29:41+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-10T03:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=dfddf3792ea47ac91fd8bded58a88c87f4febfe2'/>
<id>urn:sha1:dfddf3792ea47ac91fd8bded58a88c87f4febfe2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize terms and readings during import (#1941)</title>
<updated>2021-09-10T03:25:24+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-10T03:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7883d3949619fa7f1905c0d433fde82d7b84557c'/>
<id>urn:sha1:7883d3949619fa7f1905c0d433fde82d7b84557c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dictionary import count details (#1935)</title>
<updated>2021-09-07T15:12:58+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-07T15:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ac12b5093906e3a09724f96fee0c1a5141e52d3b'/>
<id>urn:sha1:ac12b5093906e3a09724f96fee0c1a5141e52d3b</id>
<content type='text'>
* Store count information when importing a dictionary

* Add importDate

* Update property ordering

* Update tests

* Update importDate</content>
</entry>
</feed>
