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
dc6f5e1b5dc0
parent
07f580f3bff4
branch
default

fixed crash when searching on some systems

1
2645d2e5e351
xxxx-xx-xx: Revelation 0.4.12
2
2645d2e5e351
=============================
3
2645d2e5e351
4
7ae1f811fd74
Bugfixes:
5
7ae1f811fd74
- fixed crash in XHTML exporter [Javier Kohen]
6
dceea539b127
- fixed crash when saving file after certain imports
7
dc6f5e1b5dc0
- fixed crash when searching on some systems
8
7ae1f811fd74
9
2645d2e5e351
Translation:
10
2645d2e5e351
- added finnish translation [Ilkka Tuohela]
11
4896555f19bf
- added russian translation [Aleksey Klimov]
12
07f580f3bff4
- added swedish translation of desktop file [Daniel Nylander]
13
4896555f19bf
14
2645d2e5e351
15
b34d71a92a3b
2007-01-16: Revelation 0.4.11
16
e62dcf5e978b
=============================
17
e62dcf5e978b
18
e62dcf5e978b
Bugfixes:
19
e62dcf5e978b
- fix applet configuration checks
20
e62dcf5e978b
21
33195f57f9aa
Translation:
22
33195f57f9aa
- updated czech translation [Zbyněk Mrkvička]
23
33195f57f9aa
24
e62dcf5e978b
25
afbef40fa77c
2007-01-16: Revelation 0.4.10
26
57eaae684a7f
=============================
27
57eaae684a7f
28
57eaae684a7f
Bugfixes:
29
57eaae684a7f
- don't import missing mman module in applet
30
57eaae684a7f
31
57eaae684a7f
32
40dc41bdb803
2007-01-11: Revelation 0.4.9
33
7eba93b28afb
============================
34
7eba93b28afb
35
7eba93b28afb
Bugfixes:
36
7eba93b28afb
- fixed translation of field names and tooltips
37
cdaef80a065f
- don't include built config.py during make dist
38
a88a3f97003f
- added POTFILES.skip to skip translation for certain files
39
1e8d1627dc15
- set utf-8 encoding for POTFILES
40
a88a3f97003f
41
c02845f2a9f6
Translations:
42
c02845f2a9f6
- added czech translation [Zbyněk Mrkvička]
43
48a1bd7e1099
- updated german translation [Daniel Schindler]
44
c02845f2a9f6
45
7eba93b28afb
46
ee01d6741020
2006-12-31: Revelation 0.4.8
47
7b42e53d5df2
============================
48
7b42e53d5df2
49
253760f7a205
New features:
50
f7e311e828af
- translation support
51
3961c230bd79
- ported to gtk+ 2.8 and gnome 2.10
52
d6592e5be3fa
- added LUKS file import/export [John Lenz]
53
faf1e560d20a
- added SplashID CSV file import [Devan Goodwin]
54
7df21750b8cf
- cleaned up preferences dialog
55
f7e311e828af
- only show Revelation files by default in open and save dialogs
56
253760f7a205
57
253760f7a205
Bugfixes:
58
1ef8aaeca473
- improved error detection during file saving
59
a9c37c1309ec
- handle errors while loading icons [Wade Berrier]
60
6d8a1a08e17f
- scale icons with improper sizes
61
402e9b7c4901
- use new icon for ftp accounts (old one removed from gnome-icon-theme)
62
1d846e1296fb
- fixed crash when doubleclicking tree with no entry selected
63
c9459c069133
- password generator now always avoids ambiguous characters
64
8047278c3ce6
- password checker and generator follow "show passwords" preference
65
f7e311e828af
- don't use passwords in default goto commands
66
32df8c1bbdf3
- HIG fixes
67
02aff1644a84
- added missing config.guess and config.sub autoconf files
68
253760f7a205
69
6f05ba65c954
Translations:
70
35e27bc78f73
- added chinese translation [Dancefire]
71
2aff79fca9f3
- added french translation [Gilles Accad]
72
2aff79fca9f3
- added german translation [Christian Sagmueller]
73
bb620d201c59
- added swedish translation [Daniel Nylander]
74
6f05ba65c954
75
7b42e53d5df2
Code changes:
76
89256f7e6edd
- improved build scripts
77
6be23deaafc3
- generate ChangeLog from subversion log during make dist
78
c46bd5f2a327
- removed gnomemisc module
79
7b42e53d5df2
- don't use deprecated gnome-python modules
80
ec7798c40243
- moved convert_entry_generic() to the Entry.convert_generic() method
81
7b42e53d5df2
82
7b42e53d5df2
83
e92f2103325c
2006-02-06: Revelation 0.4.7
84
c5822eabab85
============================
85
c5822eabab85
86
c5822eabab85
Bugfixes:
87
c5822eabab85
- don't crash when unlocking file
88
e7337e848a4c
- ignore errors when automatically reloading file in applet
89
e7337e848a4c
- avoid hanging on missing network mounts when opening file
90
d3dc5af086e8
- build pyc/pyo files correctly when using DESTDIR with make install
91
c5822eabab85
92
c5822eabab85
93
ba434a17e651
2006-01-26: Revelation 0.4.6
94
77eb70aaf1e8
============================
95
77eb70aaf1e8
96
693abd3fbd04
New features:
97
f80290f7e569
- improved the searchbar, and use it instead of find dialog
98
693abd3fbd04
- new applet option to show/hide search entry
99
00898a0a594c
- use icons instead of colors in password entries to indicate strength
100
42fd064f49d3
- added Shannon entropy test and other improvements to password checker
101
693abd3fbd04
102
77eb70aaf1e8
Bugfixes:
103
de53973fd104
- fixed drag and drop undo/redo crashes
104
77eb70aaf1e8
- don't initialize python modules during configure checks
105
dcf64729d98b
- strip xml entities from password on clipboard copy or drag/drop
106
1c557d148dd6
- fix crash in Password Safe import/export with fields longer than 256 chars
107
e1e69f9f5cf7
- use full path when starting Revelation from applet
108
de53973fd104
- use correct key path for applet show_passwords gconf schema key
109
cace24e264c5
- ~ in filenames will now be expanded to homedir
110
d8af13b4e587
- changed default file format for export to XML
111
d8af13b4e587
- changed button "Edit" to "Update" in edit entry dialog
112
c6910efd8463
- remove GNOME_RevelationApplet.server during make clean
113
77eb70aaf1e8
114
cd39bf431632
Code changes:
115
cd39bf431632
- use stock gtk icon sizes instead of custom ones
116
cd39bf431632
117
cd39bf431632
118
60595491f191
2005-08-25: Revelation 0.4.5
119
719b928cba32
============================
120
719b928cba32
121
cc8db06642ff
New features:
122
80b1b99c36a4
- added Password Safe 2.x import/export
123
4a32f64db2eb
- added Password Safe 1.x import/export
124
a898aa70afb7
- added GPass 0.5.x import/export
125
3c2ae1b0e08a
- added MyPasswordSafe import/export
126
9226fb35c228
- added MyPasswordSafe import/export for old file format
127
b1900181d001
- added Password Gorilla import/export
128
cc8db06642ff
129
719b928cba32
Bugfixes:
130
6691f6ade6e7
- fix crash when searching with non-Unicode locale
131
fe71b6d3fc2a
- fix crashes in applet and with drag/drop on 64-bit systems
132
6691f6ade6e7
- encode data as Unicode when loading from files
133
a17541c9ff49
- more informative error messages for gnomemisc module
134
719b928cba32
- fix incorrect magic string in MIME-type entry
135
5637c676532e
- fixed a bug when importing GPass 0.4.x files with empty note
136
5637c676532e
- GPass importer handles multi-line notes correctly
137
5637c676532e
- GPass importer skips hostnames containing only http://
138
719b928cba32
- set correct app version number in datafile header
139
f48ca1b4146d
- default lock timeout for applet set to 10 minutes
140
2714cd3c4492
141
2714cd3c4492
Code changes:
142
2714cd3c4492
- check for necessary python modules at configure-time
143
a17541c9ff49
- don't use unnecessary defsfiles when building gnomemisc module
144
9295ddb2c689
- improved the applet name and description
145
719b928cba32
146
a5d7096d76f2
147
82c055d03a36
2005-08-07: Revelation 0.4.4
148
c8c5d2502a09
============================
149
c8c5d2502a09
150
2dd98538694e
New features:
151
c6e069377f71
- GNOME panel applet for looking up account info
152
bb1810f15e75
- option for copying password to clipboard on doubleclick
153
8812d70e39d9
- passwords are removed from clipboard after 60 seconds
154
c6e069377f71
- drag-and-drop from password labels when hiding passwords
155
9ed2b9f71fd9
- new "Add folder" item, instead of adding folders through "Add entry"
156
c6e069377f71
- rearranged toolbar layout
157
c6e069377f71
- option for setting toolbar style
158
92c45e701471
- the searchbar entry gets focus on startup if shown
159
2dd98538694e
160
c8c5d2502a09
Bugfixes:
161
c70268e6a3c3
- don't crash when attempting to load missing theme icons
162
aa9311a3571e
- properly handle all gnome-vfs errors when reading/writing files
163
92c45e701471
- password labels are unselectable when hiding passwords
164
92c45e701471
- don't warn about missing config data when schema install worked
165
92c45e701471
- avoid showing duplicates of non-modal dialogs
166
92c45e701471
- HIGified labels in dialogs
167
9ed2b9f71fd9
- install modules into platform-specific pyexecdir instead of pythondir
168
44b2a186b97c
- don't use deprecated gnome.vfs module with gnome-python 2.10
169
fe6d15c327ab
- properly quote autoconf macro names
170
c8c5d2502a09
171
32ed441f39a8
Code changes:
172
32ed441f39a8
- removed unit tests
173
89c3dd775abc
- moved Timer class from ui module to data module
174
1c56d7845099
- moved the wrap/ directory to src/wrap/
175
44b2a186b97c
- renamed the authmanager module to gnomemisc
176
ca2af4e02c4c
- wrapped panel_applet_request_focus()
177
c8c5d2502a09
178
e5681e842641
179
35864a73a048
2005-03-31: Revelation 0.4.3
180
5411d685ecc6
============================
181
5411d685ecc6
182
5411d685ecc6
New features:
183
5411d685ecc6
- added quit button to unlock file dialog
184
5411d685ecc6
185
8f6033ffc71b
Bugfixes:
186
0adf2eed4344
- don't wrap gnome_authentication_manager_dialog_is_visible()
187
0adf2eed4344
  (only available from libgnomeui-2.7.92)
