<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js, branch 21.9.30.2</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.9.30.2</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.9.30.2'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-10-15T01:31:03+00:00</updated>
<entry>
<title>String frequency support (#1989)</title>
<updated>2021-10-15T01:31:03+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=858fe7ae11850eaafb3e024289faf0c78e083abf'/>
<id>urn:sha1:858fe7ae11850eaafb3e024289faf0c78e083abf</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 DOMRect for vertical position calculation (#1986)</title>
<updated>2021-10-15T01:31:03+00:00</updated>
<author>
<name>Shadowlauch</name>
<email>Shadowlauch@users.noreply.github.com</email>
</author>
<published>2021-10-14T23:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f6c346136297c10389897b183db4f05c07d204fa'/>
<id>urn:sha1:f6c346136297c10389897b183db4f05c07d204fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable background clipboard monitor, mecab, and anki if disabled (#1977)</title>
<updated>2021-10-11T00:37:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-03T20:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=596eb199d975267f5971b2480aea9afcacfc7688'/>
<id>urn:sha1:596eb199d975267f5971b2480aea9afcacfc7688</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add disable-popup-preview option to the settings page (#1974)</title>
<updated>2021-10-01T01:12:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-01T01:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=52e4bc8e6a357d9553dc2da385cb8ed5e8db15e7'/>
<id>urn:sha1:52e4bc8e6a357d9553dc2da385cb8ed5e8db15e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DOMRect update (#1973)</title>
<updated>2021-10-01T01:05:34+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-01T01:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=19eb990aeb197f70a0cf46efdf9f2bdd6ed1d48c'/>
<id>urn:sha1:19eb990aeb197f70a0cf46efdf9f2bdd6ed1d48c</id>
<content type='text'>
* Compare using left/top rather than x/y

* Simplify

* Update Popup*.getFrameRect to return a custom structure

* Don't use x/y on DOMRect</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>Katakana to hiragana conversion options (#1965)</title>
<updated>2021-09-27T22:19:53+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-27T22:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b784e5b11a596a456eb8879d394fde64bc63aaef'/>
<id>urn:sha1:b784e5b11a596a456eb8879d394fde64bc63aaef</id>
<content type='text'>
* Refactor convertKatakanaToHiragana

* Add keepProlongedSoundMarks option

* Test keepProlongedSoundMarks option

* Refactor

* Add keepProlongedSoundMarks option to hiragana handlebars helper

* Update documentation</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>
<entry>
<title>Rename dictionary import steps (#1966)</title>
<updated>2021-09-27T00:08:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-27T00:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ba267a545c489e0dfc8cd962f47d8e70c6f6f604'/>
<id>urn:sha1:ba267a545c489e0dfc8cd962f47d8e70c6f6f604</id>
<content type='text'>
</content>
</entry>
</feed>
