<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/background, 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-10-11T00:37:51+00:00</updated>
<entry>
<title>Disable background clipboard monitor, mecab, and anki if disabled (#1977)</title>
<updated>2021-10-11T00:37:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-03T20:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=596eb199d975267f5971b2480aea9afcacfc7688'/>
<id>urn:sha1:596eb199d975267f5971b2480aea9afcacfc7688</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>Rename _onDocumentStart =&gt; _onApiDocumentStart for consistency (#1939)</title>
<updated>2021-09-08T18:49:00+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-08T18:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6b566e032940482642fce9ab9a3a90c7ff49841c'/>
<id>urn:sha1:6b566e032940482642fce9ab9a3a90c7ff49841c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dictionary media import improvements (#1926)</title>
<updated>2021-09-04T02:33:58+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-04T02:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0331374241a55415cbae37d386f47da428ede3db'/>
<id>urn:sha1:0331374241a55415cbae37d386f47da428ede3db</id>
<content type='text'>
* Add base64ToArrayBuffer to StringUtil

* Remove unnecessary media-util.js import

* Run async requirements in serial rather than parallel

* Update API.getMedia handler to convert ArrayBuffer content to base64

* Rename getImageResolution to getImageDetails

* Change parameter order of getImageDetails

* Pre-process and store media as an ArrayBuffer

* Remove MediaUtil.createBlobFromBase64Content

* Fix Anki media injection</content>
</entry>
<entry>
<title>Dictionary worker updates (#1914)</title>
<updated>2021-08-28T18:30:50+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-28T18:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=87fbb3c01ccc7e14b5fa29d6126ef684ceb558a9'/>
<id>urn:sha1:87fbb3c01ccc7e14b5fa29d6126ef684ceb558a9</id>
<content type='text'>
* Add support for running getDictionaryCounts via DictionaryWorker

* Run dictionary integrity checks on a separate thread

* Remove api.getDictionaryCounts</content>
</entry>
<entry>
<title>Add support for manifest V3 script injection (#1878)</title>
<updated>2021-08-07T21:17:53+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-07T21:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=69e448a95547479bb595530dcbb89bfe017a8aed'/>
<id>urn:sha1:69e448a95547479bb595530dcbb89bfe017a8aed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Google Docs accessibility (#1875)</title>
<updated>2021-08-07T16:40:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-07T16:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=5d4141a429dad23d78238f67ef61baabd251e67c'/>
<id>urn:sha1:5d4141a429dad23d78238f67ef61baabd251e67c</id>
<content type='text'>
* Add accessibility option for forcing Google Docs HTML-based rendering

* Update settings

* Send a documentStart message at document start

* Add accessibility script for Google Docs

* Set up accessibility

* Update tests</content>
</entry>
<entry>
<title>Throw an error when _getProfile doesn't have a matching profile (#1826)</title>
<updated>2021-07-14T00:19:48+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-07-14T00:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d5320c71a6b2219039d9e3d7c7fd4381f1c6b31d'/>
<id>urn:sha1:d5320c71a6b2219039d9e3d7c7fd4381f1c6b31d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>JapaneseUtil updates (#1813)</title>
<updated>2021-07-09T21:31:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-07-09T21:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0d167095479822adf1ed8918e3d1a349b3a53377'/>
<id>urn:sha1:0d167095479822adf1ed8918e3d1a349b3a53377</id>
<content type='text'>
* Rename test file

* Use shorthand

* Add support checking functions

* Remove convertReading from JapaneseUtil</content>
</entry>
<entry>
<title>Text parse updates (#1811)</title>
<updated>2021-07-09T20:05:57+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-07-09T20:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=24ec22b2e1095a18d2031f697f4aaffb5a0c0609'/>
<id>urn:sha1:24ec22b2e1095a18d2031f697f4aaffb5a0c0609</id>
<content type='text'>
* Expose more settings to QueryParser

* Rename textParse to parseText

* Refactor

* Convert reading inside QueryParser rather than Backend

* Remove use of readingMode from backend

* Rename

* Update parseText args

* Simplify

* Update results

* Move use of optionsContext

* Run mecab and internal parser in parallel

* Added "dictionary-reading" reading mode

* Update romaji conversion case</content>
</entry>
</feed>
