@@ -13,6 +13,13 @@ All major and minor version changes will be documented in this file. Details of
13
13
14
14
## Details
15
15
16
+ ### [ 10.14.0] - 2024-03-31
17
+ - Added 'To Float' and 'From Float' operations [ @tcode2k16 ] | [ #1762 ]
18
+ - Fix ChaCha raw export option [ @joostrijneveld ] | [ #1606 ]
19
+ - Update x86 disassembler vendor library [ @evanreichard ] | [ #1197 ]
20
+ - Allow variable Blowfish key sizes [ @cbeuw ] | [ #933 ]
21
+ - Added 'XXTEA' operation [ @devcydo ] | [ #1361 ]
22
+
16
23
### [ 10.13.0] - 2024-03-30
17
24
- Added 'FangURL' operation [ @breakersall ] [ @arnydo ] | [ #1591 ] [ #654 ]
18
25
@@ -403,6 +410,7 @@ All major and minor version changes will be documented in this file. Details of
403
410
## [ 4.0.0] - 2016-11-28
404
411
- Initial open source commit [ @n1474335 ] | [ b1d73a72] ( https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306 )
405
412
413
+ [ 10.14.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.14.0
406
414
[ 10.13.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.13.0
407
415
[ 10.12.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.12.0
408
416
[ 10.11.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.11.0
@@ -576,6 +584,8 @@ All major and minor version changes will be documented in this file. Details of
576
584
[ @simonw ] : https://github.com/simonw
577
585
[ @chriswhite199 ] : https://github.com/chriswhite199
578
586
[ @breakersall ] : https://github.com/breakersall
587
+ [ @evanreichard ] : https://github.com/evanreichard
588
+ [ @devcydo ] : https://github.com/devcydo
579
589
580
590
581
591
[ 8ad18b ] : https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7
@@ -710,3 +720,8 @@ All major and minor version changes will be documented in this file. Details of
710
720
[ #1750 ] : https://github.com/gchq/CyberChef/issues/1750
711
721
[ #1591 ] : https://github.com/gchq/CyberChef/issues/1591
712
722
[ #654 ] : https://github.com/gchq/CyberChef/issues/654
723
+ [ #1762 ] : https://github.com/gchq/CyberChef/issues/1762
724
+ [ #1606 ] : https://github.com/gchq/CyberChef/issues/1606
725
+ [ #1197 ] : https://github.com/gchq/CyberChef/issues/1197
726
+ [ #933 ] : https://github.com/gchq/CyberChef/issues/933
727
+ [ #1361 ] : https://github.com/gchq/CyberChef/issues/1361
0 commit comments