Update CHANGELOG for version 0.6.0 with new features, enhancements, and fixes
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions
This commit is contained in:
parent
2d9f9d159e
commit
14dac17024
1 changed files with 15 additions and 0 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,10 +1,25 @@
|
|||
## [0.6.0] - 2026-02-20
|
||||
|
||||
### Added
|
||||
- **UI Enhancements**
|
||||
- Web source configuration tab in settings dialog for URL mapping management
|
||||
- Enhanced about dialog with product description and contact information
|
||||
|
||||
- **Build & Distribution**
|
||||
- Executable versioning support for Windows builds
|
||||
- Desktop shortcut creation in WiX installer
|
||||
- Support for 64-bit components in MSI installer (fix)
|
||||
|
||||
### Changed
|
||||
- Refactored logging configuration to use AppData directory (Windows) instead of application root
|
||||
- Enhanced Windows installer with improved UI and error reporting
|
||||
- Improved code structure and readability across multiple modules
|
||||
- Refactored version syncing script with better Unicode handling
|
||||
|
||||
### Fixed
|
||||
- Fixed import order in settings_dialog.py (QTabWidget positioning)
|
||||
- Improved error reporting in Windows installer linking
|
||||
- Enhanced Unicode handling in build scripts
|
||||
|
||||
# Changelog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue