<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/mixed, branch 20.8.3.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=20.8.3.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=20.8.3.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2020-08-03T01:51:51+00:00</updated>
<entry>
<title>Fix extension unload cases (#712)</title>
<updated>2020-08-03T01:51:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-08-03T01:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b253cdc92e38e960a6256f8aad730624c37d2a1b'/>
<id>urn:sha1:b253cdc92e38e960a6256f8aad730624c37d2a1b</id>
<content type='text'>
* Add _invokeSafe function to silently ignore extension unload errors

* Remove "Api" from function names

* Add invokeSafe to Popup

* Don't redundantly set content type to 'unloaded'</content>
</entry>
<entry>
<title>Button and image scanning (#705)</title>
<updated>2020-08-02T22:59:35+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-08-02T22:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1184320e3e0863c86238a68bc90dc77b3355e332'/>
<id>urn:sha1:1184320e3e0863c86238a68bc90dc77b3355e332</id>
<content type='text'>
* Update TextSourceElement.equals check to match TextSourceRange.equals

* Force full query to be visible when scanning buttons or images with more text

* Update style of query parser</content>
</entry>
<entry>
<title>Strip request origin (#710)</title>
<updated>2020-08-02T22:58:19+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-08-02T22:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=bdcdf9b1f5430760be605a7a5e84440e324de7b5'/>
<id>urn:sha1:bdcdf9b1f5430760be605a7a5e84440e324de7b5</id>
<content type='text'>
* Add web request permissions

* Create fetch wrapper that anonymizes the request

* Fix Firefox not supporting 'extraHeaders' option</content>
</entry>
<entry>
<title>Fix _setContentTermsOrKanjiUpdateAdderButtons not working (#709)</title>
<updated>2020-08-02T20:58:15+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-08-02T20:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=a37ca1d378ae0bf3e78d1e2858d3dd6f6982c061'/>
<id>urn:sha1:a37ca1d378ae0bf3e78d1e2858d3dd6f6982c061</id>
<content type='text'>
this._setContentToken was cleared, so comparison exited.
There is not really a good reason to clear this object.</content>
</entry>
<entry>
<title>Fix fetch requests (#708)</title>
<updated>2020-08-02T17:30:55+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-08-02T17:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b1b33f8beb26f97d91cb282682472c65f6eccae8'/>
<id>urn:sha1:b1b33f8beb26f97d91cb282682472c65f6eccae8</id>
<content type='text'>
* Revert audio fetching functionality to use XMLHttpRequest

* Replace requestJson

* Replace requestJson

* Replace requestJson

* Replace requestJson and requestText

* Fix tests

* Include support for vulgar word searches

* Remove request.js</content>
</entry>
<entry>
<title>Display try catch refactor (#704)</title>
<updated>2020-08-01T20:33:21+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-08-01T20:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=a562a1149808b49f60346c82409f292290fbdd77'/>
<id>urn:sha1:a562a1149808b49f60346c82409f292290fbdd77</id>
<content type='text'>
* Remove try-catch from _termLookup

Already handled by _onTermLookup

* Move try-catch out of _onTermLookup and into _onGlossaryMouseUp</content>
</entry>
<entry>
<title>More display refactoring (#697)</title>
<updated>2020-08-01T20:22:00+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-08-01T20:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1e839cd230e53f822478f945cb415a8af2b09aef'/>
<id>urn:sha1:1e839cd230e53f822478f945cb415a8af2b09aef</id>
<content type='text'>
* Remove some unnecessary _setQuery calls

* Add support for forcing the query parser to be visible or hidden

* Move _setEventListenersActive calls

* Remove URL for kanji links

* Refactor _setContentTermsOrKanji

* Move search query text assignment into Display

* Move title updates into Display

* Move popup close calls

* Prevent infinite loop of extension unload events</content>
</entry>
<entry>
<title>Dictionary data utility class (#698)</title>
<updated>2020-07-31T00:45:52+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-07-31T00:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=736d3c892ecb31b6aa658b0d8b0c5be757258062'/>
<id>urn:sha1:736d3c892ecb31b6aa658b0d8b0c5be757258062</id>
<content type='text'>
* Create utility class for helping format dictionary data

* Change format</content>
</entry>
<entry>
<title>Standardize hotkey action naming convention (#696)</title>
<updated>2020-07-27T00:25:15+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-07-27T00:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6e0b25c5d6ab72e6285e59d0ef9f619ea4a99a3c'/>
<id>urn:sha1:6e0b25c5d6ab72e6285e59d0ef9f619ea4a99a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Query parser fix (#695)</title>
<updated>2020-07-26T23:29:12+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-07-26T23:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=313476aa926797a0072b42c1dc6a12677f34551c'/>
<id>urn:sha1:313476aa926797a0072b42c1dc6a12677f34551c</id>
<content type='text'>
* Standardize setContent calls

* Rename _queryText to _fullQuery

* Move query parser into Display and update float.html

* Generalize params

* Add "full" parameter to maintain the original full query</content>
</entry>
</feed>
