2
2
All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in [ commit messages] ( https://github.com/gchq/CyberChef/commits/master ) .
3
3
4
4
5
+ ### [ 8.34.0] - 2019-06-28
6
+ - Various new visualisations added to the 'Entropy' operation [ @MShwed ] | [ #535 ]
7
+ - Efficiency improvements made to the 'Entropy' operation for large file support [ @n1474335 ]
8
+
9
+ ### [ 8.33.0] - 2019-06-27
10
+ - 'Bzip2 Compress' operation added and 'Bzip2 Decompress' operation greatly improved [ @artemisbot ] | [ #531 ]
11
+
12
+ ### [ 8.32.0] - 2019-06-27
13
+ - 'Indec of Coincidence' operation added [ @Ge0rg3 ] | [ #571 ]
14
+
15
+ ### [ 8.31.0] - 2019-04-12
16
+ - The downloadable version of CyberChef is now a .zip file containing separate modules rather than a single .htm file. It is still completely standalone and will not make any external network requests. This change reduces the complexity of the build process significantly. [ @n1474335 ]
17
+
18
+ ### [ 8.30.0] - 2019-04-12
19
+ - 'Decode Protobuf' operation added [ @n1474335 ] | [ #533 ]
20
+
21
+ ### [ 8.29.0] - 2019-03-31
22
+ - 'BLAKE2s' and 'BLAKE2b' hashing operations added [ @h345983745 ] | [ #525 ]
23
+
24
+ ### [ 8.28.0] - 2019-03-31
25
+ - 'Heatmap Chart', 'Hex Density Chart', 'Scatter Chart' and 'Series Chart' operation added [ @artemisbot ] [ @tlwr ] | [ #496 ] [ #143 ]
26
+
27
+ ### [ 8.27.0] - 2019-03-14
28
+ - 'Enigma', 'Typex', 'Bombe' and 'Multiple Bombe' operations added [ @s2224834 ] | [ #516 ]
29
+ - See [ this wiki article] ( https://github.com/gchq/CyberChef/wiki/Enigma,-the-Bombe,-and-Typex ) for a full explanation of these operations.
30
+ - New Bombe-style loading animation added for long-running operations [ @n1474335 ]
31
+ - New operation argument types added: ` populateMultiOption ` and ` argSelector ` [ @n1474335 ]
32
+
33
+ ### [ 8.26.0] - 2019-03-09
34
+ - Various image manipulation operations added [ @j433866 ] | [ #506 ]
35
+
36
+ ### [ 8.25.0] - 2019-03-09
37
+ - 'Extract Files' operation added and more file formats supported [ @n1474335 ] | [ #440 ]
38
+
5
39
### [ 8.24.0] - 2019-02-08
6
40
- 'DNS over HTTPS' operation added [ @h345983745 ] | [ #489 ]
7
41
@@ -106,6 +140,16 @@ All major and minor version changes will be documented in this file. Details of
106
140
107
141
108
142
143
+ [ 8.34.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.34.0
144
+ [ 8.33.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.33.0
145
+ [ 8.32.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.32.0
146
+ [ 8.31.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.31.0
147
+ [ 8.30.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.30.0
148
+ [ 8.29.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.29.0
149
+ [ 8.28.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.28.0
150
+ [ 8.27.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.27.0
151
+ [ 8.26.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.26.0
152
+ [ 8.25.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.25.0
109
153
[ 8.24.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.24.0
110
154
[ 8.23.1 ] : https://github.com/gchq/CyberChef/releases/tag/v8.23.1
111
155
[ 8.23.0 ] : https://github.com/gchq/CyberChef/releases/tag/v8.23.0
@@ -142,7 +186,9 @@ All major and minor version changes will be documented in this file. Details of
142
186
[ @j433866 ] : https://github.com/j433866
143
187
[ @GCHQ77703 ] : https://github.com/GCHQ77703
144
188
[ @h345983745 ] : https://github.com/h345983745
189
+ [ @s2224834 ] : https://github.com/s2224834
145
190
[ @artemisbot ] : https://github.com/artemisbot
191
+ [ @tlwr ] : https://github.com/tlwr
146
192
[ @picapi ] : https://github.com/picapi
147
193
[ @Dachande663 ] : https://github.com/Dachande663
148
194
[ @JustAnotherMark ] : https://github.com/JustAnotherMark
@@ -156,9 +202,12 @@ All major and minor version changes will be documented in this file. Details of
156
202
[ @Cynser ] : https://github.com/Cynser
157
203
[ @anthony-arnold ] : https://github.com/anthony-arnold
158
204
[ @masq ] : https://github.com/masq
205
+ [ @Ge0rg3 ] : https://github.com/Ge0rg3
206
+ [ @MShwed ] : https://github.com/MShwed
159
207
160
208
[ #95 ] : https://github.com/gchq/CyberChef/pull/299
161
209
[ #173 ] : https://github.com/gchq/CyberChef/pull/173
210
+ [ #143 ] : https://github.com/gchq/CyberChef/pull/143
162
211
[ #224 ] : https://github.com/gchq/CyberChef/pull/224
163
212
[ #239 ] : https://github.com/gchq/CyberChef/pull/239
164
213
[ #248 ] : https://github.com/gchq/CyberChef/pull/248
@@ -180,6 +229,7 @@ All major and minor version changes will be documented in this file. Details of
180
229
[ #394 ] : https://github.com/gchq/CyberChef/pull/394
181
230
[ #428 ] : https://github.com/gchq/CyberChef/pull/428
182
231
[ #439 ] : https://github.com/gchq/CyberChef/pull/439
232
+ [ #440 ] : https://github.com/gchq/CyberChef/pull/440
183
233
[ #441 ] : https://github.com/gchq/CyberChef/pull/441
184
234
[ #443 ] : https://github.com/gchq/CyberChef/pull/443
185
235
[ #446 ] : https://github.com/gchq/CyberChef/pull/446
@@ -192,3 +242,11 @@ All major and minor version changes will be documented in this file. Details of
192
242
[ #468 ] : https://github.com/gchq/CyberChef/pull/468
193
243
[ #476 ] : https://github.com/gchq/CyberChef/pull/476
194
244
[ #489 ] : https://github.com/gchq/CyberChef/pull/489
245
+ [ #496 ] : https://github.com/gchq/CyberChef/pull/496
246
+ [ #506 ] : https://github.com/gchq/CyberChef/pull/506
247
+ [ #516 ] : https://github.com/gchq/CyberChef/pull/516
248
+ [ #525 ] : https://github.com/gchq/CyberChef/pull/525
249
+ [ #531 ] : https://github.com/gchq/CyberChef/pull/531
250
+ [ #533 ] : https://github.com/gchq/CyberChef/pull/533
251
+ [ #535 ] : https://github.com/gchq/CyberChef/pull/535
252
+ [ #571 ] : https://github.com/gchq/CyberChef/pull/571
0 commit comments