<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan, branch 22.9.9.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=22.9.9.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=22.9.9.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2022-09-09T23:58:51+00:00</updated>
<entry>
<title>Version update</title>
<updated>2022-09-09T23:58:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-09-09T23:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=227cbbc7cd6e524654cb7eb49dc2f2eb898fc83c'/>
<id>urn:sha1:227cbbc7cd6e524654cb7eb49dc2f2eb898fc83c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2222 from toasted-nutbread/remove-dictionaries</title>
<updated>2022-09-01T02:39:26+00:00</updated>
<author>
<name>Alexei Yatskov</name>
<email>FooSoft@users.noreply.github.com</email>
</author>
<published>2022-09-01T02:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=09f885a6c2a078331363842160a8712d1604d2b3'/>
<id>urn:sha1:09f885a6c2a078331363842160a8712d1604d2b3</id>
<content type='text'>
Remove old dictionaries</content>
</entry>
<entry>
<title>Update readme (#2221)</title>
<updated>2022-08-21T16:21:59+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-08-21T16:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e242b6598ccc544abb7b581b8062755e483907d4'/>
<id>urn:sha1:e242b6598ccc544abb7b581b8062755e483907d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dictionaries</title>
<updated>2022-08-21T16:20:53+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-08-21T02:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b0ae4196347ae04a4d8c84ce768a37f9eff774a7'/>
<id>urn:sha1:b0ae4196347ae04a4d8c84ce768a37f9eff774a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TextSourceElement surrogate pair support (#2217)</title>
<updated>2022-08-20T18:32:34+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-08-20T18:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e7944d29b0380d46e44cc316e10a3088e9da3a8c'/>
<id>urn:sha1:e7944d29b0380d46e44cc316e10a3088e9da3a8c</id>
<content type='text'>
* Update StringUtil

* Refactor

* Handle UTF-16 surrogate pairs</content>
</entry>
<entry>
<title>New StringUtil (#2216)</title>
<updated>2022-08-20T17:11:38+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-08-20T17:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4194252fe363e9737abf4aa407d8ce14e7743559'/>
<id>urn:sha1:4194252fe363e9737abf4aa407d8ce14e7743559</id>
<content type='text'>
* Create new StringUtil

* Use StringUtil in DOMTextScanner

* Fix order</content>
</entry>
<entry>
<title>ArrayBufferUtil (#2215)</title>
<updated>2022-08-20T16:53:22+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-08-20T16:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d3807d88ecf40b2c37ed31d823af038a091ffca0'/>
<id>urn:sha1:d3807d88ecf40b2c37ed31d823af038a091ffca0</id>
<content type='text'>
* Rename StringUtil to ArrayBufferUtil

* Update docs

* Rename file string-util.js to array-buffer-util.js</content>
</entry>
<entry>
<title>Fix setEndOffset (#2214)</title>
<updated>2022-08-20T16:38:55+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-08-20T16:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=cd0a6b60e2f910e497a5b72bee1a27a0d1c575d2'/>
<id>urn:sha1:cd0a6b60e2f910e497a5b72bee1a27a0d1c575d2</id>
<content type='text'>
* Add _layoutAwareScan option to TextSourceElement.setEndOffset for parity

* Remove default param</content>
</entry>
<entry>
<title>Update DOMTextScanner to support UTF-16 surrogate pairs (#2213)</title>
<updated>2022-08-20T15:32:20+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-08-20T15:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c5c5308ff2addbce1f1d55dd5a8a91bbed610ee1'/>
<id>urn:sha1:c5c5308ff2addbce1f1d55dd5a8a91bbed610ee1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Profile index fixes (#2207)</title>
<updated>2022-08-20T15:31:50+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-08-20T15:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=5c267f4bb772bb6c67576f2b40234a356c040550'/>
<id>urn:sha1:5c267f4bb772bb6c67576f2b40234a356c040550</id>
<content type='text'>
* Update settings controller to consistently initialize

* Allow profile index to be reset if an error occurs

* Update message handler to be async

* Fix error when deleting the current profile</content>
</entry>
</feed>
