added changelog and edited version numbers

This commit is contained in:
2026-04-19 21:47:53 +02:00
parent 07503ec079
commit 5d0134017a
2 changed files with 26 additions and 2 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{ {
"backend-info": { "backend-info": {
"version": "v2.1.1 (dev)" "version": "v2.1.2 (dev)"
}, },
"frontend-info": { "frontend-info": {
"version": "v2.1.2 (dev)" "version": "v2.2 (dev)"
}, },
"admin-panel-info": { "admin-panel-info": {
"version": "v1.3.2 (dev)" "version": "v1.3.2 (dev)"
+24
View File
@@ -0,0 +1,24 @@
# Changelog for upcoming version: v2.2
This update provides some new features for the design. It also contains some improvements and I have also fixed some bugs.
## New features
- The overview page now has the note column and is overall better organised
- I also addded the regular header to the page
- I have added three animations to the Borrow System
## Improvements
- I updated the small web icons of the borrow system. I have made them with Icon Composer.
- I have also improved the error logging for the API route wehre you can take loans
## Fixed bugs
- Fixed bug: #13
- Fixed bug for messaging when server has an error
- Fixed footer height
---
## Next version numbers
**Backend:** v2.1.2
**Frontend:** v2.2
**Admin panel:** v1.3.2