188
070d0062872f
- make configure search for cracklib-format, cracklib-packer,
189
070d0062872f
  crack_mkdict and crack_packer as well as the normal commands
190
72bff8816fca
- stop autolock-timer when manually locking file, to avoid crash when
191
72bff8816fca
  timer tries to re-lock file
192
8f6033ffc71b
193
5411d685ecc6
194
c649040647c5
2005-03-22: Revelation 0.4.2
195
546c9c94d2eb
============================
196
546c9c94d2eb
197
546c9c94d2eb
Bugfixes:
198
deb6e8bed5dc
- don't use gtk.Action.set_sensitive() (API from gtk 2.6)
199
546c9c94d2eb
- check for mkdict/packer under /sbin and /usr/sbin in addition to $PATH
200
546c9c94d2eb
201
546c9c94d2eb
202
ac9e3621e5ea
2005-03-21: Revelation 0.4.1
203
bffe619c6cec
============================
204
bffe619c6cec
205
bffe619c6cec
New features:
206
9b4f955e623a
- option to autolock file after a period of inactivity
207
bffe619c6cec
- check password strength while entering, using cracklib
208
bffe619c6cec
- ask user to reload file if it is changed outside revelation
209
7f9cbee4434c
- added preference to select doubleclick action; go to, or edit
210
9b4f955e623a
- added password checker dialog
211
06ace2beb7ad
- improved the preference dialog
212
06ace2beb7ad
- improved user interface for copying passwords (and optionally
213
260e1dfe3e88
  usernames) to the clipboard
