This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 244
Changelog
toasted-nutbread edited this page Jun 25, 2020
·
8 revisions
- Updated legal.html to include full license text of third-party libraries. (#563)
- Fixed an issue which could result in some larger dictionaries not being able to be imported. (#586, #587)
- Added new icons which will be used for the settings page. (#540)
- Fixed error caused by platform information not being available on certain setups. (#595, #597)
- Updated text-to-speech language tag detection to include tags starting with "ja_". (#596)
- Updated cross-frame communication to be more generic so it can be used for more purposes. (#531, #553, #554)
- Updated the badge status error indicator to include cases when errors are generated on the background page. (#602)
- Ignore occasional errors generated by the
getZoom
function. (#604) - Workaround for a stack overflow caused by WanaKana. (#404, #615)
- Fixed errors caused by volume being out of the [0, 100] range. (#616, #617)
- Added a shadow DOM container around the popup to help improve security and make it less likely for Yomichan to affect the underline web page. (#623)
- Added options to disable security features. (#618, #622, #623)
- Updated the text scanning algorithm implementation. (#536)
- Added a new option "Layout-aware scan", which uses styling information to determine where some line breaks are. (#536)
- Refactored database interactions to more correctly use transactions to process data. (#600)
- Fixed an issue which prevented the database from being purged if it was in an invalid state. (#600)
- Fixed an issue causing certain Google Docs pages to sometimes not work correctly when Yomichan is activated. (#608)
- Refactored code in order to support the Chrome extension manifest v3. (#554, #555, #556, #562)
- Refactored the settings page. (#541, #542, #551, #564, #565, #566, #567, #569, #570, #571, #572, #573, #575, #576, #577, #578, #579, #580, #581, #582, #583, #584, #585, #625)
- Refactored the context popup to not use Bootstrap. (#594)
- Refactoring. (#522, #522, #532, #537, #550, #574, #603, #609, #610, #611, #619, #621)