Skip to content

Releases: joshuar/autocorrector

v3.1.4

24 Oct 22:33
3773b53
Compare
Choose a tag to compare

3.1.4 (2023-10-24)

Bug Fixes

  • app,db,keytracker: better handling of app shutdown (719ae12)
  • app: shutdown works correctly from tray menu (2eff060)

v3.1.3

22 Oct 05:24
33e2ac3
Compare
Choose a tag to compare

3.1.3 (2023-10-22)

Bug Fixes

v3.1.2

22 Oct 05:12
1a44f18
Compare
Choose a tag to compare

3.1.2 (2023-10-22)

Bug Fixes

  • install cosign in actions (ac7ef25)

v3.1.1

22 Oct 05:05
6d10c25
Compare
Choose a tag to compare

3.1.1 (2023-10-22)

Bug Fixes

  • ui: commit URL txt files (eb07d91)

v3.1.0

22 Oct 04:52
45ca31a
Compare
Choose a tag to compare

3.1.0 (2023-10-22)

Features

  • db: sync database to disk every hour (c06af4e)

Bug Fixes

  • keytracker: remove non-working pattern matching code (e495f1b)

v3.0.1

18 Oct 23:09
c7ad79c
Compare
Choose a tag to compare

3.0.1 (2023-10-18)

Miscellaneous Chores

  • release 3.0.1 packaging fixes (5c4ff60)

v3.0.0

18 Oct 11:40
0c713c0
Compare
Choose a tag to compare

3.0.0 (2023-10-18)

⚠ BREAKING CHANGES

  • app,keytracker: restructure corrections code
  • db,app,corrections: improve corrections tracking
  • all: improve stats tracking

Features

  • all: improve stats tracking (35656f8)
  • app,keytracker: restructure corrections code (b6ae8da)
  • app: embed icons and urls rather than defining in code (4f7f82d)
  • db,app,corrections: improve corrections tracking (1e811de)
  • keytracker: adjust interfaces for keytracker (6aa3d34)
  • keytracker: improve goroutine handling (c6177d6)
  • tools/scraper: add a tool to scrape common misspellings off Wikipedia (9b412ec)
  • tools: scraper output saves as corrections.toml (ff32e41)

Bug Fixes

  • app: quit from tray icon runs appropriate actions (6681999)
  • corrections: remove spew (a6a96fd)

v2.1.1

26 Aug 00:37
9e29313
Compare
Choose a tag to compare

2.1.1 (2023-08-26)

Bug Fixes

  • app: auto-complete mistake (696a54a)

v2.1.0

26 Aug 00:12
9db3bfe
Compare
Choose a tag to compare

2.1.0 (2023-08-25)

Features

  • app,wordstats: start tracking session stats (091d823)
  • app: better layout and label for lifetime stats (84a77c9)

v2.0.0

26 Jun 23:16
408ba08
Compare
Choose a tag to compare

2.0.0 (2023-06-26)

⚠ BREAKING CHANGES

  • working code without sockets

Features

  • app,keytracker: split out channel handling and word details from keytracker (998e156)
  • app: add settings, report issue, request feature tray menu options (74377bc)
  • working code without sockets (80b2028)

Bug Fixes

  • app,keytracker: corrections can now be toggle on/off again (c560ad8)
  • app: "Show Stats" tray icon menu option restored (878e12b)
  • app: notifications toggle and display working again (03e00f5)
  • app: remove unused notifications code (3c01d3b)
  • app: stats tracking now working again (8486b27)
  • cmd,app,server: merge client command into root command (aa260aa)
  • cmd: remove --user command option and enable sub-command (35f0dee)
  • notifications: remove more unused notifications code (c582389)
  • remove no longer used client and control code (3105d1f)