changeset 14:5350d15a9100 v0.8.0 version-0.8.0

Release version 0.8.0
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Wed, 23 Dec 2020 19:43:07 +0100
parents 09f4d23e9534
children 44b0108df775
files NEWS
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NEWS	Wed Dec 23 19:43:07 2020 +0100
@@ -0,0 +1,19 @@
+News
+====
+
+sievemgr 0.8.0 (2020-12-23T19:43:07+01:00)
+------------------------------------------
+- Put generated documentation under version control
+- Update dependencies
+- Switch to golang.org/x/term module
+- Add man subcommand to display the user manual
+- Add documentation
+- Add edit subcommand for interactive editing of a script
+- Add rename subcommand for renaming scripts on the server
+- Add checkspace subcommand for querying the server for sufficient space
+- Introduce configuration file where account information is specified
+- Add check subcommand for checking the script validity
+- Show warning messages in put output
+- Show server implementation in info output
+- Add README file
+- Initial revision