Visitenbuch/CHANGELOG.md
ThetaDev 3b2f34952a
All checks were successful
Visitenbuch CI / test (push) Successful in 3m8s
Visitenbuch CI / release (push) Successful in 6m1s
chore(release): release v0.3.3
2024-05-14 15:53:11 +02:00

6 KiB

Changelog

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

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