214
bffe619c6cec
215
bffe619c6cec
Bugfixes:
216
d3c3fba655b9
- use correct encoding in data files
217
d3c3fba655b9
- workaround for incorrect data file encoding (as generated by 0.4.0)
218
bffe619c6cec
- make undo actually work for edit actions
219
bffe619c6cec
- don't crash when redoing an undone edit action
220
dae43bdfcbd0
- don't crash when unable to save file (wrong permissions etc)
221
51d3c446da8f
- don't crash when loading missing icons from theme
222
693fe3e0223f
- fix potential crash on quit with some pygtk versions
223
96d3632398c6
- workaround for gnome-python bug causing crashes on 64-bit systems
224
96d3632398c6
  when changing a preference
225
bffe619c6cec
- workaround for gnome-python 2.9.x crasher bug in the session client
226
f75bf9f5bc0d
- properly handle invalid data in data files
227
bffe619c6cec
- prefs, password generator and search dialogs are no longer modal
228
53887f414c8f
- display non-ascii characters in filenames correctly
229
09c83811662e
- use fallback folder icons when not found in theme
230
c8f7da645a99
- hide any open dialogs when locking the file
231
5a85d838a653
- don't steal clipboard events from widgets in main window
232
09c83811662e
- update icons on theme change
233
f0ee0670f523
- use better lock icon
234
4dfbd6e95194
- use better stock icons for dialog buttons
235
171c8c03142d
- left-align labels in link-buttons (for URLs etc)
236
bffe619c6cec
237
1c96b7e48232
Code changes:
238
1c96b7e48232
- cleaned up the build-system and source file layout
239
1c96b7e48232
240
bffe619c6cec
241
ab267e8bc63d
2005-02-08: Revelation 0.4.0
242
4790385b8001
============================
243
c335973efe9f
244
c335973efe9f
New features:
245
c335973efe9f
- added export to plain text
246
c335973efe9f
247
c335973efe9f
Bugfixes:
248
5f46bd4ac49c
- treeview keyboard commands caused unhandled exception
249
249de64f5d68
- autosave file on drag/drop, if enabled
250
c335973efe9f
- set default button for overwrite dialog to cancel
251
ab267e8bc63d
- added configure switches for disabling mime and desktop update
252
ab267e8bc63d
- respect --disable-schemas-install configure switch
253
d34142b4f528
- build byte-compiled datahandler modules
254
c335973efe9f
255
c335973efe9f
256
cff0e6f7ef34
2005-02-01: Revelation 0.4.0-pre2
257
22ce7edb8982
=================================
258
22ce7edb8982
259
22ce7edb8982
Bugfixes:
260
261b3a5ba927
- allow entry drag'n'drop to folder directly before/after entry
261
5706a9d0a689
- crash when undoing an entry drag/drop under certain circumstances
262
3ce10ad7a1e6
- place Revelation under Accessories in the GNOME menu (Utility category)
263
1dae273ecf5e
- install mimetype icon into correct directory
264
552a2dc1b520
- run update-desktop-database on install, to register app for mimetype
265
9be42a38f988
- don't install authmanager module into bindir
266
9be42a38f988
- build authmanager module with position-independent code
267
9be42a38f988
- allow installation when fd.o shared MIME utils are missing
268
9be42a38f988
- don't update MIME databases at build-time if DESTDIR is set
269
22ce7edb8982
270
86bdcc2b8f52
Code changes:
271
86bdcc2b8f52
- updated unit tests for ui module
272
86bdcc2b8f52
273
22ce7edb8982
274
9e1db933e6ed
2005-01-24: Revelation 0.4.0-pre1
275
9e1db933e6ed
=================================
276
0ff8fc3c76f8
277
0ff8fc3c76f8
New features:
278
a62ae3d32272
- port to gtk+ 2.4 (new file dialog, combobox etc)
279
9e161d94bffc
- file handling uses GNOME VFS (can open files over http, ftp etc)
280
88e8c3cdbfe9
- use icons from the active GNOME icon theme
281
a32ec604c58f
- improved widgets when editing entries (dropdowns, fileselectors etc)
282
8077271f872d
- drag and drop of entries in tree
283
f5f9aadf2e19
- files can be dragged to Revelation to open them
284
c9d89f3ff91d
- the account clipboard is shared between Revelation instances
285
b57efdd083f5
- an account password chain is copied to the clipboard when launching entry
286
b57efdd083f5
- added menu item for copying username and password chain to clipboard
287
dad9b7b301d1
- username and password can be copied to clipboard, even when hidden
288
095f4008dc7f
- default action for entries is "go to"
289
59be49691b29
- integrated with gnome session manager
290
67d9e9983ed8
- new application icon
291
88e8c3cdbfe9
- added icon and mime-type for the data files
292
0ff8fc3c76f8
293
ec1f31e8f8e5
Bugfixes:
294
c9d89f3ff91d
- quit works correctly after continuing from an unhandled error
295
59be49691b29
- gtk/gnome command-line arguments are handled correctly
296
e7e3c35fedf0
- don't subclass gnome.ui.HRef (abstract widget from gnome-python 2.9.x)
297
47caac1545f2
- fall back to False for GNOME toolbar_detachable setting
298
095f4008dc7f
- renamed "launch" to "go to"
299
ec1f31e8f8e5
300
ec17fa90357a
Code changes:
301
c9d89f3ff91d
- rewrote and cleaned up all code
302
116c99733a1d
- improved the module APIs
303
8ec66df6d4cf
- added unittests for config, data, datahandler, entry, io, ui and util
304
c188d5e734c8
  modules
