update task, changelog

This commit is contained in:
2025-01-21 09:17:15 +01:00
parent 54ca85e4ef
commit a0a6f63974
2 changed files with 11 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@@ -37,7 +37,7 @@
"--include-data-dir=./config=config",
"--include-data-dir=./docs=docs",
"--include-data-dir=./icons=icons",
"--include-data-dir=./.venv/Lib/site-packages/PyQt6/Qt6/plugins=PyQt6/Qt/plugins",
"--include-data-dir=./.venv/Lib/site-packages/PyQt6/=PyQt6/",
"--windows-icon-from-ico=icons/icon.ico",
"main_dev.py",
"--debug"

View File

@@ -1,5 +1,15 @@
# Changelog
## v0.2.7
- reworked release script to create releases
## v0.2.6
- changed build command
- small fixes, coloring the user loan table based on book status
## v0.2.4 - v0.2.5
-Testing only
## v0.2.3
- started implementing the updated release script, aimimg to create automated releases that can be grabbed using the updater, which will be created thereafter