From 16c456dfedcb890cb541be73d2a51483cd52d026 Mon Sep 17 00:00:00 2001 From: Hakan Bayindir Date: Tue, 17 Oct 2023 16:22:27 +0300 Subject: [PATCH] docs: Update README and CHANGELOG. --- README.md | 7 ++----- RELEASE_NOTES.md | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 00b6ba7..e2b1acd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ tool to send push notifications. - Log levels passed via command line are respected, but not applied immediately. If you're debugging for development, please change default options inside the code (see `applyDefaultConfiguration` function). - You can override the location of your configuration file via command line. See `-help`. Doing this disables auto detection. Nudge will exit with an error if the file cannot be found or read. +For older changes, please refer to [changelog](https://git.sr.ht/~bayindirh/nudge/tree/master/item/RELEASE_NOTES.md). + ## Building After cloning the repository, going to `src/` folder and running `go build nudge.go` should do. @@ -76,11 +78,6 @@ Current options are as follows: Print version and exit. ``` -## What's new in 0.2 - -- Configuration file can be overloaded via command line. -- Logging level can be configured via config file and command line. - ## Known Issues - Not all features provided by Pushover is implemented (image attachments, HTML formatting, and possibly others) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f2382a8..7d33b37 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ ## v0.3.0 +**Release Date:** 20231017 + ### At a Glance This version brings Nudge to Beta level. Configuration file is stabilized for now, and inner workings are polished. Some half baked parts are removed. -- 2.45.2