<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/test, branch 21.9.30.1</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.9.30.1</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.9.30.1'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-09-27T22:19:53+00:00</updated>
<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>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>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>
<entry>
<title>Database readwrite transaction updates (#1932)</title>
<updated>2021-09-06T00:00:08+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-06T00:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=97a80276f6ce5834ab1b9ad12309df4f6f2f3ec5'/>
<id>urn:sha1:97a80276f6ce5834ab1b9ad12309df4f6f2f3ec5</id>
<content type='text'>
* Add _readWriteTransaction helper

* Improve deleteDictionary order

* Make onProgress event optional

* Simplify progress rate parameter</content>
</entry>
<entry>
<title>Structured content data (#1930)</title>
<updated>2021-09-04T16:43:56+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-04T16:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f68ad1f843607d4ba1ad216fe16305c420cee8d6'/>
<id>urn:sha1:f68ad1f843607d4ba1ad216fe16305c420cee8d6</id>
<content type='text'>
* Add support for structured-content data attributes

* Assign dataset properties

* Don't remove data-sc attributes

* Use helper functions

* Update test data</content>
</entry>
<entry>
<title>Fix dictionary import total progress (#1921)</title>
<updated>2021-09-01T01:42:18+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-01T01:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1599ec1f15ef02e5687fbfc4ad15dd55b019ee70'/>
<id>urn:sha1:1599ec1f15ef02e5687fbfc4ad15dd55b019ee70</id>
<content type='text'>
* Fix incorrect total count for final step of dictionary import

* Update tests to validate progress args</content>
</entry>
<entry>
<title>Add support for structured content margins (#1920)</title>
<updated>2021-09-01T01:08:30+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-01T01:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=02194fcb9f5dfd61482b6d3814e395a1225c8a9b'/>
<id>urn:sha1:02194fcb9f5dfd61482b6d3814e395a1225c8a9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dictionary database worker refactoring (#1913)</title>
<updated>2021-08-28T18:22:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-28T18:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=74709296e557dfeab2e465f8bd53681934fe8040'/>
<id>urn:sha1:74709296e557dfeab2e465f8bd53681934fe8040</id>
<content type='text'>
* Rename DictionaryWorker =&gt; DictionaryWorkerHandler

* Rename var

* Rename file

* Simplify

* Rename DictionaryDatabaseModifier =&gt; DictionaryWorker

* Rename dictionary-database-modifier.js =&gt; dictionary-worker.js</content>
</entry>
<entry>
<title>Dictionary worker refactor (#1894)</title>
<updated>2021-08-14T15:46:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-14T15:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3e350bd563886e49fed309731d99f37e6f3ab320'/>
<id>urn:sha1:3e350bd563886e49fed309731d99f37e6f3ab320</id>
<content type='text'>
* Rename dictionary worker files

* Rename classes

* Rename file

* Rename class

* Generalize the _invoke method

* Rename 'import' to 'importDictionary'

* Improve DictionaryImporterMediaLoader usage

* Refactor message handler

* Generalize onProgress event</content>
</entry>
</feed>
