<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/display, branch 21.10.31.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.10.31.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.10.31.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-10-21T23:56:43+00:00</updated>
<entry>
<title>Don't stop audio playback when hiding a popup (#1995)</title>
<updated>2021-10-21T23:56:43+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-21T23:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f978819a3335cda7bc0e2414522cdf34f3dfa4e5'/>
<id>urn:sha1:f978819a3335cda7bc0e2414522cdf34f3dfa4e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display menu button (#1992)</title>
<updated>2021-10-17T13:55:13+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-17T13:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9ae38bd8e97b31feafb41fe3862cebdb5e082057'/>
<id>urn:sha1:9ae38bd8e97b31feafb41fe3862cebdb5e082057</id>
<content type='text'>
* Implement new menu which includes a debug log option

* Update wording</content>
</entry>
<entry>
<title>Display button updates (#1991)</title>
<updated>2021-10-17T04:15:43+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-17T04:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ca4ed0300b06e8424f4c2e49ff8533a37883e850'/>
<id>urn:sha1:ca4ed0300b06e8424f4c2e49ff8533a37883e850</id>
<content type='text'>
* Update display buttons

* Remove use of _addMultipleEventListeners</content>
</entry>
<entry>
<title>String frequency support (#1989)</title>
<updated>2021-10-15T01:26:53+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-15T01:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=75aabd983da29023b8423bd44d565202aad6b664'/>
<id>urn:sha1:75aabd983da29023b8423bd44d565202aad6b664</id>
<content type='text'>
* Restore support for string frequency values

* Add support for {value, displayValue} frequencies

* Update test data

* Improve number parsing of string frequencies

* Improve reading detection

* Expose a displayValue property for frequency information

* Update docs

* Expose displayValue to Anki note data

* Fix translator

* Update display generation

* Update test data

* Update counts</content>
</entry>
<entry>
<title>Fix query being set to null when an empty search page is opened (#1988)</title>
<updated>2021-10-15T01:16:40+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-15T01:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=11f7591a7f5fcbfc3a3e631eaac0addb228c988a'/>
<id>urn:sha1:11f7591a7f5fcbfc3a3e631eaac0addb228c988a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Search query back button (#1981)</title>
<updated>2021-10-09T21:06:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-09T21:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0a8992d21550dff1176820d434b5dd7e4f233749'/>
<id>urn:sha1:0a8992d21550dff1176820d434b5dd7e4f233749</id>
<content type='text'>
* Always allow history to go back/forward when using browser history

* Add a back button which is visible when using the query parser</content>
</entry>
<entry>
<title>Display refactoring (#1978)</title>
<updated>2021-10-03T20:46:15+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-03T20:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=be8ef53e90c3893dc2696b846dadb185be8c4514'/>
<id>urn:sha1:be8ef53e90c3893dc2696b846dadb185be8c4514</id>
<content type='text'>
* Refactor _setContentTermsOrKanji

* Update query assignment

* Simplify

* Remove redundant _updateQueryParser

* Reorder query assignment

* Remove isTerms, replace with isKanji

* Simplify defaults

* Refactor events

* Update DisplayAnki to use events

* Simplify

* Update DisplayAudio to use events

* Simplify

* Move audio hotkeys

* Add frameVisibilityChange event

* Fix name

* Add logDictionaryEntryData event

* Move clearAutoPlayTimer handler

* Fix call

* Externalize DisplayAnki and DisplayAudio from Display

* Simplify clear</content>
</entry>
<entry>
<title>Hotkey dictionary navigation fix (#1970)</title>
<updated>2021-09-30T23:31:45+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-30T23:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=55a7e7f9a8bf50a4891f2e4d0031b968aa0c25b0'/>
<id>urn:sha1:55a7e7f9a8bf50a4891f2e4d0031b968aa0c25b0</id>
<content type='text'>
* Add getRect function to ScrollElement

* Update _focusEntry to take a definition index

* Update behaviour of (next|previous)EntryDifferentDictionary</content>
</entry>
<entry>
<title>Search query offset value (#1968)</title>
<updated>2021-09-27T23:07:28+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-27T23:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b0f6c41f5dc7f498f2948f846dd273bcb1bc1f0b'/>
<id>urn:sha1:b0f6c41f5dc7f498f2948f846dd273bcb1bc1f0b</id>
<content type='text'>
* Add type property to TextSource* classes

* Use type property rather than instanceof

* Expose a sentence offset value

* Use offset added to URL

* Improve fallback sentence for Anki note context</content>
</entry>
<entry>
<title>Remove display query post process (#1967)</title>
<updated>2021-09-27T02:14:52+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-27T02:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=729abbf5616f93a641bb6b68593e524b352b2a19'/>
<id>urn:sha1:729abbf5616f93a641bb6b68593e524b352b2a19</id>
<content type='text'>
* Remove search query post-processing

* Remove _rawQuery, as it is redundant with _query</content>
</entry>
</feed>
