filechanges

This commit is contained in:
2025-01-13 11:13:00 +01:00
parent 17e8d3c2b2
commit 148adb937d
2 changed files with 9 additions and 3 deletions

3
.vscode/tasks.json vendored
View File

@@ -39,7 +39,8 @@
"--include-data-dir=./icons=icons", "--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/Qt6/plugins=PyQt6/Qt/plugins",
"--windows-icon-from-ico=icons/icon.ico", "--windows-icon-from-ico=icons/icon.ico",
"main_dev.py" "main_dev.py",
"--debug"
], ],
"group": { "group": {
"kind": "build", "kind": "build",

View File

@@ -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 - fixed minor bugs in release script
# v0.2.1 ## v0.2.1
- Changed logging to use loguru - Changed logging to use loguru
- reworked cli arguments to be working - reworked cli arguments to be working
- suppressed mkdocs server from hogging the cli and not showing debug info when requested - suppressed mkdocs server from hogging the cli and not showing debug info when requested