305
88e8c3cdbfe9
- removed libxml dependency (uses xml.dom.minidom from python instead)
306
ec17fa90357a
- reorganized source file tree
307
a207757f8451
- use GNU autotools for installation instead of python distutils
308
086abbb6fc3c
- use GtkUIManager for UI generation and management
309
ec17fa90357a
310
0ff8fc3c76f8
311
6a0eda45ed35
2004-09-27: Revelation 0.3.4
312
6a0eda45ed35
============================
313
6a0eda45ed35
314
6a0eda45ed35
Bugfixes:
315
6a0eda45ed35
- the Domain field had the tooltip set as its name
316
6a0eda45ed35
- the searchbar follows the detachable toolbar setting in gnome
317
6a0eda45ed35
- ask to continue running when an unknown error occurs
318
6a0eda45ed35
- activate searchbar button when hitting return in the entry
319
6a0eda45ed35
- workaround for crasher bug when editing an entry on some systems
320
6a0eda45ed35
321
6a0eda45ed35
322
7de8750f759b
2004-08-30: Revelation 0.3.3
323
96a566d69e06
============================
324
96a566d69e06
325
96a566d69e06
New features:
326
51f801ba546f
- added entry launchers
327
c8cf337f7fa4
- added a search toolbar (disabled by default)
328
ea938274559d
- added a password generator dialog
329
29c5326b470e
- added an XHTML/CSS exporter
330
936d7e85c4eb
- unknown errors are reported in a dialog with an error call traceback
331
96a566d69e06
332
b9ee81c1ceaf
Bugfixes:
333
b9ee81c1ceaf
- entry descriptions were not set when adding/editing an entry
334
f97ef7f08bed
- changed the keyboard shortcuts for add, edit and update entry to use
335
f97ef7f08bed
  the control modifier key, to avoid overriding other use of the keys.
