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
60595491f191
parent
ac1d7b7ffc91
branch
default
tags
revelation-0.4.5

set release date

1
60595491f191
2005-08-25: Revelation 0.4.5
2
719b928cba32
============================
3
719b928cba32
4
cc8db06642ff
New features:
5
80b1b99c36a4
- added Password Safe 2.x import/export
6
4a32f64db2eb
- added Password Safe 1.x import/export
7
a898aa70afb7
- added GPass 0.5.x import/export
8
3c2ae1b0e08a
- added MyPasswordSafe import/export
9
9226fb35c228
- added MyPasswordSafe import/export for old file format
10
b1900181d001
- added Password Gorilla import/export
11
cc8db06642ff
12
719b928cba32
Bugfixes:
13
6691f6ade6e7
- fix crash when searching with non-Unicode locale
14
fe71b6d3fc2a
- fix crashes in applet and with drag/drop on 64-bit systems
15
6691f6ade6e7
- encode data as Unicode when loading from files
16
a17541c9ff49
- more informative error messages for gnomemisc module
17
719b928cba32
- fix incorrect magic string in MIME-type entry
18
5637c676532e
- fixed a bug when importing GPass 0.4.x files with empty note
19
5637c676532e
- GPass importer handles multi-line notes correctly
20
5637c676532e
- GPass importer skips hostnames containing only http://
21
719b928cba32
- set correct app version number in datafile header
22
f48ca1b4146d
- default lock timeout for applet set to 10 minutes
23
2714cd3c4492
24
2714cd3c4492
Code changes:
25
2714cd3c4492
- check for necessary python modules at configure-time
26
a17541c9ff49
- don't use unnecessary defsfiles when building gnomemisc module
27
9295ddb2c689
- improved the applet name and description
28
719b928cba32
29
a5d7096d76f2
30
82c055d03a36
2005-08-07: Revelation 0.4.4
31
c8c5d2502a09
============================
32
c8c5d2502a09
33
2dd98538694e
New features:
34
c6e069377f71
- GNOME panel applet for looking up account info
35
bb1810f15e75
- option for copying password to clipboard on doubleclick
36
8812d70e39d9
- passwords are removed from clipboard after 60 seconds
37
c6e069377f71
- drag-and-drop from password labels when hiding passwords
38
9ed2b9f71fd9
- new "Add folder" item, instead of adding folders through "Add entry"
39
c6e069377f71
- rearranged toolbar layout
40
c6e069377f71
- option for setting toolbar style
41
92c45e701471
- the searchbar entry gets focus on startup if shown
42
2dd98538694e
43
c8c5d2502a09
Bugfixes:
44
c70268e6a3c3
- don't crash when attempting to load missing theme icons
45
aa9311a3571e
- properly handle all gnome-vfs errors when reading/writing files
46
92c45e701471
- password labels are unselectable when hiding passwords
47
92c45e701471
- don't warn about missing config data when schema install worked
48
92c45e701471
- avoid showing duplicates of non-modal dialogs
49
92c45e701471
- HIGified labels in dialogs
50
9ed2b9f71fd9
- install modules into platform-specific pyexecdir instead of pythondir
51
44b2a186b97c
- don't use deprecated gnome.vfs module with gnome-python 2.10
52
fe6d15c327ab
- properly quote autoconf macro names
53
c8c5d2502a09
54
32ed441f39a8
Code changes:
55
32ed441f39a8
- removed unit tests
56
89c3dd775abc
- moved Timer class from ui module to data module
57
1c56d7845099
- moved the wrap/ directory to src/wrap/
58
44b2a186b97c
- renamed the authmanager module to gnomemisc
59
ca2af4e02c4c
- wrapped panel_applet_request_focus()
60
c8c5d2502a09
61
e5681e842641
62
35864a73a048
2005-03-31: Revelation 0.4.3
63
5411d685ecc6
============================
64
5411d685ecc6
65
5411d685ecc6
New features:
66
5411d685ecc6
- added quit button to unlock file dialog
67
5411d685ecc6
68
8f6033ffc71b
Bugfixes:
69
0adf2eed4344
- don't wrap gnome_authentication_manager_dialog_is_visible()
70
0adf2eed4344
  (only available from libgnomeui-2.7.92)
