Releases: Sandip124/BatteryNotifier
Releases · Sandip124/BatteryNotifier
v3.1.1
v3.1.0
What's New in Version 3.1.0
This version represents a complete architectural overhaul with significant performance improvements:
🏗️ Architecture Improvements
- Modular Design: Refactored from monolithic code to separate, focused managers
- Separation of Concerns: Dedicated managers for notifications, context menus, sound, and themes
- Publisher-Subscriber Pattern: Efficient event handling with global state management
⚡ Performance Enhancements
- Reliable Monitoring: WMI-based battery monitoring replaces unreliable timer-based approach
- Resource Optimization: Optimized PNG resources and GIF rendering
- Smart UI Updates: Skip UI updates when window is hidden to save resources
- Double Buffering: Eliminated control flickering for smoother experience
🐛 Bug Fixes
v3.0.0
What's Changed
- Brand New Icon is updated,.🚀
- Fix memory Leak occured by running the check for notification on minimized too.
- Migrate the project to netframework 4.7.2 for compatibality (You dont need to install dotnet core sdk 😊)
- Percentage in Taskbar icon Feature is completely removed due to unhandled memory leak
- chore(deps): bump NuGet.CommandLine from 6.2.2 to 6.2.4 by @dependabot in #70
- Fix/memory by @Sandip124 in #74
- fix: app not reopening after exiting by @Sandip124 in #75
Full Changelog: v2.2.4...v3.0.0
v2.2.4
What's Changed
- simplify font applying to controls using helper by @Pnkj124 in #62
- Feat/optimization by @Pnkj124 in #63
- update version and remove old artifacts by @Sandip124 in #64
New Contributors
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- chore(deps): bump NuGet.CommandLine from 6.2.1 to 6.2.2 by @dependabot in #60
- Feat/activate window by @Sandip124 in #61
Full Changelog: v2.2.2...v2.2.3
V2.2.2
What's Changed
- fix memory leak for rendering icon by @Sandip124 in #59
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
What's Changed
- chore: add battery percentage in icon by @Sandip124 in #53
- add artifacts for v2.2.0 by @Sandip124 in #54
Full Changelog: v2.1.0...v2.2.0
V2.1.0
Battery Notifier v2.1.0 🔋
What's Changed
Features :
- Add Setting to minimize app on startup launch
- Add options on context menu for app setting
Fixes :
- Fix Theme radio button not checked on light theme
- App flickering on setting tab
via PR 👉
- Minimize app on launch by @Sandip124 in #52