<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js, branch 21.5.31.1</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.5.31.1</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.5.31.1'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-06-10T23:03:57+00:00</updated>
<entry>
<title>Structured content updates (#1733)</title>
<updated>2021-06-10T23:03:57+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-06-06T18:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=5dbc79d046ed63444895cf8720165b95b9906735'/>
<id>urn:sha1:5dbc79d046ed63444895cf8720165b95b9906735</id>
<content type='text'>
* Add support for imageRendering

* Make crisp-edges appearance on Firefox more similar to Chrome

* Refactor

* Add background option

* Move data-image-rendering attribute

* Restructure

* Organize

* Add support for appearance

* Update test dictionary

* Update tests</content>
</entry>
<entry>
<title>Fix _getMatchURL missing search and not sanitizing wildcards (#1727)</title>
<updated>2021-06-10T23:03:43+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-06-03T23:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=15ebb483d896916553ba5d729c22be4e545cc08a'/>
<id>urn:sha1:15ebb483d896916553ba5d729c22be4e545cc08a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Primary audio fixes (#1719)</title>
<updated>2021-05-30T17:29:55+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-30T17:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=5bf82a5b81ef172d544da9c5c25492577270e8aa'/>
<id>urn:sha1:5bf82a5b81ef172d544da9c5c25492577270e8aa</id>
<content type='text'>
* Fix case when subIndex is not assigned

* Fix incorrect assignment of primary card audio

* Improve opacity style

* Improve styles for :focus-visible</content>
</entry>
<entry>
<title>Improve multiple audio sources (#1718)</title>
<updated>2021-05-30T16:41:19+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-30T16:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=cca01e85a35576225661699a7be63550e9500642'/>
<id>urn:sha1:cca01e85a35576225661699a7be63550e9500642</id>
<content type='text'>
* Add url/voice options to audio sources

* Add help for TTS

* Remove old settings

* Update tests

* Update use of audio source URL

* Improve labels for sources with the same type</content>
</entry>
<entry>
<title>Refactor display audio options (#1717)</title>
<updated>2021-05-30T16:15:07+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-30T16:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=efd35de67f6700ecf4f49a87d310d99cefbaa328'/>
<id>urn:sha1:efd35de67f6700ecf4f49a87d310d99cefbaa328</id>
<content type='text'>
* Update how options are updated and stored in DisplayAudio

* Add source list

* Improve menus for custom json

* Clear cache after options update

* Move function

* Update public API

* Simplify playing audio from a specific source

* Simplify audio list

* Refactor audio source usage

* Refactoring

* Refactor argument names

* Fix incorrect source usage

* Remove unused

* Remove return value

* Simplify details

* Simplify Anki card audio details

* Update the data that is passed to AudioDownloader

* Simplify schema handling

* Remove unnecessary details</content>
</entry>
<entry>
<title>Refactor AudioController (#1715)</title>
<updated>2021-05-28T02:16:34+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-28T02:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0f0e80aadb97c95d307dcd97edabd2087d0a1743'/>
<id>urn:sha1:0f0e80aadb97c95d307dcd97edabd2087d0a1743</id>
<content type='text'>
* Remove unused checks/code

* Refactor audio controller into AudioController and AudioSourceEntry</content>
</entry>
<entry>
<title>Fix set/deleteProperty not allowing array splicing (#1713)</title>
<updated>2021-05-27T01:08:24+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-27T01:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=52aa92208c74d919252cc48f3d6eae519035de9d'/>
<id>urn:sha1:52aa92208c74d919252cc48f3d6eae519035de9d</id>
<content type='text'>
* Fix set/deleteProperty not allowing array splicing

* Update tests</content>
</entry>
<entry>
<title>Add some help popups for custom audio sources (#1712)</title>
<updated>2021-05-27T00:40:53+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-27T00:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8ed712512b43c3a546369bfdd247a7c1bb347c4f'/>
<id>urn:sha1:8ed712512b43c3a546369bfdd247a7c1bb347c4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor json audio source (#1711)</title>
<updated>2021-05-27T00:38:15+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-27T00:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0232325f960b1fbe41e03f74a46fb18a7abf33f7'/>
<id>urn:sha1:0232325f960b1fbe41e03f74a46fb18a7abf33f7</id>
<content type='text'>
* Move sources to the end of audio options object

* Add custom-json audio source type

* Add support for downloading custom-json

* Remove customSourceType</content>
</entry>
<entry>
<title>Fix json schema array properties (#1709)</title>
<updated>2021-05-24T22:53:42+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-24T22:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=900bceda47e4c736e70a66e66cfce719b4c6d203'/>
<id>urn:sha1:900bceda47e4c736e70a66e66cfce719b4c6d203</id>
<content type='text'>
* Fix proxy array properties being handled incorrectly

* Add tests to check array properties</content>
</entry>
</feed>
