Skip to content

Commit 866c9a9

Browse files
committed
10.14.0
1 parent 6677317 commit 866c9a9

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

1414
## Details
1515

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+
1623
### [10.13.0] - 2024-03-30
1724
- Added 'FangURL' operation [@breakersall] [@arnydo] | [#1591] [#654]
1825

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

413+
[10.14.0]: https://github.com/gchq/CyberChef/releases/tag/v10.14.0
406414
[10.13.0]: https://github.com/gchq/CyberChef/releases/tag/v10.13.0
407415
[10.12.0]: https://github.com/gchq/CyberChef/releases/tag/v10.12.0
408416
[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
576584
[@simonw]: https://github.com/simonw
577585
[@chriswhite199]: https://github.com/chriswhite199
578586
[@breakersall]: https://github.com/breakersall
587+
[@evanreichard]: https://github.com/evanreichard
588+
[@devcydo]: https://github.com/devcydo
579589

580590

581591
[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
710720
[#1750]: https://github.com/gchq/CyberChef/issues/1750
711721
[#1591]: https://github.com/gchq/CyberChef/issues/1591
712722
[#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

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.13.0",
3+
"version": "10.14.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)