336
f97ef7f08bed
  the old keyboard shortcuts can still be used when the tree has focus
337
b9ee81c1ceaf
338
936d7e85c4eb
Code changes:
339
e17f1f517e59
- created subclasses of Entry class for the various entry types
340
11f56ee74685
- created subclasses of Field class for the various field types
341
936d7e85c4eb
- added config_get() and config_connect() convenience functions
342
936d7e85c4eb
343
96a566d69e06
344
02fc1b2867d4
2004-08-09: Revelation 0.3.2
345
02fc1b2867d4
============================
346
02fc1b2867d4
347
02fc1b2867d4
Bugfixes:
348
02fc1b2867d4
- don't attempt to load the removed druid module on startup
349
02fc1b2867d4
350
02fc1b2867d4
351
7d9375f894bb
2004-08-08: Revelation 0.3.1
352
487a1cfcc667
============================
353
487a1cfcc667
354
487a1cfcc667
New features:
355
487a1cfcc667
- added a preference for autosaving data on change
356
487a1cfcc667
- added import/export of .netrc files
357
487a1cfcc667
- added import/export of GNOME Password Manager (gpass) files
358
487a1cfcc667
- replaced the import/export druids with normal file selectors
359
f4e8220f0a3a
- window size and position is stored on quit
360
487a1cfcc667
- default type when adding entries is Generic
361
487a1cfcc667
- vertical scrollbar only displayed when needed
362
487a1cfcc667
- most dialogs can be closed by pressing Escape
363
487a1cfcc667
- the OK button in password dialogs is ghosted until passwords are given
364
487a1cfcc667
- removed schema installation from setup.py to ease packaging
365
487a1cfcc667
366
487a1cfcc667
Bugfixes:
367
487a1cfcc667
- the preferences and import/export druids crashed on some systems
368
487a1cfcc667
- the gconf schema is checked on startup, and reinstalled when needed
369
487a1cfcc667
- fields containing & were not displayed correctly
370
487a1cfcc667
- file selector was opened when saving file in quit confirmation
371
487a1cfcc667
- spin buttons would not accept input from the keyboard
372
487a1cfcc667
- missing parent directories are created when saving files
373
487a1cfcc667
- added access keys to popup menus
374
487a1cfcc667
- file selectors and the about dialog set as transient for main window
375
487a1cfcc667
376
487a1cfcc667
Code changes:
377
487a1cfcc667
- rewrote data handling to use new Entry and Field objects,
378
487a1cfcc667
  and improved EntryStore, UndoQueue, DataFile and other
