<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext, branch 23.11.10.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=23.11.10.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=23.11.10.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2023-11-09T15:29:55+00:00</updated>
<entry>
<title>Fix hb import for media provider</title>
<updated>2023-11-09T15:29:55+00:00</updated>
<author>
<name>jbukl</name>
<email>noreply@github.com</email>
</author>
<published>2023-11-09T15:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=41cff833abdfc4f8ca9b8d426c1b382891fcf934'/>
<id>urn:sha1:41cff833abdfc4f8ca9b8d426c1b382891fcf934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to vitest for ESM support; other fixes</title>
<updated>2023-11-07T18:23:17+00:00</updated>
<author>
<name>Darius Jahandarie</name>
<email>djahandarie@gmail.com</email>
</author>
<published>2023-11-07T18:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0f4d36938fd0d844f548aa5a7f7e7842df8dfb41'/>
<id>urn:sha1:0f4d36938fd0d844f548aa5a7f7e7842df8dfb41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize codebase</title>
<updated>2023-11-04T09:45:57+00:00</updated>
<author>
<name>Darius Jahandarie</name>
<email>djahandarie@gmail.com</email>
</author>
<published>2023-11-04T09:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ef79eab44bfd000792c610b968b5ceefd41e76a0'/>
<id>urn:sha1:ef79eab44bfd000792c610b968b5ceefd41e76a0</id>
<content type='text'>
- Use ES modules
- Remove vendored libs and build them from npm using esbuild
- Switch from JSZip to zip.js
</content>
</entry>
<entry>
<title>Replace JsonSchema with ajv for dictionary validation</title>
<updated>2023-11-03T14:52:30+00:00</updated>
<author>
<name>Darius Jahandarie</name>
<email>djahandarie@gmail.com</email>
</author>
<published>2023-11-03T14:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=376151096431d4362e4baaacf0cef4a534e169f7'/>
<id>urn:sha1:376151096431d4362e4baaacf0cef4a534e169f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nativeMessaging can always be optional</title>
<updated>2023-10-29T23:22:22+00:00</updated>
<author>
<name>praschke</name>
<email>stel@comfy.monster</email>
</author>
<published>2023-10-29T22:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=bbefd8a07ba71d7fe5e9c707ddb06e99bfd2a502'/>
<id>urn:sha1:bbefd8a07ba71d7fe5e9c707ddb06e99bfd2a502</id>
<content type='text'>
this is the only blocker to Firefox for Android.
</content>
</entry>
<entry>
<title>remove webRequest and webRequestBlocking</title>
<updated>2023-10-29T21:38:13+00:00</updated>
<author>
<name>praschke</name>
<email>stel@comfy.monster</email>
</author>
<published>2023-10-29T21:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e61a69fb9ed8ad1dc94b4695d9b9052f4a533a52'/>
<id>urn:sha1:e61a69fb9ed8ad1dc94b4695d9b9052f4a533a52</id>
<content type='text'>
firefox was previously unable to use declarativeNetRequest, as some
browser state (ExtensionDNRStore) wasn't correctly initialized wrt
yomitan's use of the DNR API. this bug manifested as an unexpected
error on calls to updateDynamicRules(), specifically after the browser
has been restarted.

switching to the use of session rules instead of dynamic rules fixes
this bug. i have tested audio info requests (custom JSON, JPod
Alternate, Jisho) that exhibited the bug after browser restart on
version 115 and 118, and the audio plays instead of the request
failing.

webRequest can now be entirely removed.
</content>
</entry>
<entry>
<title>fix: session rules should be used instead of dynamic rules</title>
<updated>2023-10-29T20:59:05+00:00</updated>
<author>
<name>praschke</name>
<email>stel@comfy.monster</email>
</author>
<published>2023-10-29T20:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ba8eec942c60cc8b676408efd99e3fbbb9670c06'/>
<id>urn:sha1:ba8eec942c60cc8b676408efd99e3fbbb9670c06</id>
<content type='text'>
session rules are less persistent than dynamic rules, and the
intention of RequestBuilder is to only have rules active for the
lifetime of specific requests.
</content>
</entry>
<entry>
<title>fix: _getDynamicRules() returns a promise</title>
<updated>2023-10-29T20:50:45+00:00</updated>
<author>
<name>praschke</name>
<email>stel@comfy.monster</email>
</author>
<published>2023-10-29T20:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0adf9cef27de2641718116b91a0c7426aac6814e'/>
<id>urn:sha1:0adf9cef27de2641718116b91a0c7426aac6814e</id>
<content type='text'>
dynamic rules were never cleared, as the promise is not iterable as expected.
</content>
</entry>
<entry>
<title>remove webRequest from chrome for real</title>
<updated>2023-10-29T16:08:53+00:00</updated>
<author>
<name>praschke</name>
<email>stel@comfy.monster</email>
</author>
<published>2023-10-29T16:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9c003ec233136690c4efcee15341352400ce145d'/>
<id>urn:sha1:9c003ec233136690c4efcee15341352400ce145d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: reinstate webRequest and correct the permissions docs</title>
<updated>2023-10-25T09:48:11+00:00</updated>
<author>
<name>praschke</name>
<email>stel@comfy.monster</email>
</author>
<published>2023-10-25T09:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c54461a97edd8d06329a3329190b18f68a1cac50'/>
<id>urn:sha1:c54461a97edd8d06329a3329190b18f68a1cac50</id>
<content type='text'>
`webRequest` is used on Chrome/MV3 to surface error information from
failed requests. it was added back to the declarative path by
toasted-nutbread in FooSoft/yomichan#2161, but the permissions
documentation did not reflect `webRequests` continued necessity.
</content>
</entry>
</feed>
