Skip to content

Commit 8ab2256

Browse files
committed
v10.17.0
1 parent 6e8c759 commit 8ab2256

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ All major and minor version changes will be documented in this file. Details of
1313

1414
## Details
1515

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+
1628
### [10.16.0] - 2024-04-12
1729
- Added 'JA4Server Fingerprint' operation [@n1474335] | [#1789]
1830

@@ -421,6 +433,7 @@ All major and minor version changes will be documented in this file. Details of
421433
## [4.0.0] - 2016-11-28
422434
- Initial open source commit [@n1474335] | [b1d73a72](https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306)
423435

436+
[10.17.0]: https://github.com/gchq/CyberChef/releases/tag/v10.17.0
424437
[10.16.0]: https://github.com/gchq/CyberChef/releases/tag/v10.16.0
425438
[10.15.0]: https://github.com/gchq/CyberChef/releases/tag/v10.15.0
426439
[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
602615
[@zb3]: https://github.com/zb3
603616
[@jkataja]: https://github.com/jkataja
604617
[@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
605622

606623

607624
[8ad18b]: https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cyberchef",
3-
"version": "10.16.0",
3+
"version": "10.17.0",
44
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
55
"author": "n1474335 <[email protected]>",
66
"homepage": "https://gchq.github.io/CyberChef",

0 commit comments

Comments
 (0)