Mercurial > projects > pwm
comparison NEWS @ 42:fb995e5d54e9 version-1
Release version 1
author | Guido Berhoerster <guido+pwm@berhoerster.name> |
---|---|
date | Tue, 20 Aug 2019 21:26:55 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
41:0af8d2d8cd1a | 42:fb995e5d54e9 |
---|---|
1 News | |
2 ==== | |
3 | |
4 pwm 1 (2019-08-20T21:26:55+02:00) | |
5 --------------------------------- | |
6 | |
7 - Improve error message of removegroup command | |
8 - Show only groups of matching entries when using ls with filters | |
9 - Allow keybinding customizations in ~/.teclarc | |
10 - Fix help for ch command | |
11 - Handle empty fields correctly when filtering the list of entries | |
12 - Add tests | |
13 - Try to use $HOME for the user's home directory | |
14 - Allow local makefile overrides in local.mk | |
15 - Prevent potential division by zero | |
16 - Only invoke pager in the help command for the summary of all commands | |
17 - Distinguish between unknown argument and missing value | |
18 - Explicitly handle all cases in switch statements | |
19 - Read configuration file on startup | |
20 - Add set command for setting or retrieving option values | |
21 - Add define command for defining macros | |
22 - Add pwm-clip utility for setting the X11 CLIPBOARD selection | |
23 - Build common functions as a library that can be reused | |
24 - Build compatibility functions as a library that can be reused | |
25 - Add read-only mode | |
26 - Add fully interactive mode | |
27 - Make EOF in interactive mode equivalent to the q command | |
28 - Automatically save the database when receiving a fatal signal | |
29 - Handle signals | |
30 - Use libtecla for interactive input | |
31 - Page long output in interactive mode | |
32 - Add status command | |
33 - Show all record fields except the password by default | |
34 - Extend help command to show usage information for commands | |
35 - Warn before quitting if there are unsaved changes | |
36 - Add generatepassword command to generate random passwords | |
37 - Add filter expressions to list command | |
38 - Enable access to record and file metadata | |
39 - Update metadata | |
40 - Fix asprintf compatibility code | |
41 - Fix missing include | |
42 - Prevent misleading double error message | |
43 - Fix check for successful deletion of a empty group | |
44 - Refactor the creation of the record and group list | |
45 - Fix a typo potentially causing a NULL pointer dereference | |
46 - Add README file and manpage | |
47 - Initial revision |