summarylogtreecommitdiffstats
path: root/mikrolock.changes
blob: 23da50c637a9dc608040210151b8975e0ceb83bf (plain)
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
06.03.2018

MikroLock 1.2

-GUI: added checkbox to show the passphrase

---
04.06.2016

MikroLock 1.1

-added Argon2 as possible key derivation function (--kdf)
-changed wording of miniLock-ID to Lock-ID
-GUI: added --portable command line option to save config files in the current
   working directory instead of the user directory 
-GUI W32: shows progress in task bar (Windows 7 and later)

---
27.08.2015

MikroLock 1.0

-GUI: added translation hints
-GUI: drag and drop disabled if multiple files are dragged
-CLI: ignores own miniLock ID also in recipient list if -x is set

---
08.07.2015

MikroLock 0.15

-GUI: ignores own miniLock ID also in recipient list if "Omit my ID" is checked

---
02.07.2015

MikroLock 0.14

-name changed to MikroLock
-minor documentation fixes

---
12.06.2015

mlock 0.13

-number of recipient IDs no longer restricted
-GUI: fixed minor issues

---
04.06.2015

mlock 0.12

-increased allowed recipient ID count to 128
-CLI: added --list option
-GUI: fixed minor issues

---
18.05.2015

mlock 0.11

Most bugs + suggestions sent by Bene

-GUI: changed bad mail format icon
-GUI: fixed layout issues
-GUI: added drag and drop icon
-GUI: save out dir and encryption options
-GUI: fixed threading issue
-W32 CLI: fixed hash progress output
-W32 CLI: fixed stripping of destination filename

---
14.05.2015

mlock 0.10

Bugs + suggestions sent by Bene

-CLI: added -R option
-GUI: added random output filename checkbox
-GUI: added recipient list tooltips
-GUI: fixed statusbar update issues
-GUI: allows drag and drop only in the input/output screen
-GUI: added browse destination directory button

---
05.05.2015

mlock 0.9

Bugs + suggestions sent by Bene & A. Sturthe

-new errors if input file is empty or if output file exists
-GUI: updated passphrase tooltips
-GUI: fixed passphrase security notification
-GUI: fixed encryption prompt after changing out directory
-GUI: fixed diceware.com link clickability
-GUI: added ID text file import and clear ID buttons
-GUI: updated manual

---
01.05.2015

mlock 0.8.1

-Linux: fixed file open mode (thanks to Bene)

---
27.04.2015

mlock 0.8

-added README_DE and more icons/desktop integration files
-CLI: added passphrase security hint
-GUI: fixed UTF8 file path handling
-GUI: added passphrase security notification icon
-GUI: added manual
-W32: added installer 

---
17.04.2015

mlock 0.7

-CLI: fixed error message if passphrase or salt prevents decryption
-GUI: replaced QML application by a new Widgets interface
-GUI: mlock-gui may be invoked with a filename as first argument

---
02.04.2015

mlock 0.6

-fixed library linking order in src/makefile
-CLI: added --quiet option
-CLI: added hashing progress output

---
09.03.2015

mlock 0.5

-CLI: fixed progress output
-GUI: added German translation, improved responsiveness

---
23.02.2015

mlock 0.4

-replaced crypto_scrypt call by libsodium's crypto_pwhash_scryptsalsa208sha256_ll
-removed OpenSSL lib dependency

---
12.02.2015

mlock 0.3

-added optional QML GUI

---
21.11.2014

mlock 0.2

-added progress info output
-replaced ftell by ftello and fseek by fseeko
-added --pinentry flag

---
11.11.2014

mlock 0.1

-initial release