Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 22:34
· 99 commits to main since this release

1.2.0 (2024-08-17)

This version should bring some much-needed stability to Linux and Mac users (sorry for the issues, and thanks to those who worked with me to investigate it!), as always, let me know if you run into any issues by opening an issue.


  • chore: comment out logging test lines (dd61756)
  • chore: linting (0aa5b9a)
  • chore: remove old WSA init (4ca7d96)
  • chore(publish): release v1.2.0 (dfb99be)
  • feat: add checkAndReportStatus check throughout hooks.ts (6fcfaf4)
  • feat: add initEngine to webSpeech.ts, call in src/modules/tts/index.ts (a6b9e1c)
  • feat: add retryUntilAsync to wait.ts (61cb576)
  • feat: add status field to engines and tts overall (9f3753d)
  • feat: add TTS status reporting with popups (1e03397)
  • feat: add ttsEngines.reloadTries to prefs, use in webSpeech.ts (ec16cc8)
  • refactor: always initLocale and setDefaultPrefs, regardless of TTS init (a8f21da)
  • refactor: begin Promise-ifying engine inits (d3d0c98)
  • refactor: move around registering funcs in hooks.ts, condition on successful init (1713ee1)
  • refactor: move initEngines to onStartup (c25b707)
  • refactor: rearrange webSpeech.ts slightly (f468ab1)
  • fix: make initEngines async (0da5de3)
  • fix: return status good/bad for other usage (6c71d61)
  • build(deps-dev): bump zotero-plugin-scaffold from 0.0.33 to 0.0.34 (290decf)
  • build(deps-dev): bump zotero-types from 2.0.3 to 2.1.1 (539054f)
  • build(deps): bump zotero-plugin-toolkit from 2.3.37 to 3.0.0 (1804fc7)
  • docs: update README.md, add note about slow Mac/Linux loads (2ace45d)