~bayindirh/nudge

ce230372aaf3eb711aabadf80915ab4c6b4be6f4 — Hakan Bayindir 3 months ago c0383f6
doc: Add RELEASE_NOTES.md file.
1 files changed, 23 insertions(+), 0 deletions(-)

A RELEASE_NOTES.md
A RELEASE_NOTES.md => RELEASE_NOTES.md +23 -0
@@ 0,0 1,23 @@
<img src="https://git.sr.ht/~bayindirh/nudge/blob/master/doc/assets/nudge_logo.png" alt="nudge logo" height="115">

# Nudge Release Notes

## v0.2.0

**Release Date:** 20230731

### At a Glance

This version brings Nudge to almost beta level. The tool can be used to send notifications every day, yet its configuration file and command line interface is not stable yet.

### New in this Version

- Configuration file can be overloaded via command line.
- Logging level can be configured via config file and command line.
- Startup procedure is improved. Defaults are overriden by configuration file, which are overriden by command line arguments.

### Known Issues

- Logs can't be redirected to files via configuration file or command line, yet. These options are not handled in the code.
- Configuration sanity checking doesn't check everything for acceptable values.
- Not all features provided by Pushover is implemented (image attachments, HTML formatting, and possibly others)