Releases: mr-pennyworth/alfred-better-dictionaries
Releases · mr-pennyworth/alfred-better-dictionaries
0.2.18
Fix index ID creation
Meilisearch index UID only allows alphanumeric characters,
hyphens, and underscores. With this change, we handle dict
bundle identifiers correctly so that a valid UID is always
created from them.
This fixes the issue described in
https://www.alfredforum.com/topic/16134-better-dictionaries/page/5/#findComment-117683
0.2.17
Use CSS from workflow dir instead of creating per-dict hard link
0.2.16
Bump up version to bundle latest AlfredExtraPane.app Now the extra pane has a menu in the menubar, allows customizing CSS and User-Agent, and has an auto-updater.
0.2.15
Add support for transparency and blur from Alfred's theme `AlfredExtraPane.app` has been updated to support Alfred themes containing transparency and blur. - https://github.com/mr-pennyworth/alfred-extra-pane/commit/16e71e0487719ba36fff9d9c4c38027d4c178e1a - https://github.com/mr-pennyworth/alfred-extra-pane/commit/2295b987af852476e31c30412cf8140504b9f002 Given that the new version of the extra pane renders the window with appropriate color, and expects the HTML to not have its own background color, in this change, we update the CSS for dict entries.
0.2.14
Remove need for manual setup step Instead of needing to run `.setup-better-dictionaries`, now we run `./setup.sh` before each dict import.
0.2.13
Wait for meilisearch client to be healthy Fixes #28
0.2.12
Add support for different dict formats
Now, the following third-party dictionaries are
imported and displayed correctly:
0.2.11
Fix IPA pronunciation https://www.ipaaudio.click/audio, which we were using to convert the IPA notation to voice, is gone. So, now, use http://ipa-reader.xyz instead. Looks like someone or the other keeps building this using Amazon Polly and maybe we can keep switching as and when these projects die 🤷🏻♂️ Also, as Apple's on-device text-to-speech is quite good, it worth considering dropping the IPA support altogether and just use `say` with the word itself.
0.2.10
Fix pyinstaller error by upgrading it See https://github.com/pyinstaller/pyinstaller/issues/8554
0.2.9
Bump up version Include the following changes: - Silence inconsequential errors during setup - Create $alfred_workflow_data dir if non-existent - Remove no-longer-true notes from info.plist - Enable Alfred's Press Secretary during setup