<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/background, branch 21.8.31.1</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.8.31.1</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.8.31.1'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-09-11T20:05:39+00:00</updated>
<entry>
<title>Dictionary media import improvements (#1926)</title>
<updated>2021-09-11T20:05:39+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=ee2466eb22754c7f4a3296d23f8002bb97c4dfb9'/>
<id>urn:sha1:ee2466eb22754c7f4a3296d23f8002bb97c4dfb9</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>
<entry>
<title>Add support for injecting dictionary media into Anki cards (#1805)</title>
<updated>2021-07-07T02:00:18+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-07-07T02:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1088c17503cd6f52019a094ac19f68b0e12ba007'/>
<id>urn:sha1:1088c17503cd6f52019a094ac19f68b0e12ba007</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix function names (#1803)</title>
<updated>2021-07-07T00:07:13+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-07-07T00:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=df72c3927bae61d8d46b8a0ccd3e309f0d622bb0'/>
<id>urn:sha1:df72c3927bae61d8d46b8a0ccd3e309f0d622bb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for definitionless main dictionary (#1729)</title>
<updated>2021-06-05T17:35:23+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-06-05T17:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=057283245e2a2ce55f89cacb42067b8c93dd28cd'/>
<id>urn:sha1:057283245e2a2ce55f89cacb42067b8c93dd28cd</id>
<content type='text'>
</content>
</entry>
</feed>
