Skip to content

Commit bb41c36

Browse files
Bump v10.22.0 (gchq#2189)
1 parent 293f304 commit bb41c36

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ All major and minor version changes will be documented in this file. Details of
1313

1414
## Details
1515

16+
### [10.22.0] - 2026-02-11
17+
- Separate npm publish out into separate job and run with Node 24.5 [@GCHQDeveloper581] | [#2188]
18+
- Fixed Percent delimiter for hex encoding [@beneri] [@C85297] | [#2137]
19+
- Added the ability to paste one or more Images from the Clipboard [@t-martine] [@a3957273] [@C85297] | [#1876]
20+
- Quoted Printable - consistent reference to 'email' [@wesinator] | [#2186]
21+
- Fix freeze when output text decoding fails [@Raka-loah] | [#1573]
22+
- Update Browserslist DB [@C85297] | [#2183]
23+
- Add contents write permission to releases workflow [@C85297] | [#2182]
24+
- Fix release workflow permissions [@C85297] | [#2181]
25+
1626
### [10.21.0] - 2026-02-05
1727
- Fix import operations with special chars in them [@d98762625] [@jg42526] | [#1040]
1828
- Remove custom CodeQL workflow [@C85297] | [#2176]
@@ -528,6 +538,7 @@ All major and minor version changes will be documented in this file. Details of
528538
## [4.0.0] - 2016-11-28
529539
- Initial open source commit [@n1474335] | [b1d73a72](https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306)
530540

541+
[10.22.0]: https://github.com/gchq/CyberChef/releases/tag/v10.22.0
531542
[10.21.0]: https://github.com/gchq/CyberChef/releases/tag/v10.21.0
532543
[10.20.0]: https://github.com/gchq/CyberChef/releases/tag/v10.20.0
533544
[10.19.0]: https://github.com/gchq/CyberChef/releases/tag/v10.19.0
@@ -782,6 +793,10 @@ All major and minor version changes will be documented in this file. Details of
782793
[@tuliperis]: https://github.com/tuliperis
783794
[@thomasxm]: https://github.com/thomasxm
784795
[@twostraws]: https://github.com/twostraws
796+
[@beneri]: https://github.com/beneri
797+
[@t-martine]: https://github.com/t-martine
798+
[@wesinator]: https://github.com/wesinator
799+
[@Raka-loah]: https://github.com/Raka-loah
785800

786801

787802
[8ad18b]: https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7
@@ -987,4 +1002,12 @@ All major and minor version changes will be documented in this file. Details of
9871002
[#2086]: https://github.com/gchq/CyberChef/pull/2086
9881003
[#2118]: https://github.com/gchq/CyberChef/pull/2118
9891004
[#2166]: https://github.com/gchq/CyberChef/pull/2166
1005+
[#2188]: https://github.com/gchq/CyberChef/pull/2188
1006+
[#2137]: https://github.com/gchq/CyberChef/pull/2137
1007+
[#1876]: https://github.com/gchq/CyberChef/pull/1876
1008+
[#2186]: https://github.com/gchq/CyberChef/pull/2186
1009+
[#1573]: https://github.com/gchq/CyberChef/pull/1573
1010+
[#2183]: https://github.com/gchq/CyberChef/pull/2183
1011+
[#2182]: https://github.com/gchq/CyberChef/pull/2182
1012+
[#2181]: https://github.com/gchq/CyberChef/pull/2181
9901013

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cyberchef",
3-
"version": "10.21.0",
3+
"version": "10.22.0",
44
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
55
"author": "n1474335 <n1474335@gmail.com>",
66
"homepage": "https://gchq.github.io/CyberChef",

0 commit comments

Comments
 (0)