379
487a1cfcc667
  related systems
380
487a1cfcc667
- data handlers split out into separate modules
381
487a1cfcc667
- rewrote the configuration handling, using a new Config class
382
487a1cfcc667
- merged application UI and functionality classes
383
487a1cfcc667
- cleaned up dialog and ui code
384
487a1cfcc667
385
487a1cfcc667
386
cea4127a11c0
2004-04-06: Revelation 0.3.0
387
cea4127a11c0
============================
388
cea4127a11c0
389
cea4127a11c0
New features:
390
cea4127a11c0
- integrated password generator
391
cea4127a11c0
- gconf integration
392
cea4127a11c0
- new preference dialog
393
cea4127a11c0
- option for automatically opening file on startup
394
cea4127a11c0
- option for hiding passwords
395
cea4127a11c0
- an opened file can be locked
396
cea4127a11c0
- many small ui and usability improvements
397
cea4127a11c0
398
cea4127a11c0
Bugfixes:
399
cea4127a11c0
- the Figaro's Password Manager importer failed on empty fields
400
cea4127a11c0
- the password dialog allowed passwords longer than the keylength
401
cea4127a11c0
  of the encryption algorithms, causing them to fail
402
cea4127a11c0
403
cea4127a11c0
Other changes:
404
cea4127a11c0
- complete rewrite of some components, and major cleanups of others
405
cea4127a11c0
- removed the Usenet account type
406
cea4127a11c0