Releases: phibr0/obsidian-dictionary
2.14.4
Minor Bugfixes
2.14.3
Release 2.14.3
2.14.1
Fix History
2.13.2
Release 2.13.2
As of Release 2.13.0 this Plugin has experimental offline Support for English and Chinese. The offline Dictionary is pretty big (about 35 megabytes), which is why it's not bundled with this Plugin by default. It will download the necessary files when you are using it for the first time. That means your first look-up still requires an internet connection.
This Release also comes with much improved Error Logging
2.13.1
Release 2.13.1
As of Release 2.13.0 this Plugin has experimental offline Support for English and Chinese. The offline Dictionary is pretty big (about 35 megabytes), which is why it's not bundled with this Plugin by default. It will download the necessary files when you are using it for the first time. That means your first look-up still requires an internet connection.
2.13.0
Release 2.13.0
As of Release 2.13.0 this Plugin has experimental offline Support for English and Chinese. The offline Dictionary is pretty big (about 35 megabytes), which is why it's not bundled with this Plugin by default. It will download the neccessary files when you are using it for the first time. That means your first look-up still requires an internet connection.
2.12.2
Dictionary Update 2.12.2
This is a pretty big update with multiple new Fixes and Features:
Bug Fixes
- #17 fixed - adding a missing saveSettings() call when updating the cache
- #23 fixed - adding the sourcemap again
- #18 fixed - fix synonym and definition provider modals
- #22 fixed - removed inconsistent language codes
Enhancements
- #22 added - better language name's (translated)
- #21 added - add audio to locally saved definition files
- #20 added - add a modal when file already exists + add language to the notes title
- #25 added - cache is now saved to a separate file to save storage
Other
- Most API's were migrated to Obsidian's new request API to bypass CORS without a Proxy and to work on mobile
2.12.1
Bump Dependencies + Version; Finally fix Svelte Component (hopefully)
2.11.0
Dictionary Update 2.11.0
This is a pretty big update with multiple new Fixes and Features:
Bug Fixes
Enhancements
Other
- Most API's were migrated to Obsidian's new request API to bypass CORS without a Proxy and to work on mobile
2.10.0
Add Caching Feature