<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/mixed, branch 20.5.22.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=20.5.22.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=20.5.22.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2020-05-23T00:03:34+00:00</updated>
<entry>
<title>Fix "tags" template (#539)</title>
<updated>2020-05-23T00:03:34+00:00</updated>
<author>
<name>siikamiika</name>
<email>siikamiika@users.noreply.github.com</email>
</author>
<published>2020-05-23T00:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=39df44eca40d00242d99e8121179ae8aeffce961'/>
<id>urn:sha1:39df44eca40d00242d99e8121179ae8aeffce961</id>
<content type='text'>
* fix tag templates for merge and group modes

* update version upgrade

* adjust upgrade replacement order</content>
</entry>
<entry>
<title>Dynamic loader load style (#521)</title>
<updated>2020-05-20T00:33:06+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-20T00:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=dd673f0b2626c2bffbcb301dc364009f077c3d08'/>
<id>urn:sha1:dd673f0b2626c2bffbcb301dc364009f077c3d08</id>
<content type='text'>
* Remove unnecessary load of /fg/css/client.css

* Replace dynamicLoader.loadStyles with dynamicLoader.loadStyle

* Replace Popup._injectStylesheet with dynamicLoader.loadStyle

* Remove unused global</content>
</entry>
<entry>
<title>Use CSS variables for themes (#528)</title>
<updated>2020-05-10T18:07:25+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-10T18:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9742d5662bde1340a12c343599cc962e2b175803'/>
<id>urn:sha1:9742d5662bde1340a12c343599cc962e2b175803</id>
<content type='text'>
* Update formatting

* Merge default tag color with category-less tags

* Use CSS variables for colors

* Add dark theme colors

* Move color variables into display.css

* Remove old stylesheets

* Update headings

* Bump minimum Firefox version to support CSS var()

* Revert popular kanji text color</content>
</entry>
<entry>
<title>Fix not awaiting the AudioSystem.arrayBufferDigest promise (#524)</title>
<updated>2020-05-09T16:28:48+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-09T16:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9900291b073bb2b6495cae0993138c26970815a3'/>
<id>urn:sha1:9900291b073bb2b6495cae0993138c26970815a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modifier key platform names (#519)</title>
<updated>2020-05-09T15:36:00+00:00</updated>
<author>
<name>siikamiika</name>
<email>siikamiika@users.noreply.github.com</email>
</author>
<published>2020-05-09T15:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d6a3825a383e13b34c03c0b36e393da52bf8cf89'/>
<id>urn:sha1:d6a3825a383e13b34c03c0b36e393da52bf8cf89</id>
<content type='text'>
* wip

* add environment class

* use Environment class

* use Environment for scanning modifier options

* remove Environment in favor of API

* await promise

* use modifier symbols on macOS

* fix key separator issues

* if else to switch

* simplify variable names</content>
</entry>
<entry>
<title>Text scanner refactor (#517)</title>
<updated>2020-05-08T23:05:50+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-08T23:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3949db26d778bc3f593438211b148e8309921542'/>
<id>urn:sha1:3949db26d778bc3f593438211b148e8309921542</id>
<content type='text'>
* Fix return type

* Pass search function as a constructor argument

* Pass constructor as a details object

For consistency with other complex constructors and improved semantics.

* Convert _ignorePoints to a single optional function

* Organize functions

* Rename ignorePoints to ignorePoint</content>
</entry>
<entry>
<title>Text scanner refactor (#515)</title>
<updated>2020-05-07T23:45:08+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-07T23:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b972f8cbf671c0e09603d54153a6344b105f41d9'/>
<id>urn:sha1:b972f8cbf671c0e09603d54153a6344b105f41d9</id>
<content type='text'>
* Mark functions as private

* Mark fields as private

* Add getter/setters for publicly used fields

* Replace public static functions with private non-static functions

* Update comment</content>
</entry>
<entry>
<title>Japanese util refactor (#510)</title>
<updated>2020-05-06T23:37:36+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-06T23:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f361139d744e58a6c33841cee227d13d1970bb98'/>
<id>urn:sha1:f361139d744e58a6c33841cee227d13d1970bb98</id>
<content type='text'>
* Convert mixed japanese.js to utility class

* Copy functions from bg/js/japanese.js into mixed/js/japanese.js

* Remove bg/js/japanese.js

* Make wanakana dependency optional

* Update tests</content>
</entry>
<entry>
<title>Add apiModifySettings (#501)</title>
<updated>2020-05-06T23:32:28+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-06T23:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=bb2d9501afc0e406b0dacf5675cd90985238be98'/>
<id>urn:sha1:bb2d9501afc0e406b0dacf5675cd90985238be98</id>
<content type='text'>
* Update getProfile/getProfileFromContext to store this.options in a variable

* Add useSchema parameter to options getter functions

* Add apiModifySettings

* Use apiModifySettings instead of apiOptionsSet

* Remove apiOptionsSet

* Fix incorrect deleteCount check

* Require explicit scope for options

* Throw on invalid scope</content>
</entry>
<entry>
<title>Move util database modification functions (#499)</title>
<updated>2020-05-06T23:28:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-06T23:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=021ccb5ac3038f63d07ccc9575ee56480031a251'/>
<id>urn:sha1:021ccb5ac3038f63d07ccc9575ee56480031a251</id>
<content type='text'>
* Update onProgress callback to handle multiple arguments

* Add apiImportDictionaryArchive

* Add apiDeleteDictionary

* Make onProgress the last argument for consistency

* Remove deprecated util functions

* Fix issue with missing progress args

* Remove function calls which modify the database from Translator

* Update tests

* Fix errors not being serialized correctly in _createActionListenerPort</content>
</entry>
</feed>
