<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan, 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:39+00:00</updated>
<entry>
<title>Update version</title>
<updated>2021-10-15T01:31:39+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-15T01:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ca4bf5e65e2b2eeb20aceb465fa04f0795294328'/>
<id>urn:sha1:ca4bf5e65e2b2eeb20aceb465fa04f0795294328</id>
<content type='text'>
</content>
</entry>
<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>Update version</title>
<updated>2021-10-11T00:38:28+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-11T00:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=157d5c9a011e29550b4da375b791c9c48f057bf3'/>
<id>urn:sha1:157d5c9a011e29550b4da375b791c9c48f057bf3</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>Update version</title>
<updated>2021-10-01T01:13:12+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-01T01:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d14268eb574d39b5ecc1e83302d45d5933770a73'/>
<id>urn:sha1:d14268eb574d39b5ecc1e83302d45d5933770a73</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>Make accessibility settings non-advanced (#1972)</title>
<updated>2021-09-30T23:41:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-30T23:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6cf01555e7ea8d8f795188d16b2de5df58d0a110'/>
<id>urn:sha1:6cf01555e7ea8d8f795188d16b2de5df58d0a110</id>
<content type='text'>
</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>
</feed>