71
070d0062872f
- make configure search for cracklib-format, cracklib-packer,
72
070d0062872f
  crack_mkdict and crack_packer as well as the normal commands
73
72bff8816fca
- stop autolock-timer when manually locking file, to avoid crash when
74
72bff8816fca
  timer tries to re-lock file
75
8f6033ffc71b
76
5411d685ecc6
77
c649040647c5
2005-03-22: Revelation 0.4.2
78
546c9c94d2eb
============================
79
546c9c94d2eb
80
546c9c94d2eb
Bugfixes:
81
deb6e8bed5dc
- don't use gtk.Action.set_sensitive() (API from gtk 2.6)
82
546c9c94d2eb
- check for mkdict/packer under /sbin and /usr/sbin in addition to $PATH
83
546c9c94d2eb
84
546c9c94d2eb
85
ac9e3621e5ea
2005-03-21: Revelation 0.4.1
86
bffe619c6cec
============================
87
bffe619c6cec
88
bffe619c6cec
New features:
89
9b4f955e623a
- option to autolock file after a period of inactivity
90
bffe619c6cec
- check password strength while entering, using cracklib
91
bffe619c6cec
- ask user to reload file if it is changed outside revelation
92
7f9cbee4434c
- added preference to select doubleclick action; go to, or edit
93
9b4f955e623a
- added password checker dialog
94
06ace2beb7ad
- improved the preference dialog
95
06ace2beb7ad
- improved user interface for copying passwords (and optionally
96
260e1dfe3e88
  usernames) to the clipboard
97
bffe619c6cec
98
bffe619c6cec
Bugfixes:
99
d3c3fba655b9
- use correct encoding in data files
100
d3c3fba655b9
- workaround for incorrect data file encoding (as generated by 0.4.0)
101
bffe619c6cec
- make undo actually work for edit actions
102
bffe619c6cec
- don't crash when redoing an undone edit action
103
dae43bdfcbd0
- don't crash when unable to save file (wrong permissions etc)
104
51d3c446da8f
- don't crash when loading missing icons from theme
105
693fe3e0223f
- fix potential crash on quit with some pygtk versions
106
96d3632398c6
- workaround for gnome-python bug causing crashes on 64-bit systems
107
96d3632398c6
  when changing a preference
