Skip to content

Releases: mr-pennyworth/alfred-better-dictionaries

0.2.18

21 Dec 16:56
Compare
Choose a tag to compare

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

04 Aug 13:02
Compare
Choose a tag to compare
Use CSS from workflow dir instead of creating per-dict hard link

0.2.16

13 Jul 12:11
Compare
Choose a tag to compare
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

02 Jul 01:05
Compare
Choose a tag to compare
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

28 Jun 12:06
Compare
Choose a tag to compare
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

26 Jun 01:36
Compare
Choose a tag to compare
Wait for meilisearch client to be healthy

Fixes #28

0.2.12

21 Jun 21:12
Compare
Choose a tag to compare

Add support for different dict formats

Fixes #7
Fixes #29

Now, the following third-party dictionaries are
imported and displayed correctly:

0.2.11

18 Jun 18:10
Compare
Choose a tag to compare
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

18 Jun 15:09
Compare
Choose a tag to compare
Fix pyinstaller error by upgrading it

See https://github.com/pyinstaller/pyinstaller/issues/8554

0.2.9

17 Jun 17:46
Compare
Choose a tag to compare
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