<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/app, branch 24.5.13.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.5.13.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.5.13.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-02-25T16:20:44+00:00</updated>
<entry>
<title>"isJapanese" check move (#730)</title>
<updated>2024-02-25T16:20:44+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-25T16:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2e9ea19207a7410f929bb908759d48cb2340f29c'/>
<id>urn:sha1:2e9ea19207a7410f929bb908759d48cb2340f29c</id>
<content type='text'>
* Move isStringPartiallyJapanese out of ClipboardMonitor

* Create isStringPartiallyJapanese function

* Add textMayBeTranslatable

* Rename API function

* Rename internal function

* Add helper

* Update translatable check

* Pass language to TextScanner

* Pass language explicitly

* Use textMayBeTranslatable

* No redundant translatable check

* Update eslint

* Remove double newline

* Collapse

* Rename</content>
</entry>
<entry>
<title>Constructor simplification (#713)</title>
<updated>2024-02-20T15:13:57+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-20T15:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=fe875bbd99980b175fc366a2bfd4395be9cbad72'/>
<id>urn:sha1:fe875bbd99980b175fc366a2bfd4395be9cbad72</id>
<content type='text'>
* Update AudioDownloader

* Update Translator

* Update ClipboardMonitor

* Update ClipboardReader

* Update PanelElement

* Update QueryParser

* Update DisplayGenerator

* Update DisplayHistory

* Update DOMDataBinder

* Remove unnecessary cast

* Update Popup types

* One declaration per line

* Remove optionals from Frontend constructor

* Fix Translator constructor</content>
</entry>
<entry>
<title>Popup preview frame API map (#712)</title>
<updated>2024-02-20T15:12:27+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-20T15:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0e4ae922451af967c78616057ed26b85ba5d4b5c'/>
<id>urn:sha1:0e4ae922451af967c78616057ed26b85ba5d4b5c</id>
<content type='text'>
* Add API map type safety

* Add API map types

* Simplify names

* Remove unused type</content>
</entry>
<entry>
<title>Update eslint rules (#710)</title>
<updated>2024-02-19T12:30:17+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-19T12:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2da866f982930c76d2317a3be426410683ecf5a2'/>
<id>urn:sha1:2da866f982930c76d2317a3be426410683ecf5a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Application main updates (#708)</title>
<updated>2024-02-18T14:27:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-18T14:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=65fa65fc7765bc9a6557d3ce6f8bdcef5b5e0cf7'/>
<id>urn:sha1:65fa65fc7765bc9a6557d3ce6f8bdcef5b5e0cf7</id>
<content type='text'>
* Move waitForBackendReady

* Add option to wait for DOM before running main

* Move script load to be earlier</content>
</entry>
<entry>
<title>Refactor DocumentUtil (#706)</title>
<updated>2024-02-18T13:11:47+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-18T13:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=cfc65c31313731dfa0d36c2eceaca35e9d50992f'/>
<id>urn:sha1:cfc65c31313731dfa0d36c2eceaca35e9d50992f</id>
<content type='text'>
* Refactor DocumentUtil

* Isolate suppression</content>
</entry>
<entry>
<title>Log update (#701)</title>
<updated>2024-02-18T13:01:22+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-18T13:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=90449bc745546f0f25bc93ee4b06d21b7c0210e8'/>
<id>urn:sha1:90449bc745546f0f25bc93ee4b06d21b7c0210e8</id>
<content type='text'>
* Don't export Logger

* Rename logger.js to log.js

* Move helper function

* Update extension name configuration

* Simplify docs

* Move issue URL to a field

* Simplify context

* Remove optional params that are never used

* Configure backend

* Update eslint

* Simplify

* Rename function

* Simplify _api reference

* Simplify docs

* Remove unused log levels (except 'log')

* Add log function

* Rename for more clear intent

* Use log.log</content>
</entry>
<entry>
<title>Application data refactor (#699)</title>
<updated>2024-02-18T12:58:59+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-18T12:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7e9f7e2616973418cc50f7706bd8f644cb9d5559'/>
<id>urn:sha1:7e9f7e2616973418cc50f7706bd8f644cb9d5559</id>
<content type='text'>
* Pass tabId and frameId to Application

* Remove casts

* Remove redundant frameInformationGet calls

* Expose tabId and frameId

* Remove unsed

* Simplify

* Update FrameAncestryHandler to not need a direct frameId

* Remove frameId from FrameOffsetForwarder

* Remove frameId from PopupFactory

* Remove frameId from Frontend

* Remove frameId from PopupPreviewFrame

* Fix PopupFactory and Frontend constructor

* Remove frameId from Display

* Remove frameId from SearchDisplayController

* Restore if check</content>
</entry>
<entry>
<title>Eslint rule updates (#673)</title>
<updated>2024-02-15T03:26:29+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-15T03:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6bf7b0055765c4f2011c9614753d6714dc09be65'/>
<id>urn:sha1:6bf7b0055765c4f2011c9614753d6714dc09be65</id>
<content type='text'>
* Install unicorn

* Add rules

* Fix issues

* Install sonarjs

* Set up rules

* Fix issues

* Install eslint-plugin-import and fix import extensions

* Simplify permitted error names</content>
</entry>
<entry>
<title>Update eslint (#638)</title>
<updated>2024-02-08T11:52:06+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-08T11:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d4381831209dfbbbddd6d238c68461c9601573e2'/>
<id>urn:sha1:d4381831209dfbbbddd6d238c68461c9601573e2</id>
<content type='text'>
* Add json test

* Update vscode settings to better handle json

* Collapse eslint rules for easier readability

* Reorganize

* Update no-multi-spaces rule for JSON

* Rules updates

* Switch to @stylistic/eslint-plugin

* Update deprecated stylistic rules

* Group stylistic rules

* Simplify rules

* Move eslint env overrides to end of file

* Add test

* Move promiseAnimationFrame to separate file

* Remove unneeded eslint disable

* Remove unneeded</content>
</entry>
</feed>
