|
@@ -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).
|
|
|
|
|
|
|
|
|
+### [9.1.0] - 2019-08-13
|
|
|
+- 'Parse SSH Host Key' operation added [@j433866] | [#595]
|
|
|
+
|
|
|
## [9.0.0] - 2019-07-09
|
|
|
- [Multiple inputs](https://github.com/gchq/CyberChef/wiki/Multiple-Inputs) are now supported in the main web UI, allowing you to upload and process multiple files at once [@j433866] | [#566]
|
|
|
- A [Node.js API](https://github.com/gchq/CyberChef/wiki/Node-API) has been implemented, meaning that CyberChef can now be used as a library, either to provide specific operations, or an entire baking environment [@d98762625] | [#291]
|
|
@@ -158,6 +161,7 @@ All major and minor version changes will be documented in this file. Details of
|
|
|
|
|
|
|
|
|
|
|
|
+[9.1.0]: https://github.com/gchq/CyberChef/releases/tag/v9.1.0
|
|
|
[9.0.0]: https://github.com/gchq/CyberChef/releases/tag/v9.0.0
|
|
|
[8.38.0]: https://github.com/gchq/CyberChef/releases/tag/v8.38.0
|
|
|
[8.37.0]: https://github.com/gchq/CyberChef/releases/tag/v8.37.0
|
|
@@ -279,3 +283,4 @@ All major and minor version changes will be documented in this file. Details of
|
|
|
[#571]: https://github.com/gchq/CyberChef/pull/571
|
|
|
[#585]: https://github.com/gchq/CyberChef/pull/585
|
|
|
[#591]: https://github.com/gchq/CyberChef/pull/591
|
|
|
+[#595]: https://github.com/gchq/CyberChef/pull/595
|