projects/pwm
changeset 42:fb995e5d54e9 version-1
Release version 1
author | Guido Berhoerster <guido+pwm@berhoerster.name> |
---|---|
date | Tue Aug 20 21:26:55 2019 +0200 (2019-08-20) |
parents | 0af8d2d8cd1a |
children | 969de79bb4b6 |
files | NEWS |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/NEWS Tue Aug 20 21:26:55 2019 +0200 1.3 @@ -0,0 +1,47 @@ 1.4 +News 1.5 +==== 1.6 + 1.7 +pwm 1 (2019-08-20T21:26:55+02:00) 1.8 +--------------------------------- 1.9 + 1.10 +- Improve error message of removegroup command 1.11 +- Show only groups of matching entries when using ls with filters 1.12 +- Allow keybinding customizations in ~/.teclarc 1.13 +- Fix help for ch command 1.14 +- Handle empty fields correctly when filtering the list of entries 1.15 +- Add tests 1.16 +- Try to use $HOME for the user's home directory 1.17 +- Allow local makefile overrides in local.mk 1.18 +- Prevent potential division by zero 1.19 +- Only invoke pager in the help command for the summary of all commands 1.20 +- Distinguish between unknown argument and missing value 1.21 +- Explicitly handle all cases in switch statements 1.22 +- Read configuration file on startup 1.23 +- Add set command for setting or retrieving option values 1.24 +- Add define command for defining macros 1.25 +- Add pwm-clip utility for setting the X11 CLIPBOARD selection 1.26 +- Build common functions as a library that can be reused 1.27 +- Build compatibility functions as a library that can be reused 1.28 +- Add read-only mode 1.29 +- Add fully interactive mode 1.30 +- Make EOF in interactive mode equivalent to the q command 1.31 +- Automatically save the database when receiving a fatal signal 1.32 +- Handle signals 1.33 +- Use libtecla for interactive input 1.34 +- Page long output in interactive mode 1.35 +- Add status command 1.36 +- Show all record fields except the password by default 1.37 +- Extend help command to show usage information for commands 1.38 +- Warn before quitting if there are unsaved changes 1.39 +- Add generatepassword command to generate random passwords 1.40 +- Add filter expressions to list command 1.41 +- Enable access to record and file metadata 1.42 +- Update metadata 1.43 +- Fix asprintf compatibility code 1.44 +- Fix missing include 1.45 +- Prevent misleading double error message 1.46 +- Fix check for successful deletion of a empty group 1.47 +- Refactor the creation of the record and group list 1.48 +- Fix a typo potentially causing a NULL pointer dereference 1.49 +- Add README file and manpage 1.50 +- Initial revision