-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
battery-monitor (1.0.5) stable; urgency=medium | ||
|
||
* add new workflow to publish deb package from latest release (#18) | ||
* update workflows to run on all branches | ||
* Update readme with version 1.0.4 and workflows | ||
* fix libnotify:ERROR while showing success notification; fixes #19 | ||
* processed_battery_info as local variable | ||
* improve showing state change in notifications loop | ||
* Enable logging of events for debug, error and info (#20); closes #5 | ||
- Print all log messages on terminal | ||
- Print info messages to a temporary file | ||
* modify showing Success Notification (#17) | ||
- Use switch to enable/disable showing Success Notification | ||
instead of using an entry | ||
- Use getboolean to set success and sound switch | ||
- Change success and sound switch labels based on configuration | ||
* Add option to modify number of notifications (#16) | ||
- Now users can choose how many notification to be shown | ||
|
||
-- Himadri Sekhar Basu <[email protected]> Thu, 10 Mar 2022 20:59:33 +0530 | ||
|
||
battery-monitor (1.0.4) stable; urgency=medium | ||
|
||
* Add code quality and CI workflows | ||
|