# HG changeset patch # User Guido Berhoerster # Date 1608748987 -3600 # Node ID 5350d15a91005c26a2546bf21fd7291b7e9bf813 # Parent 09f4d23e9534be66325a780622c71d645d2582e0 Release version 0.8.0 diff -r 09f4d23e9534 -r 5350d15a9100 NEWS --- /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