-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
237 lines (113 loc) · 5.78 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
luckyluks (2.1.0) unstable; urgency=low
* Add quickformat to initialize container with fallocate
instead of filling with random data
-- Jasper van Hoorn <[email protected]> Wed, 16 Feb 2022 23:48:23 +0100
luckyluks (2.0.1) unstable; urgency=low
* Update readme/manpages
-- Jasper van Hoorn <[email protected]> Tue, 25 Jan 2022 01:03:37 +0100
luckyluks (2.0.0) unstable; urgency=low
* bugfix tcplay keyfile only
* testing: kde, (ubuntu-) gnome, xfce, lxqt, cinnamon, mate
-- Jasper van Hoorn <[email protected]> Tue, 25 Jan 2022 00:23:45 +0100
luckyluks (1.99.0) unstable; urgency=low
* minor adjustments for LUKS2 support
* cleanup: remove legacy code for cryptsetup < 2.0
* cleanup: remove legacy support for qt4/python2
* update build scripts
* update/cleanup readme
-- Jasper van Hoorn <[email protected]> Mon, 17 Jan 2022 16:42:21 +0100
luckyluks (1.2.0) unstable; urgency=low
* minor adjustments for gtk2/3 version
(feature complete alternative to this qt based version)
* bugfixes error handling
-- Jasper van Hoorn <[email protected]> Tue, 04 May 2015 16:32:28 +0100
luckyluks (1.1.0) unstable; urgency=low
* keyfile support (open/create for LUKS and TrueCrypt containers)
* generate safe keyfile from ui
* improved help dialogs
-- Jasper van Hoorn <[email protected]> Sun, 19 Apr 2015 22:16:24 +0100
luckyluks (1.0.5) unstable; urgency=low
* fix locale transfer to worker process
-- Jasper van Hoorn <[email protected]> Tue, 31 Mar 2015 19:18:46 +0100
luckyluks (1.0.4) unstable; urgency=low
* degrade gracefully if no system tray available
-- Jasper van Hoorn <[email protected]> Mon, 30 Mar 2015 18:26:39 +0100
luckyluks (1.0.3) unstable; urgency=low
* improved debian packaging
-- Jasper van Hoorn <[email protected]> Fri, 27 Mar 2015 13:49:53 +0100
luckyluks (1.0.2) unstable; urgency=low
* removed dependency on pkg_resources
* improved error passing from worker to UI
-- Jasper van Hoorn <[email protected]> Thu, 26 Mar 2015 23:11:28 +0100
luckyluks (1.0.1) unstable; urgency=low
* bugfixes sudo setup & losetup
(closes https://github.com/jas-per/luckyLUKS/issues/4)
* use nosuid/nodev for mount
(thanks to https://github.com/mhogomchungu)
* modified access rights checks
-- Jasper van Hoorn <[email protected]> Fri, 13 Mar 2015 19:16:52 +0100
luckyluks (1.0.0) unstable; urgency=low
* don't require tcplay to just open TrueCrypt containers
* fallback icon for dialog-password
* workaround for .desktop file creation
* wait before detaching loopback device (workaround udisks-daemon crashes)
* bugfixes python3
* fully tested on Ubuntu 14.04 & 12.04 (Unity, KDE, XFCE, LXDE) / Kubuntu 15.04-beta1 / Debian wheezy & jessie & unstable / Tails
-- Jasper van Hoorn <[email protected]> Sun, 08 Mar 2015 23:56:05 +0100
luckyluks (0.9.10) unstable; urgency=low
* full qt5 support (python3 version uses pyqt5 if installed)
* packaging fixes
-- Jasper van Hoorn <[email protected]> Sat, 07 Mar 2015 08:44:23 +0100
luckyluks (0.9.9) unstable; urgency=low
* Create TrueCrypt containers
* Simplyfy interface / expandable advanced settings
* workaround udisks-daemon crash (manual loopback device handling)
* Restructured "Help" dialogs
* Toggle hidden passphrase input when creating container
* FAQ & Translation notes added to Readme
-- Jasper van Hoorn <[email protected]> Tue, 03 Mar 2015 18:41:30 +0100
luckyluks (0.9.8) unstable; urgency=low
* python3 packaging (make needs patched stdeb:
https://github.com/astraw/stdeb/pull/93)
* minor qt5 compatibility changes
-- Jasper van Hoorn <[email protected]> Wed, 11 Feb 2015 19:15:53 +0100
luckyluks (0.9.7) unstable; urgency=low
* better cleanup: detect input pipe close to exit worker process
-- Jasper van Hoorn <[email protected]> Fri, 06 Feb 2015 21:53:41 +0100
luckyluks (0.9.6) unstable; urgency=low
* add show/hide to systray context menu (required for unity)
* setup sudo if not configured via su
* add *sbin/ to search path for tool checks
* refactor util methods
* Makefile and setup.py for debian packaging
* tested on debian sid, ubuntu 14.04 and kubuntu 12.04 & 14.04
-- Jasper van Hoorn <[email protected]> Fri, 30 Jan 2015 15:02:11 +0100
luckyluks (0.9.5) unstable; urgency=low
* using poll instead of epoll to connect with sudo process to avoid problems on python<2.7.4
* check dmsetup version for unicode/special character support
* fixes unicode output on exception display
-- Jasper van Hoorn <[email protected]> Thu, 22 Jan 2015 17:48:23 +0100
luckyluks (0.9.4) unstable; urgency=low
* fixes build failure ubuntu ppa because of setup_requires
-- Jasper van Hoorn <[email protected]> Tue, 20 Jan 2015 17:32:05 +0100
luckyluks (0.9.3) unstable; urgency=low
* modified gettext & qt application init
* more reliable parsing of sudo output
* use xdg-desktop-menu to add menuentry when available
* use python to set uid/gui of partition root on create (instead of
using mkfs which fails in older versions of mkfs)
-- Jasper van Hoorn <[email protected]> Thu, 15 Jan 2015 22:51:38 +0100
luckyluks (0.9.2) unstable; urgency=low
* first try debian packaging with ubuntu ppa
-- Jasper van Hoorn <[email protected]> Sat, 27 Dec 2014 00:54:45 +0100
luckyluks (0.9.1) unstable; urgency=low
* Support for internationalization
* German localization
* zip-'packaging'
-- Jasper van Hoorn <[email protected]> Sat, 20 Dec 2014 23:53:49 +0100
luckyluks (0.9.0) unstable; urgency=low
* Initial version, finally getting things in shape for a public release
Been using the program for almost half a year and shared it
with some friends as well, so major bugs should hopefully be
squashed by now.
-- Jasper van Hoorn <[email protected]> Fri, 05 Dec 2014 11:37:23 +0100