@@ -13,6 +13,18 @@ All major and minor version changes will be documented in this file. Details of
13
13
14
14
## Details
15
15
16
+ ### [ 10.17.0] - 2024-04-13
17
+ - Fix unit test 'expectOutput' implementation [ @zb3 ] | [ #1783 ]
18
+ - Add accessibility labels for icons [ @e218736 ] | [ #1743 ]
19
+ - Add focus styling for keyboard navigation [ @e218736 ] | [ #1739 ]
20
+ - Add support for operation option hiding [ @TheZ3ro ] | [ #541 ]
21
+ - Improve efficiency of RAKE implementation [ @sw5678 ] | [ #1751 ]
22
+ - Require (a, 26) to be coprime in 'Affine Encode' [ @EvieHarv ] | [ #1788 ]
23
+ - Added 'JWK to PEM' operation [ @cplussharp ] | [ #1277 ]
24
+ - Added 'PEM to JWK' operation [ @cplussharp ] | [ #1277 ]
25
+ - Added 'Public Key from Certificate' operation [ @cplussharp ] | [ #1642 ]
26
+ - Added 'Public Key from Private Key' operation [ @cplussharp ] | [ #1642 ]
27
+
16
28
### [ 10.16.0] - 2024-04-12
17
29
- Added 'JA4Server Fingerprint' operation [ @n1474335 ] | [ #1789 ]
18
30
@@ -421,6 +433,7 @@ All major and minor version changes will be documented in this file. Details of
421
433
## [ 4.0.0] - 2016-11-28
422
434
- Initial open source commit [ @n1474335 ] | [ b1d73a72] ( https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306 )
423
435
436
+ [ 10.17.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.17.0
424
437
[ 10.16.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.16.0
425
438
[ 10.15.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.15.0
426
439
[ 10.14.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.14.0
@@ -602,6 +615,10 @@ All major and minor version changes will be documented in this file. Details of
602
615
[ @zb3 ] : https://github.com/zb3
603
616
[ @jkataja ] : https://github.com/jkataja
604
617
[ @tomgond ] : https://github.com/tomgond
618
+ [ @e218736 ] : https://github.com/e218736
619
+ [ @TheZ3ro ] : https://github.com/TheZ3ro
620
+ [ @EvieHarv ] : https://github.com/EvieHarv
621
+ [ @cplussharp ] : https://github.com/cplussharp
605
622
606
623
607
624
[ 8ad18b ] : https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7
0 commit comments