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.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / NEWS

commit
7d9375f894bb
parent
f4e8220f0a3a
branch
default
tags
revelation-0.3.1

set release date

1
7d9375f894bb
2004-08-08: Revelation 0.3.1
2
487a1cfcc667
============================
3
487a1cfcc667
4
487a1cfcc667
New features:
5
487a1cfcc667
- added a preference for autosaving data on change
6
487a1cfcc667
- added import/export of .netrc files
7
487a1cfcc667
- added import/export of GNOME Password Manager (gpass) files
8
487a1cfcc667
- replaced the import/export druids with normal file selectors
9
f4e8220f0a3a
- window size and position is stored on quit
10
487a1cfcc667
- default type when adding entries is Generic
11
487a1cfcc667
- vertical scrollbar only displayed when needed
12
487a1cfcc667
- most dialogs can be closed by pressing Escape
13
487a1cfcc667
- the OK button in password dialogs is ghosted until passwords are given
14
487a1cfcc667
- removed schema installation from setup.py to ease packaging
15
487a1cfcc667
16
487a1cfcc667
Bugfixes:
17
487a1cfcc667
- the preferences and import/export druids crashed on some systems
18
487a1cfcc667
- the gconf schema is checked on startup, and reinstalled when needed
19
487a1cfcc667
- fields containing & were not displayed correctly
20
487a1cfcc667
- file selector was opened when saving file in quit confirmation
21
487a1cfcc667
- spin buttons would not accept input from the keyboard
22
487a1cfcc667
- missing parent directories are created when saving files
23
487a1cfcc667
- added access keys to popup menus
24
487a1cfcc667
- file selectors and the about dialog set as transient for main window
25
487a1cfcc667
26
487a1cfcc667
Code changes:
27
487a1cfcc667
- rewrote data handling to use new Entry and Field objects,
28
487a1cfcc667
  and improved EntryStore, UndoQueue, DataFile and other
29
487a1cfcc667
  related systems
30
487a1cfcc667
- data handlers split out into separate modules
31
487a1cfcc667
- rewrote the configuration handling, using a new Config class
32
487a1cfcc667
- merged application UI and functionality classes
33
487a1cfcc667
- cleaned up dialog and ui code
34
487a1cfcc667
35
487a1cfcc667
36
cea4127a11c0
2004-04-06: Revelation 0.3.0
37
cea4127a11c0
============================
38
cea4127a11c0
39
cea4127a11c0
New features:
40
cea4127a11c0
- integrated password generator
41
cea4127a11c0
- gconf integration
42
cea4127a11c0
- new preference dialog
43
cea4127a11c0
- option for automatically opening file on startup
44
cea4127a11c0
- option for hiding passwords
45
cea4127a11c0
- an opened file can be locked
46
cea4127a11c0
- many small ui and usability improvements
47
cea4127a11c0
48
cea4127a11c0
Bugfixes:
49
cea4127a11c0
- the Figaro's Password Manager importer failed on empty fields
50
cea4127a11c0
- the password dialog allowed passwords longer than the keylength
51
cea4127a11c0
  of the encryption algorithms, causing them to fail
52
cea4127a11c0
53
cea4127a11c0
Other changes:
54
cea4127a11c0
- complete rewrite of some components, and major cleanups of others
55
cea4127a11c0
- removed the Usenet account type
56
cea4127a11c0