<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/background, 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-04T09:45:57+00:00</updated>
<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>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>Merge pull request #276 from praschke/block-helper-rewrite</title>
<updated>2023-10-22T23:34:48+00:00</updated>
<author>
<name>Darius Jahandarie</name>
<email>djahandarie@gmail.com</email>
</author>
<published>2023-10-22T23:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c3148c6cf0522c5a3b3f3db6e495f401050c73f7'/>
<id>urn:sha1:c3148c6cf0522c5a3b3f3db6e495f401050c73f7</id>
<content type='text'>
Block helper rewrite
</content>
</entry>
<entry>
<title>warn about custom templates in the welcome page</title>
<updated>2023-10-22T18:25:58+00:00</updated>
<author>
<name>praschke</name>
<email>stel@comfy.monster</email>
</author>
<published>2023-10-22T16:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=757707539690b6aec45e9de8cd37fdfc907d8843'/>
<id>urn:sha1:757707539690b6aec45e9de8cd37fdfc907d8843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: clipboard getImage, review comments</title>
<updated>2023-10-21T17:42:52+00:00</updated>
<author>
<name>jbukl</name>
<email>noreply@github.com</email>
</author>
<published>2023-10-21T16:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=379fdcf2280939c72e1be4e4f38567149a108873'/>
<id>urn:sha1:379fdcf2280939c72e1be4e4f38567149a108873</id>
<content type='text'>
implement getImage for offscreen requests
move offscreen files, offscreen prep is done in sw prep
update permissions document for offscreen
rearrange permissions
</content>
</entry>
<entry>
<title>chore: some returns bool</title>
<updated>2023-10-20T21:37:40+00:00</updated>
<author>
<name>jbukl</name>
<email>noreply@github.com</email>
</author>
<published>2023-10-20T21:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c50c52560c14837655361f2958e2d0acf0455a21'/>
<id>urn:sha1:c50c52560c14837655361f2958e2d0acf0455a21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: cleanup offscreen documentation code</title>
<updated>2023-10-20T20:08:56+00:00</updated>
<author>
<name>jbukl</name>
<email>noreply@github.com</email>
</author>
<published>2023-10-20T20:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4c3f6f1a1714b575b18482080dbf4a235d5a1ad3'/>
<id>urn:sha1:4c3f6f1a1714b575b18482080dbf4a235d5a1ad3</id>
<content type='text'>
</content>
</entry>
</feed>
