Hi everyone! Another small optional update to help improve some of the internal workings of the code to make things more efficient, and to allow for some features added in the future. It should make the plugin more reliable & resilient.
Core
Additions:
- Added support for French, which is language code "fr_FR".
- Added a custom ListenableQueue which allows the plugin to queue SQLite queries for better reliability.
Changes:
Removals:
- Removed previously deprecated storage manager functions.
Known Bugs:
- None at the moment. If you see any bugs, please be sure to report them!
API
Changes:
- Removed previously deprecated storage manager changes. Please see this Gist for information on this breaking change