Mercurial > projects > pwm
changeset 42:fb995e5d54e9 version-1
Release version 1
author | Guido Berhoerster <guido+pwm@berhoerster.name> |
---|---|
date | Tue, 20 Aug 2019 21:26:55 +0200 |
parents | 0af8d2d8cd1a |
children | 969de79bb4b6 |
files | NEWS |
diffstat | 1 files changed, 47 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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