<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/bg/background.html, branch 20.12.6.2</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=20.12.6.2</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=20.12.6.2'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2020-09-26T17:42:31+00:00</updated>
<entry>
<title>Media utility refactor (#859)</title>
<updated>2020-09-26T17:42:31+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-26T17:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=079307899f3b57f2aec121631b56fb8780430e8e'/>
<id>urn:sha1:079307899f3b57f2aec121631b56fb8780430e8e</id>
<content type='text'>
* Move loadImageBase64 into DictionaryImporter

* Convert mediaUtility to a class

* Add getFileExtensionFromImageMediaType to MediaUtility

* Use MediaUtility instead of _getImageExtensionFromMediaType

* Use MediaUtility in ClipboardReader to validate images before reading</content>
</entry>
<entry>
<title>Audio system refactor (#858)</title>
<updated>2020-09-26T17:41:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-26T17:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0b51488f1f639885b518fabf683b70db577afa67'/>
<id>urn:sha1:0b51488f1f639885b518fabf683b70db577afa67</id>
<content type='text'>
* Refactor AudioUriBuilder

* Add downloadAudio function

* Refactor AudioSystem

* Update API usage

* Rename file

* Update scripts

* Add prepare calls</content>
</entry>
<entry>
<title>ClipboardReader class (#854)</title>
<updated>2020-09-20T19:10:57+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-20T19:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d395a2a6bfe33feef467f0e0886a089afccd8438'/>
<id>urn:sha1:d395a2a6bfe33feef467f0e0886a089afccd8438</id>
<content type='text'>
* Create ClipboardReader class

* Use ClipboardReader in Backend

* Update ClipboardMonitor to use ClipboardReader

* Replace _onApiClipboardImageGet call

* Assign clipboard reader browser</content>
</entry>
<entry>
<title>Organize background script grouping/order (#847)</title>
<updated>2020-09-20T01:37:47+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-20T01:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c868950385a8d0789f7c90a13ddb75bda346bb0d'/>
<id>urn:sha1:c868950385a8d0789f7c90a13ddb75bda346bb0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused handlebars script (#833)</title>
<updated>2020-09-16T00:07:44+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-16T00:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=613252e320e16d278f23e46ea0ea26e6223a3c05'/>
<id>urn:sha1:613252e320e16d278f23e46ea0ea26e6223a3c05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup unused utils (#832)</title>
<updated>2020-09-15T23:48:58+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-15T23:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=79ef6e151edec51b2484cdc00242dde71958ab3b'/>
<id>urn:sha1:79ef6e151edec51b2484cdc00242dde71958ab3b</id>
<content type='text'>
* Remove api.optionsSave

* Remove getOptionsMutable and getOptionsFullMutable

* Remove util.js

* Remove yomichanBackend</content>
</entry>
<entry>
<title>Use Anki classes directly in Display (#804)</title>
<updated>2020-09-10T22:03:46+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-10T22:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=a531618c48481a30d63112cf59b7806291f0bda4'/>
<id>urn:sha1:a531618c48481a30d63112cf59b7806291f0bda4</id>
<content type='text'>
* Add _getTemplates function

* Add template renderer to display pages

* Add AnkiNoteBuilder to Display

* Update AnkiTemplatesController to directly use TemplateRenderer

* Remove old APIs</content>
</entry>
<entry>
<title>Create abstraction class for parsing DOM (#798)</title>
<updated>2020-09-10T15:30:01+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-10T15:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=17ebe6a754d53fad97ab607f17e2bba8d8565361'/>
<id>urn:sha1:17ebe6a754d53fad97ab607f17e2bba8d8565361</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add api.clipboardGetImage (#778)</title>
<updated>2020-09-06T18:38:03+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-06T18:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=115afb63b90b8e6841061bbf8d67e82cab42958b'/>
<id>urn:sha1:115afb63b90b8e6841061bbf8d67e82cab42958b</id>
<content type='text'>
* Rename clipboardPasteTarget to just target

* Remove else block

* Add helper functions

* Defer assignment of clipboard paste target

* Add api.clipboardGetImage</content>
</entry>
<entry>
<title>Remove old conditions.js references (#769)</title>
<updated>2020-09-04T22:12:33+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-09-04T22:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1cc9f4b1a480396f8e9cea23ebb1d410b048a518'/>
<id>urn:sha1:1cc9f4b1a480396f8e9cea23ebb1d410b048a518</id>
<content type='text'>
</content>
</entry>
</feed>
