forked from raymontag/keepassc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
64 lines (52 loc) · 2.28 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Version 1.6 (August 16, 2013)
A server-client structure is implemented for network usage or to omit password entering. SSL/TLS, threading i supported, too.
Some little performance tweaks.
Entry information are not cutted anymore if the window is to small.
Expired entries are marked red.
New help menu.
Version 1.5 (February 22, 2013)
Support for moving groups and entries
Password generator
Configuration menu
Autolocking feature with adjustable delay
Self-deleting clipboard now with adjustable delay, too
Full Unicode support
Use of vim-like keys in menus
Support for 'gg', 'G', '/' like in vim/ranger
New editor to edit attributes of entries and groups and for other things, thanks goes to Scott (not for direct filepath, yet)
Go to previous screen from every dialog
Remember last opened database and keyfile and go to open dialog directly (of course everything is optional)
Rearranged menus
xsel is optionally
Write entries unpuffered to console
Annoying message while opening URLs is fixed
Several bugs fixed
Version 1.4 (November 10, 2012)
Show groups and entries alphabetically sorted
Man page
Option to show entries on commandline
Search utility (type 'f')
Showing a * if the file has changed
Use of a generalized and commandable menu
Clear the clipboard only if the content of clipboard
was copied from the db and not from other programs
Fixed several bugs
Version 1.3
Added support for keyfiles
Can now parse a database through the command line
When entering a filepath auto-completion loops through all possibilities
It's now possible to use KeePassC without X by the possibility of showing the passwords
Fixed several bugs
Version 1.2
Fixed a bug relating to auto-completion when entering a direct filepath
Remembering the last opened database
Can now close the program with Ctrl-C
When creating a new database password entering needs a confirmation
Version 1.1
Added vim-like navigation
Due to this help button is F1 now
Typing a direct filepath including path-completition is supported
Hidden files are supported
Copy username to clipboard
Open url in standard browser
Fixed bugs (backspace and tmux, os.getlogin(), locking)