Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / NEWS

commit
7de8750f759b
parent
a7bf0383412e
branch
default
tags
revelation-0.3.3

bumped version number

1
7de8750f759b
2004-08-30: Revelation 0.3.3
2
96a566d69e06
============================
3
96a566d69e06
4
96a566d69e06
New features:
5
51f801ba546f
- added entry launchers
6
c8cf337f7fa4
- added a search toolbar (disabled by default)
7
ea938274559d
- added a password generator dialog
8
29c5326b470e
- added an XHTML/CSS exporter
9
936d7e85c4eb
- unknown errors are reported in a dialog with an error call traceback
10
96a566d69e06
11
b9ee81c1ceaf
Bugfixes:
12
b9ee81c1ceaf
- entry descriptions were not set when adding/editing an entry
13
f97ef7f08bed
- changed the keyboard shortcuts for add, edit and update entry to use
14
f97ef7f08bed
  the control modifier key, to avoid overriding other use of the keys.
15
f97ef7f08bed
  the old keyboard shortcuts can still be used when the tree has focus
16
b9ee81c1ceaf
17
936d7e85c4eb
Code changes:
18
e17f1f517e59
- created subclasses of Entry class for the various entry types
19
11f56ee74685
- created subclasses of Field class for the various field types
20
936d7e85c4eb
- added config_get() and config_connect() convenience functions
21
936d7e85c4eb
22
96a566d69e06
23
02fc1b2867d4
2004-08-09: Revelation 0.3.2
24
02fc1b2867d4
============================
25
02fc1b2867d4
26
02fc1b2867d4
Bugfixes:
27
02fc1b2867d4
- don't attempt to load the removed druid module on startup
28
02fc1b2867d4
29
02fc1b2867d4
30
7d9375f894bb
2004-08-08: Revelation 0.3.1
31
487a1cfcc667
============================
32
487a1cfcc667
33
487a1cfcc667
New features:
34
487a1cfcc667
- added a preference for autosaving data on change
35
487a1cfcc667
- added import/export of .netrc files
36
487a1cfcc667
- added import/export of GNOME Password Manager (gpass) files
37
487a1cfcc667
- replaced the import/export druids with normal file selectors
38
f4e8220f0a3a
- window size and position is stored on quit
39
487a1cfcc667
- default type when adding entries is Generic
40
487a1cfcc667
- vertical scrollbar only displayed when needed
41
487a1cfcc667
- most dialogs can be closed by pressing Escape
42
487a1cfcc667
- the OK button in password dialogs is ghosted until passwords are given
43
487a1cfcc667
- removed schema installation from setup.py to ease packaging
44
487a1cfcc667
45
487a1cfcc667
Bugfixes:
46
487a1cfcc667
- the preferences and import/export druids crashed on some systems
47
487a1cfcc667
- the gconf schema is checked on startup, and reinstalled when needed
48
487a1cfcc667
- fields containing & were not displayed correctly
49
487a1cfcc667
- file selector was opened when saving file in quit confirmation
50
487a1cfcc667
- spin buttons would not accept input from the keyboard
51
487a1cfcc667
- missing parent directories are created when saving files
52
487a1cfcc667
- added access keys to popup menus
53
487a1cfcc667
- file selectors and the about dialog set as transient for main window
54
487a1cfcc667
55
487a1cfcc667
Code changes:
56
487a1cfcc667
- rewrote data handling to use new Entry and Field objects,
57
487a1cfcc667
  and improved EntryStore, UndoQueue, DataFile and other
58
487a1cfcc667
  related systems
59
487a1cfcc667
- data handlers split out into separate modules
60
487a1cfcc667
- rewrote the configuration handling, using a new Config class
61
487a1cfcc667
- merged application UI and functionality classes
62
487a1cfcc667
- cleaned up dialog and ui code
63
487a1cfcc667
64
487a1cfcc667
65
cea4127a11c0
2004-04-06: Revelation 0.3.0
66
cea4127a11c0
============================
67
cea4127a11c0
68
cea4127a11c0
New features:
69
cea4127a11c0
- integrated password generator
70
cea4127a11c0
- gconf integration
71
cea4127a11c0
- new preference dialog
72
cea4127a11c0
- option for automatically opening file on startup
73
cea4127a11c0
- option for hiding passwords
74
cea4127a11c0
- an opened file can be locked
75
cea4127a11c0
- many small ui and usability improvements
76
cea4127a11c0
77
cea4127a11c0
Bugfixes:
78
cea4127a11c0
- the Figaro's Password Manager importer failed on empty fields
79
cea4127a11c0
- the password dialog allowed passwords longer than the keylength
80
cea4127a11c0
  of the encryption algorithms, causing them to fail
81
cea4127a11c0
82
cea4127a11c0
Other changes:
83
cea4127a11c0
- complete rewrite of some components, and major cleanups of others
84
cea4127a11c0
- removed the Usenet account type
85
cea4127a11c0