https://github.com/FooSoft/yomichan/releases/tag/22.6.6.0 ### General * [x] Create [release tag](https://github.com/FooSoft/yomichan/tree/22.6.6.0). * [x] Create [GitHub release](https://github.com/FooSoft/yomichan/releases/tag/22.6.6.0). * [x] Ensure the version is updated in the [manifest](https://github.com/FooSoft/yomichan/blob/22.6.6.0/ext/manifest.json). ### Testing * [x] Update Chrome testing...
This change updates `AnkiConnect.findNoteIds` to not run multiple of the same query. Instead, it will run the query only once and internally distribute the results into resulting array. Addresses part...
## DOMException.data sometimes throws error on assignment * **Browser**: Firefox * **Date**: 2022-06-25 * **Links**: https://bugzilla.mozilla.org/show_bug.cgi?id=1776555 * **Affects**: #2161, #2187
This change adds a setting which limits the amount of time that an audio download can be idle for. Resolves https://github.com/FooSoft/yomichan/issues/2182#issuecomment-1162960085.
Bug introduced in [#2105](https://github.com/FooSoft/yomichan/pull/2105/files#diff-6d795e7332666b6973a3e802a98ed78cb8f7c0d248e8b47b46918a35a38797f7L215-R224). * [ ] TODO : This likely needs a options upgrade to safely handle this case.
This change handles the non-standard CSS `zoom` property on Chromium-based browsers, which causes scanning to break. Will resolve #2176.
Firefox is moving towards supporting MV3, using a slightly different pattern than Chrome. Firefox is supporting event pages, which should allow the background page to be maintained, which addresses some...
Schema validation of data is sub-optimal and can cause significant slowdowns for large and complex dictionary files. Some issues were brought up in this comment: https://github.com/FooSoft/yomichan/pull/2129#issuecomment-1126785466. This issue is intended...
https://github.com/FooSoft/yomichan/releases/tag/22.4.4.0 ### General * [x] Create [release tag](https://github.com/FooSoft/yomichan/tree/22.4.4.0). * [x] Create [GitHub release](https://github.com/FooSoft/yomichan/releases/tag/22.4.4.0). * [x] Ensure the version is updated in the [manifest](https://github.com/FooSoft/yomichan/blob/22.4.4.0/ext/manifest.json). ### Testing * [x] Update Chrome testing...