Files
NexaLogi/CHANGELOG.md
T
nessi 454cad95c5 Add project infrastructure and core application files
Add .gitignore, GitLab CI pipeline with test/lint/build/release stages, project documentation (README, LICENSE, CHANGELOG, CONTRIBUTING, SECURITY), PyInstaller packaging configuration with icon and version info, Python project configuration with dependencies, and complete application source including battery provider, device discovery, settings management, UI components, startup control, and comprehensive test suite
2026-06-21 11:07:05 +02:00

15 lines
457 B
Markdown

# Changelog
All notable changes follow Keep a Changelog. Versions use Semantic Versioning.
## [Unreleased]
## [0.1.0] - 2026-06-21
### Added
- Local Logitech HID/HID++ device and battery discovery.
- Compact multi-device widget, tray menu, themes, settings, and optional always-on-top mode.
- Explicit per-user Windows startup control, JSON settings, and rotating logs.
- Unit tests, PyInstaller packaging, and GitLab test/lint/build/release pipeline.