Commit graph

6 commits

Author SHA1 Message Date
239438dddb Bump version to 0.6.3 2026-02-25 15:03:30 +01:00
88d9f200ab feat: update Windows installer to include WixUtilExtension and close running application
chore: bump version to 0.6.2

fix: improve update manager logic for caching and fetching releases
2026-02-25 14:08:41 +01:00
2d9f9d159e Bump version to 0.6.0 in configuration and source files 2026-02-20 08:50:58 +01:00
9915c7b32c chore: Update version to 0.5.0 and document Phase 4 completion in changelog and development plan 2026-02-18 09:41:21 +01:00
fb82d8d612 fix: Update version to 0.1.0 in configuration files and tests 2026-01-30 09:19:03 +01:00
61aa33633c Add initial project structure and documentation
- Created architecture documentation outlining high-level design, module organization, data flow, security model, performance considerations, testing strategy, and deployment architecture.
- Added pyproject.toml for project metadata and dependencies management.
- Introduced requirements files for development and production dependencies.
- Set up testing configuration with pytest and tox.
- Established basic directory structure for source code and tests, including __init__.py files.
- Implemented a sample web application (index.html) for drag-and-drop functionality.
- Configured VS Code workspace settings for Python development.
2026-01-28 10:48:36 +01:00