108
bffe619c6cec
- workaround for gnome-python 2.9.x crasher bug in the session client
109
f75bf9f5bc0d
- properly handle invalid data in data files
110
bffe619c6cec
- prefs, password generator and search dialogs are no longer modal
111
53887f414c8f
- display non-ascii characters in filenames correctly
112
09c83811662e
- use fallback folder icons when not found in theme
113
c8f7da645a99
- hide any open dialogs when locking the file
114
5a85d838a653
- don't steal clipboard events from widgets in main window
115
09c83811662e
- update icons on theme change
116
f0ee0670f523
- use better lock icon
117
4dfbd6e95194
- use better stock icons for dialog buttons
118
171c8c03142d
- left-align labels in link-buttons (for URLs etc)
119
bffe619c6cec
120
1c96b7e48232
Code changes:
121
1c96b7e48232
- cleaned up the build-system and source file layout
122
1c96b7e48232
123
bffe619c6cec
124
ab267e8bc63d
2005-02-08: Revelation 0.4.0
125
4790385b8001
============================
126
c335973efe9f
127
c335973efe9f
New features:
128
c335973efe9f
- added export to plain text
129
c335973efe9f
130
c335973efe9f
Bugfixes:
131
5f46bd4ac49c
- treeview keyboard commands caused unhandled exception
132
249de64f5d68
- autosave file on drag/drop, if enabled
133
c335973efe9f
- set default button for overwrite dialog to cancel
134
ab267e8bc63d
- added configure switches for disabling mime and desktop update
135
ab267e8bc63d
- respect --disable-schemas-install configure switch
136
d34142b4f528
- build byte-compiled datahandler modules
137
c335973efe9f
138
c335973efe9f
139
cff0e6f7ef34
2005-02-01: Revelation 0.4.0-pre2
140
22ce7edb8982
=================================
141
22ce7edb8982
142
22ce7edb8982
Bugfixes:
143
261b3a5ba927
- allow entry drag'n'drop to folder directly before/after entry
144
5706a9d0a689
- crash when undoing an entry drag/drop under certain circumstances
145
3ce10ad7a1e6
- place Revelation under Accessories in the GNOME menu (Utility category)
146
1dae273ecf5e
- install mimetype icon into correct directory
147
552a2dc1b520
- run update-desktop-database on install, to register app for mimetype
148
9be42a38f988
- don't install authmanager module into bindir
149
9be42a38f988
- build authmanager module with position-independent code
150
9be42a38f988
- allow installation when fd.o shared MIME utils are missing
151
9be42a38f988
- don't update MIME databases at build-time if DESTDIR is set
152
22ce7edb8982
153
86bdcc2b8f52
Code changes:
154
86bdcc2b8f52
- updated unit tests for ui module
155
86bdcc2b8f52
156
22ce7edb8982
157
9e1db933e6ed
2005-01-24: Revelation 0.4.0-pre1
158
9e1db933e6ed
=================================
159
0ff8fc3c76f8
160
0ff8fc3c76f8
New features:
161
a62ae3d32272
- port to gtk+ 2.4 (new file dialog, combobox etc)
162
9e161d94bffc
- file handling uses GNOME VFS (can open files over http, ftp etc)
163
88e8c3cdbfe9
- use icons from the active GNOME icon theme
164
a32ec604c58f
- improved widgets when editing entries (dropdowns, fileselectors etc)
165
8077271f872d
- drag and drop of entries in tree
166
f5f9aadf2e19
- files can be dragged to Revelation to open them
167
c9d89f3ff91d
- the account clipboard is shared between Revelation instances
168
b57efdd083f5
- an account password chain is copied to the clipboard when launching entry
169
b57efdd083f5
- added menu item for copying username and password chain to clipboard
170
dad9b7b301d1
- username and password can be copied to clipboard, even when hidden
171
095f4008dc7f
- default action for entries is "go to"
172
59be49691b29
- integrated with gnome session manager
173
67d9e9983ed8
- new application icon
174
88e8c3cdbfe9
- added icon and mime-type for the data files
175
0ff8fc3c76f8
176
ec1f31e8f8e5
Bugfixes:
177
c9d89f3ff91d
- quit works correctly after continuing from an unhandled error
178
59be49691b29
- gtk/gnome command-line arguments are handled correctly
179
e7e3c35fedf0
- don't subclass gnome.ui.HRef (abstract widget from gnome-python 2.9.x)
180
47caac1545f2
- fall back to False for GNOME toolbar_detachable setting
181
095f4008dc7f
- renamed "launch" to "go to"
182
ec1f31e8f8e5
183
ec17fa90357a
Code changes:
184
c9d89f3ff91d
- rewrote and cleaned up all code
185
116c99733a1d
- improved the module APIs
186
8ec66df6d4cf
- added unittests for config, data, datahandler, entry, io, ui and util
187
c188d5e734c8
  modules
188
88e8c3cdbfe9
- removed libxml dependency (uses xml.dom.minidom from python instead)
189
ec17fa90357a
- reorganized source file tree
190
a207757f8451
- use GNU autotools for installation instead of python distutils
191
086abbb6fc3c
- use GtkUIManager for UI generation and management
192
ec17fa90357a
193
0ff8fc3c76f8
194
6a0eda45ed35
2004-09-27: Revelation 0.3.4
195
6a0eda45ed35
============================
196
6a0eda45ed35
197
6a0eda45ed35
Bugfixes:
198
6a0eda45ed35
- the Domain field had the tooltip set as its name
199
6a0eda45ed35
- the searchbar follows the detachable toolbar setting in gnome
200
6a0eda45ed35
- ask to continue running when an unknown error occurs
201
6a0eda45ed35
- activate searchbar button when hitting return in the entry
202
6a0eda45ed35
- workaround for crasher bug when editing an entry on some systems
203
6a0eda45ed35
204
6a0eda45ed35
205
7de8750f759b
2004-08-30: Revelation 0.3.3
206
96a566d69e06
============================
207
96a566d69e06
208
96a566d69e06
New features:
209
51f801ba546f
- added entry launchers
210
c8cf337f7fa4
- added a search toolbar (disabled by default)
211
ea938274559d
- added a password generator dialog
212
29c5326b470e
- added an XHTML/CSS exporter
213
936d7e85c4eb
- unknown errors are reported in a dialog with an error call traceback
214
96a566d69e06
215
b9ee81c1ceaf
Bugfixes:
216
b9ee81c1ceaf
- entry descriptions were not set when adding/editing an entry
217
f97ef7f08bed
- changed the keyboard shortcuts for add, edit and update entry to use
218
f97ef7f08bed
  the control modifier key, to avoid overriding other use of the keys.
