# HG changeset patch # User Guido Berhoerster # Date 1566329215 -7200 # Node ID fb995e5d54e9c25955bc0fe606e973c675829bc8 # Parent 0af8d2d8cd1ab2ca5c4505a1f8d06e57acf21a80 Release version 1 diff -r 0af8d2d8cd1a -r fb995e5d54e9 NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NEWS Tue Aug 20 21:26:55 2019 +0200 @@ -0,0 +1,47 @@ +News +==== + +pwm 1 (2019-08-20T21:26:55+02:00) +--------------------------------- + +- Improve error message of removegroup command +- Show only groups of matching entries when using ls with filters +- Allow keybinding customizations in ~/.teclarc +- Fix help for ch command +- Handle empty fields correctly when filtering the list of entries +- Add tests +- Try to use $HOME for the user's home directory +- Allow local makefile overrides in local.mk +- Prevent potential division by zero +- Only invoke pager in the help command for the summary of all commands +- Distinguish between unknown argument and missing value +- Explicitly handle all cases in switch statements +- Read configuration file on startup +- Add set command for setting or retrieving option values +- Add define command for defining macros +- Add pwm-clip utility for setting the X11 CLIPBOARD selection +- Build common functions as a library that can be reused +- Build compatibility functions as a library that can be reused +- Add read-only mode +- Add fully interactive mode +- Make EOF in interactive mode equivalent to the q command +- Automatically save the database when receiving a fatal signal +- Handle signals +- Use libtecla for interactive input +- Page long output in interactive mode +- Add status command +- Show all record fields except the password by default +- Extend help command to show usage information for commands +- Warn before quitting if there are unsaved changes +- Add generatepassword command to generate random passwords +- Add filter expressions to list command +- Enable access to record and file metadata +- Update metadata +- Fix asprintf compatibility code +- Fix missing include +- Prevent misleading double error message +- Fix check for successful deletion of a empty group +- Refactor the creation of the record and group list +- Fix a typo potentially causing a NULL pointer dereference +- Add README file and manpage +- Initial revision