Visitenbuch/CHANGELOG.md
ThetaDev a69c474d1d
All checks were successful
Visitenbuch CI / test (push) Successful in 2m40s
Visitenbuch CI / release (push) Successful in 5m46s
chore(release): release v0.3.4
2024-05-16 20:31:46 +02:00

7.1 KiB

Changelog

All notable changes to this project will be documented in this file.

v0.3.4 - 2024-05-16

🚀 Features

  • Select table entries on doubleclick - (c6abf63)

🐛 Bug Fixes

  • Escape HTML for licenses file - (f76e7fd)
  • Use btn-id class for all tables - (d5e9a94)
  • Avoid global state, use context for savedFilters - (a4eebb9)
  • Close autocomplete on defocus - (4a3155c)
  • Remove process.on hooks (not necessary) - (cdb3446)
  • Autocomplete not closing on tab - (88a5040)

v0.3.3 - 2024-05-14

🚀 Features

🐛 Bug Fixes

  • Update ESLint config and fix lints - (009729b)
  • FilterList selection hides items from other FilterLists - (cc1ebaf)

🧪 Testing

  • Use fixtures for E2E tests, fix wrong OIDC URL in CI - (cbc7d65)

v0.3.2 - 2024-05-13

🐛 Bug Fixes

  • Disable NPM update notifier - (fb958c0)

v0.3.1 - 2024-05-13

🚀 Features

  • Logout user from OIDC provider - (8316d40)

🧪 Testing

  • Fix environment files - (f01fb6f)

v0.3.0 - 2024-05-12

🚀 Features

  • Create executions without marking entry as done ('notes') - (f630ee0)
  • Add multi-column sort - (2a7aa61)
  • Improve date selector (allow for manual range input, add day/week arrows on visit view) - (b2a1888)
  • Add group by station - (25a60d5)

🐛 Bug Fixes

🚜 Refactor

  • SchemaNewExecution definition - (29d092a)

🧪 Testing

  • Make test db URL configurable - (0d14212)

⚙️ Miscellaneous Tasks

v0.2.1 - 2024-05-07

🐛 Bug Fixes

  • Carta editor mobile context menu transparent - (6bd7e15)
  • Dont output null age - (c2c21d1)

v0.2.0 - 2024-05-06

🚀 Features

  • Add toast error messages - (80c6243)
  • Improve week selector, select all TODO items by default - (21f145f)
  • Use global store for saved filters, add default filters - (f36ae71)
  • Hide rooms/stations/categories - (2cb8dce)
  • Add about page, licenses - (5230ee3)

🐛 Bug Fixes

  • Date timezone issue, refactor utils - (efb0e24)
  • Normalize line endings - (799dbc4)
  • Light/dark theme - (8630b6a)
  • Not using UTC dates for parsing date ranges in backend - (519ae01)

🚜 Refactor

⚙️ Miscellaneous Tasks

Build

  • Remove docker multistage build, add entrypoint - (be52e70)

v0.1.0 - 2024-05-06

Initial release