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