From 769d1117eb2fa552d4572e6d3d5048ba53f29a5e Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sun, 31 Aug 2025 20:08:37 +0200 Subject: [PATCH] added changelog --- Docs/CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Docs/CHANGELOG.md diff --git a/Docs/CHANGELOG.md b/Docs/CHANGELOG.md new file mode 100644 index 0000000..308b3a5 --- /dev/null +++ b/Docs/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog +v1.1 + +## Current hosted version +v1.1 + +> No changelog available. + +## Upcoming changes + +v1.2 + +### Fixes and improvements + +- Implement user roles and permissions +- Improve form validation and error handling +- Add loading indicators for async actions +- Optimize performance for large datasets + +### New features + +- Admin panel for managing users, permissions and all of the system settings and database \ No newline at end of file