@@ -13,6 +13,22 @@ All major and minor version changes will be documented in this file. Details of
1313
1414## Details
1515
16+ ## [ 11.0.0] - 2026-04-28
17+ - Revert sitemap to v8.0.X to fix build/deploy on master [ @GCHQDeveloper581 ] | [ #2348 ]
18+ - Node version update from 22 to 24 [ @lzandman ] [ @GCHQDeveloper581 ] | [ #2347 ]
19+ - Fix XSS in Show Base64 offsets [ @C85297 ] | [ #2346 ]
20+ - Make compatible with node >=22 [ @GCHQDeveloper581 ] | [ #2273 ]
21+ - Fix(node): enable asynchronous operation support in Node.js API [ @engin0223 ] [ @GCHQDeveloper581 ] | [ #2342 ]
22+ - Feature: Change to nginx-unprivileged image for better kubernetes support [ @hsolberg ] | [ #1922 ]
23+
24+ Breaking changes:
25+ - Minimum supported node version - now v24 (was v16)
26+ - Change of exported port on Docker Container - now 8080 (was 80)
27+ - Node API now exports "bake" and "execute" functions as async.
28+
29+ <details >
30+ <summary>Click to expand v10 minor versions</summary>
31+
1632### [ 10.24.0] - 2026-04-27
1733- Update CONTRIBUTING.md [ @GCHQDeveloper581 ] | [ #2333 ]
1834- Fix, and link, Fernet tests [ @GCHQDeveloper581 ] | [ #2335 ]
@@ -277,6 +293,8 @@ All major and minor version changes will be documented in this file. Details of
277293- Added 'Levenshtein Distance' operation [ @mikecat ] | [ #1498 ]
278294- Added 'Swap case' operation [ @mikecat ] | [ #1499 ]
279295
296+ </details >
297+
280298## [ 10.0.0] - 2023-03-22
281299- [ Full details explained here] ( https://github.com/gchq/CyberChef/wiki/Character-encoding,-EOL-separators,-and-editor-features )
282300- Status bars added to the Input and Output [ @n1474335 ] | [ #1405 ]
@@ -620,6 +638,7 @@ All major and minor version changes will be documented in this file. Details of
620638## [ 4.0.0] - 2016-11-28
621639- Initial open source commit [ @n1474335 ] | [ b1d73a72] ( https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306 )
622640
641+ [ 11.0.0 ] : https://github.com/gchq/CyberChef/releases/tag/v11.0.0
623642[ 10.24.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.24.0
624643[ 10.23.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.23.0
625644[ 10.22.0 ] : https://github.com/gchq/CyberChef/releases/tag/v10.22.0
@@ -901,6 +920,9 @@ All major and minor version changes will be documented in this file. Details of
901920[ @BjoernAkAManf ] : https://github.com/BjoernAkAManf
902921[ @ko80240 ] : https://github.com/ko80240
903922[ @BigYellowHammer ] : https://github.com/BigYellowHammer
923+ [ @hsolberg ] : https://github.com/hsolberg
924+ [ @lzandman ] : https://github.com/lzandman
925+ [ @engin0223 ] : https://github.com/engin0223
904926
905927
906928[ 8ad18b ] : https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7
@@ -1192,4 +1214,10 @@ All major and minor version changes will be documented in this file. Details of
11921214[ #2315 ] : https://github.com/gchq/CyberChef/pull/2315
11931215[ #2313 ] : https://github.com/gchq/CyberChef/pull/2313
11941216[ #2311 ] : https://github.com/gchq/CyberChef/pull/2311
1217+ [ #2348 ] : https://github.com/gchq/CyberChef/pull/2348
1218+ [ #2347 ] : https://github.com/gchq/CyberChef/pull/2347
1219+ [ #2346 ] : https://github.com/gchq/CyberChef/pull/2346
1220+ [ #2273 ] : https://github.com/gchq/CyberChef/pull/2273
1221+ [ #2342 ] : https://github.com/gchq/CyberChef/pull/2342
1222+ [ #1922 ] : https://github.com/gchq/CyberChef/pull/1922
11951223
0 commit comments