diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9c0501f..2826084 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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" diff --git a/changelog.md b/changelog.md index f047deb..09995bd 100644 --- a/changelog.md +++ b/changelog.md @@ -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