Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

74 lines (53 loc) · 1.12 KB

cron-notify Changelog

Version 1.0.6

Released: 2024-11-01

  * Fix Python 3.12 deprecations
  * Update Debian build script
  * Reference Arch Linux AUR package
  * Refactor changelog

Version 1.0.5

Released: 2021-09-02

  * Replace reserved word "async" for Python 3.7+ compatibility
  * Force running `cron-notify` with Python 3

Version 1.0.4

Released: 2019-05-25

  * Properly remove DBus battery signal
  * Bypass main power check when dismissing the notification

Version 1.0.3

Released: 2019-05-04

  * Rename default notification action to "Later", default action re-issues notification
  * Improve exception logging by logging exc_info
  * Add copyright file headers

Version 1.0.2

Released: 2019-02-09

* Fix exception logging

Version 1.0.1

Released: 2017-10-02

  * Debianize project
  * Fix config file guessing
  * Recover borg-notify's behavior executing the command immediately on first run

Version 1.0.0

Released: 2017-09-01

  * Initial release