Skip to content

Latest commit

 

History

History
142 lines (77 loc) · 8.16 KB

CHANGELOG.md

File metadata and controls

142 lines (77 loc) · 8.16 KB

Changelog

0.7.2 (2024-09-09)

Bug Fixes

  • ui: include font-face css in dom (aa0f543)

0.7.1 (2024-08-25)

Bug Fixes

  • keymaps: custom mappings not immediately available on save (0b28342)

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)

0.6.0 (2024-08-24)

Features

  • auth: add google & gitlab auth providers (f30ba9b)
  • ui: update login page look and application icons (994176a)

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)

0.4.1 (2024-08-24)

Bug Fixes

  • settings: resolve sql bug resulting in duplicated settings (e191dd5)

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)

0.3.0 (2024-08-23)

Features

  • auth: add config opt to send port number in callback urls (9ed14d9)

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)

0.2.0 (2024-08-23)

Features

0.1.3 (2024-08-22)

Bug Fixes

  • ci: add release please output tag name for image tag (12c4a9c)

0.1.2 (2024-08-22)

Bug Fixes

  • ci: add missing env vars (b08d800)

0.1.1 (2024-08-22)

Bug Fixes

  • ci: check for create release rather than tag ref (8c3e7c2)

0.1.0 (2024-08-22)

Features

  • add date & time, tidy up styling (d55adce)
  • add status line (9a4611e)
  • auth: add discord authentication provider (adbe180)
  • auth: update stored user during oauth2 callback (4d5d7f2)
  • ci: add ci workflow file (3fbf4c7)
  • ci: enable dependabot (56a7410)
  • data: store authenticated users in db (8027db0)
  • keymaps: add all the CRUD stuff for mappings (777b9ac)
  • keymaps: introduce 'leader mode' for more robust mappings (19faab5)
  • keymaps: PoC for key event driven shortcuts with client-side JS (b365d7b)
  • minimal icon navigation (ca46608)
  • settings: add basic user settings schema (2b871a2)
  • settings: add settings edit modal and backend logic (6e1a77b)
  • settings: render HTML with all current user settings present (08b2c14)
  • tidy up modal styling (54db3d0)

Bug Fixes

  • db: update user name field conditionally (4d7761d)
  • log: remove redundant logs (c7bea13)