From 148adb937d0cb70c5509596821a369556e92649b Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 13 Jan 2025 11:13:00 +0100 Subject: [PATCH] filechanges --- .vscode/tasks.json | 3 ++- changelog.md | 9 +++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c0ae044..f9b64e9 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -39,7 +39,8 @@ "--include-data-dir=./icons=icons", "--include-data-dir=./.venv/Lib/site-packages/PyQt6/Qt6/plugins=PyQt6/Qt/plugins", "--windows-icon-from-ico=icons/icon.ico", - "main_dev.py" + "main_dev.py", + "--debug" ], "group": { "kind": "build", diff --git a/changelog.md b/changelog.md index 7fef493..f047deb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,12 @@ -# v0.2.2 +# Changelog + +## 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 + +## v0.2.2 - fixed minor bugs in release script -# v0.2.1 +## v0.2.1 - Changed logging to use loguru - reworked cli arguments to be working - suppressed mkdocs server from hogging the cli and not showing debug info when requested \ No newline at end of file