From a0a6f639743ab44e6b0a270f3fcd8c161b6973dc Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Tue, 21 Jan 2025 09:17:15 +0100 Subject: [PATCH] update task, changelog --- .vscode/tasks.json | 2 +- changelog.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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