mirror of
https://github.com/gchq/CyberChef
synced 2025-01-16 14:33:55 +00:00
Updated CHANGELOG
This commit is contained in:
parent
5bebd71a44
commit
d7b6f29c81
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in [commit messages](https://github.com/gchq/CyberChef/commits/master).
|
All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in [commit messages](https://github.com/gchq/CyberChef/commits/master).
|
||||||
|
|
||||||
|
|
||||||
|
### [9.5.0] - 2019-09-04
|
||||||
|
- Various Steganography operations added: 'Extract LSB', 'Extract RGBA', 'Randomize Colour Palette', and 'View Bit Plane' [@Ge0rg3] | [#625]
|
||||||
|
|
||||||
### [9.4.0] - 2019-08-30
|
### [9.4.0] - 2019-08-30
|
||||||
- 'Render Markdown' operation added [@j433866] | [#627]
|
- 'Render Markdown' operation added [@j433866] | [#627]
|
||||||
|
|
||||||
|
@ -176,6 +179,7 @@ All major and minor version changes will be documented in this file. Details of
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[9.5.0]: https://github.com/gchq/CyberChef/releases/tag/v9.5.0
|
||||||
[9.4.0]: https://github.com/gchq/CyberChef/releases/tag/v9.4.0
|
[9.4.0]: https://github.com/gchq/CyberChef/releases/tag/v9.4.0
|
||||||
[9.3.0]: https://github.com/gchq/CyberChef/releases/tag/v9.3.0
|
[9.3.0]: https://github.com/gchq/CyberChef/releases/tag/v9.3.0
|
||||||
[9.2.0]: https://github.com/gchq/CyberChef/releases/tag/v9.2.0
|
[9.2.0]: https://github.com/gchq/CyberChef/releases/tag/v9.2.0
|
||||||
|
@ -305,4 +309,5 @@ All major and minor version changes will be documented in this file. Details of
|
||||||
[#591]: https://github.com/gchq/CyberChef/pull/591
|
[#591]: https://github.com/gchq/CyberChef/pull/591
|
||||||
[#595]: https://github.com/gchq/CyberChef/pull/595
|
[#595]: https://github.com/gchq/CyberChef/pull/595
|
||||||
[#614]: https://github.com/gchq/CyberChef/pull/614
|
[#614]: https://github.com/gchq/CyberChef/pull/614
|
||||||
|
[#625]: https://github.com/gchq/CyberChef/pull/625
|
||||||
[#627]: https://github.com/gchq/CyberChef/pull/627
|
[#627]: https://github.com/gchq/CyberChef/pull/627
|
||||||
|
|
|
@ -11,7 +11,6 @@ import { isImage } from "../lib/FileType.mjs";
|
||||||
import { runHash } from "../lib/Hash.mjs";
|
import { runHash } from "../lib/Hash.mjs";
|
||||||
import { toBase64 } from "../lib/Base64.mjs";
|
import { toBase64 } from "../lib/Base64.mjs";
|
||||||
import jimp from "jimp";
|
import jimp from "jimp";
|
||||||
import { toHex } from "../lib/Hex.mjs";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Randomize Colour Palette operation
|
* Randomize Colour Palette operation
|
||||||
|
|
Loading…
Reference in a new issue