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

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2019-06-04 16:29:01 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-06-04 16:29:01 +0300
commit0b4856ff57ebc306d3b9db0996fbd6bc348ab26b (patch)
treecf16e127170a84eeb2c1caf315d7ddf49583453b
parenta3f3ec3e617f68540308606ae8d9a73426f627b2 (diff)
changelog
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8664cd1..37ba966 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.4.1] - 2019-06-04
+
+### Fixed
+- Files which are not an MFT now cause the program to terminate with a nice message.
+
+## [0.4.0] - 2019-06-04
+
+### Added
+- `mft_dump` can now export resident streams to a directory.
+
## [0.3.0] - 2019-06-02
Fixed parsing of entries which are spread over multiple sectors.