<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/app, branch 22.4.4.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=22.4.4.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=22.4.4.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2022-04-04T02:52:53+00:00</updated>
<entry>
<title>Hide popup on cursor exit (#2109)</title>
<updated>2022-04-04T02:52:53+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-04-04T02:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e5b53bb238e59b1cd6371c0379d6171a3e1e68fa'/>
<id>urn:sha1:e5b53bb238e59b1cd6371c0379d6171a3e1e68fa</id>
<content type='text'>
* Update phrasing

* Add new options

* Add settings

* Implement</content>
</entry>
<entry>
<title>Update Popup to not store the full options object (#2106)</title>
<updated>2022-04-03T21:09:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-04-03T21:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b896724aacd612ef9d9e0f544d32b5282e551854'/>
<id>urn:sha1:b896724aacd612ef9d9e0f544d32b5282e551854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Theme updates (#2105)</title>
<updated>2022-04-03T20:20:55+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-04-03T20:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f61690ea2c4b5142c470dbe288446afadae11dbc'/>
<id>urn:sha1:f61690ea2c4b5142c470dbe288446afadae11dbc</id>
<content type='text'>
* Change siteColor to siteTheme

* Fix potential null exception

* Simplify

* Update display theme assignment

* Add a data-browser-theme attribute

* Add "browser" option for theme

* Create ThemeController

* Add theme-controller.js to relevant pages

* Use ThemeController

* Simplify

* Fix 'light' being used instead of 'default'

* Update the settings values to more accurately reflect their usage

* Change default site theme in display.js

* Remove async

* Restore async for consistency</content>
</entry>
<entry>
<title>Update copyright date (#2062)</title>
<updated>2022-02-03T01:43:10+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-02-03T01:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=89ac85afd03e62818624b507c91569edbec54f3d'/>
<id>urn:sha1:89ac85afd03e62818624b507c91569edbec54f3d</id>
<content type='text'>
* Update eslint settings

* Update 2021 files

* Update other files</content>
</entry>
<entry>
<title>Scanning wildcards (#2042)</title>
<updated>2021-12-18T17:38:39+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-12-18T17:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0e52a1f509155673d26a2a1ad00987389a05fea6'/>
<id>urn:sha1:0e52a1f509155673d26a2a1ad00987389a05fea6</id>
<content type='text'>
* Add scanning.matchTypePrefix option

* Update TextScanner to use matchTypePrefix option

* Add setting

* Update warning</content>
</entry>
<entry>
<title>Action handler name disambiguation (#2018)</title>
<updated>2021-11-21T20:54:58+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-11-21T20:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=005f9658d98143ea1189482ae627405c8bf5a566'/>
<id>urn:sha1:005f9658d98143ea1189482ae627405c8bf5a566</id>
<content type='text'>
* Disambiguate PopupFactory action handlers

* Update HotkeyHandler action names

* Disambiguate Frontend action handlers

* Disambiguate Display action handlers

* Disambiguate PopupPreviewFrame action handlers

* Disambiguate Yomichan action handlers

* Disambiguate Frontend action handlers

* Disambiguate Display action handlers

* Disambiguate SearchDisplayController action handlers</content>
</entry>
<entry>
<title>FrameOffsetForwarder fixes (#2017)</title>
<updated>2021-11-21T20:08:39+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-11-21T20:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=06e70c1cd8a6e23b54ba9081caf82902820ceccd'/>
<id>urn:sha1:06e70c1cd8a6e23b54ba9081caf82902820ceccd</id>
<content type='text'>
* Fix handling of null iframe rect

* Handle errors inside of getOffset</content>
</entry>
<entry>
<title>General refactoring (#2016)</title>
<updated>2021-11-21T17:34:57+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-11-21T17:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=36967b18397dc7f6414d81584ea37f364195b164'/>
<id>urn:sha1:36967b18397dc7f6414d81584ea37f364195b164</id>
<content type='text'>
* Remove // Public comments

* Fix errors

* Remove source parameter from Popup*.setOptionsContext</content>
</entry>
<entry>
<title>Don't clear the selection before the text scanner has been enabled (#2006)</title>
<updated>2021-11-13T16:11:33+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-11-13T16:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=70ac6c51f99ba055ebced0dc3ab2be1b00d95992'/>
<id>urn:sha1:70ac6c51f99ba055ebced0dc3ab2be1b00d95992</id>
<content type='text'>
</content>
</entry>
<entry>
<title>JSDoc update (#1996)</title>
<updated>2021-11-01T01:45:57+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-11-01T01:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2dc8394c72570d949fc129dea8d744ba04394e2d'/>
<id>urn:sha1:2dc8394c72570d949fc129dea8d744ba04394e2d</id>
<content type='text'>
* Update core.js docs to include types.

* Update docs</content>
</entry>
</feed>
