Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-08-29 13:04:30 +0300
committerJoas Schilling <coding@schilljs.com>2017-08-29 13:04:30 +0300
commit00b0a133b8b65de15fd2d611d95d2f36f23150ab (patch)
tree0e8b1941b96907405a4da336a1d93b38e97eadcc /CHANGELOG.md
parent77e7b7546f429c0ac621e768b191a6e0975039e4 (diff)
Add .kk extension against Syncrypt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8443e12..d1ec2c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.0.2 – 2017-08-29
+### Added
+ - Add extension `.kk` against Syncrypt [#8](https://github.com/nextcloud/ransomware_protection/issues/8)
+
## 1.0.1 – 2017-08-14
### Added
- Console command to block a client allowing for external tools like [cryptostalker](https://github.com/unixist/cryptostalker) to block clients as well [#2](https://github.com/nextcloud/ransomware_protection/issues/2)
### Changed
- - Removed some extensions from the list: .bin, .css, .dll, .exe and .mp3 [#4](https://github.com/nextcloud/ransomware_protection/issues/4)
+ - Removed some extensions from the list: `.bin`, `.css`, `.dll`, `.exe` and `.mp3` [#4](https://github.com/nextcloud/ransomware_protection/issues/4)
### Fixed
- Blocking now only affects sync clients, because ransomware doesn't upload via the browser