219
f97ef7f08bed
  the old keyboard shortcuts can still be used when the tree has focus
220
b9ee81c1ceaf
221
936d7e85c4eb
Code changes:
222
e17f1f517e59
- created subclasses of Entry class for the various entry types
223
11f56ee74685
- created subclasses of Field class for the various field types
224
936d7e85c4eb
- added config_get() and config_connect() convenience functions
225
936d7e85c4eb
226
96a566d69e06
227
02fc1b2867d4
2004-08-09: Revelation 0.3.2
228
02fc1b2867d4
============================
229
02fc1b2867d4
230
02fc1b2867d4
Bugfixes:
231
02fc1b2867d4
- don't attempt to load the removed druid module on startup
232
02fc1b2867d4
233
02fc1b2867d4
234
7d9375f894bb
2004-08-08: Revelation 0.3.1
235
487a1cfcc667
============================
236
487a1cfcc667
237
487a1cfcc667
New features:
238
487a1cfcc667
- added a preference for autosaving data on change
239
487a1cfcc667
- added import/export of .netrc files
240
487a1cfcc667
- added import/export of GNOME Password Manager (gpass) files
241
487a1cfcc667
- replaced the import/export druids with normal file selectors
242
f4e8220f0a3a
- window size and position is stored on quit
243
487a1cfcc667
- default type when adding entries is Generic
244
487a1cfcc667
- vertical scrollbar only displayed when needed
245
487a1cfcc667
- most dialogs can be closed by pressing Escape
246
487a1cfcc667
- the OK button in password dialogs is ghosted until passwords are given
247
487a1cfcc667
- removed schema installation from setup.py to ease packaging
248
487a1cfcc667
249
487a1cfcc667
Bugfixes:
250
487a1cfcc667
- the preferences and import/export druids crashed on some systems
251
487a1cfcc667
- the gconf schema is checked on startup, and reinstalled when needed
252
487a1cfcc667
- fields containing & were not displayed correctly
253
487a1cfcc667
- file selector was opened when saving file in quit confirmation
254
487a1cfcc667
- spin buttons would not accept input from the keyboard
255
487a1cfcc667
- missing parent directories are created when saving files
256
487a1cfcc667
- added access keys to popup menus
257
487a1cfcc667
- file selectors and the about dialog set as transient for main window
258
487a1cfcc667
259
487a1cfcc667
Code changes:
260
487a1cfcc667
- rewrote data handling to use new Entry and Field objects,
261
487a1cfcc667
  and improved EntryStore, UndoQueue, DataFile and other
262
487a1cfcc667
  related systems
263
487a1cfcc667
- data handlers split out into separate modules
264
487a1cfcc667
- rewrote the configuration handling, using a new Config class
265
487a1cfcc667
- merged application UI and functionality classes
266
487a1cfcc667
- cleaned up dialog and ui code
267
487a1cfcc667
268
487a1cfcc667
269
cea4127a11c0
2004-04-06: Revelation 0.3.0
270
cea4127a11c0
============================
271
cea4127a11c0
272
cea4127a11c0
New features:
273
cea4127a11c0
- integrated password generator
274
cea4127a11c0
- gconf integration
275
cea4127a11c0
- new preference dialog
276
cea4127a11c0
- option for automatically opening file on startup
277
cea4127a11c0
- option for hiding passwords
278
cea4127a11c0
- an opened file can be locked
279
cea4127a11c0
- many small ui and usability improvements
280
cea4127a11c0
281
cea4127a11c0
Bugfixes:
282
cea4127a11c0
- the Figaro's Password Manager importer failed on empty fields
283
cea4127a11c0
- the password dialog allowed passwords longer than the keylength
284
cea4127a11c0
  of the encryption algorithms, causing them to fail
285
cea4127a11c0
286
cea4127a11c0
Other changes:
287
cea4127a11c0
- complete rewrite of some components, and major cleanups of others
288
cea4127a11c0
- removed the Usenet account type
289
cea4127a11c0