Compare commits
2 commits
7873d0a060
...
14dac17024
| Author | SHA1 | Date | |
|---|---|---|---|
| 14dac17024 | |||
| 2d9f9d159e |
3 changed files with 25 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
APP_NAME=WebDrop Bridge
|
APP_NAME=WebDrop Bridge
|
||||||
APP_VERSION=0.5.0
|
APP_VERSION=0.6.0
|
||||||
|
|
||||||
# Web App
|
# Web App
|
||||||
WEBAPP_URL=file:///./webapp/index.html
|
WEBAPP_URL=file:///./webapp/index.html
|
||||||
|
|
|
||||||
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -1,3 +1,26 @@
|
||||||
|
## [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
|
# Changelog
|
||||||
|
|
||||||
All notable changes to WebDrop Bridge will be documented in this file.
|
All notable changes to WebDrop Bridge will be documented in this file.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""WebDrop Bridge - Qt-based desktop application for intelligent drag-and-drop file handling."""
|
"""WebDrop Bridge - Qt-based desktop application for intelligent drag-and-drop file handling."""
|
||||||
|
|
||||||
__version__ = "0.5.0"
|
__version__ = "0.6.0"
|
||||||
__author__ = "WebDrop Team"
|
__author__ = "WebDrop Team"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue