Releases: scottmckendry/mnemstart
Releases · scottmckendry/mnemstart
v0.7.2
0.7.2 (2024-09-09)
Bug Fixes
- ui: include font-face css in dom (aa0f543)
v0.7.1
0.7.1 (2024-08-25)
Bug Fixes
- keymaps: custom mappings not immediately available on save (0b28342)
v0.7.0
0.7.0 (2024-08-25)
Features
- search: add search suggestions and selection of engines (07c2b26)
- settings: add setting for toggling search suggestions (f526619)
- ui: add help popup and shortcut (87f31ce)
- ui: style search suggestions (30c49ed)
- ui: update modal styles and layout (a4d72d8)
- ui: update settings modal style (8b7071a)
v0.6.0
0.6.0 (2024-08-24)
Features
- auth: add google & gitlab auth providers (f30ba9b)
- ui: update login page look and application icons (994176a)
v0.5.0
0.5.0 (2024-08-24)
Features
- ui: add QoL default shortcuts for modals (5b6cec4)
Bug Fixes
- settings: add err check for insert query (6627e9e)
v0.4.1
0.4.1 (2024-08-24)
Bug Fixes
- settings: resolve sql bug resulting in duplicated settings (e191dd5)
v0.4.0
0.4.0 (2024-08-24)
Features
- api: add recoverer middleware to gracefully handle panics (9e88d8d)
- api: explicitly set methods for routes (b6b66c2)
- auth: convert auth service to chi middleware (86597c5)
- cd: add deployment job to pipeline to update sever image (a7f981b)
- ci: publish test results to summary (e3a00b3)
- keymaps: show status for incorrectly set leader key (99f2f96)
Bug Fixes
- data: resolve provider merge bug (b9f38f0)
- keymaps: sanitize keymap urls before navigating (a9a389b)
v0.3.0
0.3.0 (2024-08-23)
Features
- auth: add config opt to send port number in callback urls (9ed14d9)
v0.2.1
0.2.1 (2024-08-23)
Bug Fixes
- auth: rovert sessions package to version supported by goth (b76f922)
- ci: include latest tag for published packages (717f455)
v0.2.0
0.2.0 (2024-08-23)
Features