filechanges
This commit is contained in:
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user