cleanup
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:
claudi 2026-03-03 08:57:28 +01:00
parent f0bab2afa5
commit 55da804e3e
3 changed files with 3 additions and 642 deletions

View file

@ -115,7 +115,7 @@ webdrop-bridge/
│ │ │ • Native drag operations │ │ │
│ │ └────────────────────────────┘ │ │
│ └──────────────────────────────────┘ │
│ ↓ Drag Leave Event
│ ↓ Drag Leave Event │
│ ┌──────────────────────────────────┐ │
│ │ DragInterceptor │ │
│ │ • Validates path (whitelist) │ │
@ -213,10 +213,6 @@ The update system is fully integrated with the application and runs in the backg
For technical details, see [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md#update-system).
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for release notes.
## Building Installers
### Windows MSI Installer
@ -317,37 +313,6 @@ MIT License - see [LICENSE](LICENSE) file for details
- Inspired by professional desktop integration practices
- Special thanks to the Qt community
## Development Status
**Current Phase**: Phase 4 Complete - Phase 5 (Release Candidates) Planned
**Completed**:
- ✅ Phase 1: Core Components (Validator, Config, Drag Interceptor, Main Window)
- ✅ Phase 2: Testing & Quality (99 tests, 85%+ coverage)
- ✅ Phase 3: Build & Distribution (Windows MSI, macOS DMG, Release Scripts)
- ✅ Phase 4.1: Auto-Update System (Forgejo API integration, 76 tests)
- ✅ Phase 4.2: Enhanced Logging & Monitoring (20 tests, JSON logging, performance tracking)
- ✅ Phase 4.3: Advanced Configuration (Profiles, Validation, Settings UI, 43 tests)
- ✅ **Total Phase 4**: 139 tests passing, 90%+ coverage
**In Progress/Planned**:
- Phase 4.4: User Documentation (manuals, tutorials, guides)
- Phase 5: Release Candidates & Final Testing (v1.0.0 stable release)
- Post-Release: Analytics, Community Support
## Roadmap
- [x] Core drag-drop functionality
- [x] Configuration management with profiles
- [x] Auto-update system
- [x] Professional build pipeline
- [x] Comprehensive test suite
- [ ] Performance benchmarking & optimization
- [ ] Security audit & hardening
- [ ] v1.1 - Advanced filtering and extended logging
- [ ] v1.2 - API for custom handlers
- [ ] v2.0 - Plugin architecture
## Support
- 📖 [Documentation](https://git.him-tools.de/HIM-public/webdrop-bridge/wiki)