Files
diskonaut/CHANGELOG.md

29 lines
1.2 KiB
Markdown
Raw Normal View History

# Changelog
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/)
## [Unreleased]
2020-06-22 19:42:04 +02:00
### Added
* Support emacs keybindings (https://github.com/imsnif/diskonaut/pull/40) - [@redzic](https://github.com/redzic)
2020-06-21 14:09:52 +02:00
## [0.3.0] - 2020-06-21
2020-06-18 22:50:29 +02:00
### Fixed
2020-06-21 14:11:53 +02:00
* Remove unneeded dev dependency (https://github.com/imsnif/diskonaut/pull/35) - [@ignatenkobrain](https://github.com/ignatenkobrain)
* Improve scanning speed (https://github.com/imsnif/diskonaut/pull/38) - [@imsnif](https://github.com/imsnif)
2020-06-18 22:50:29 +02:00
* Refactor movement methods (https://github.com/imsnif/diskonaut/pull/31) - [@phimuemue](https://github.com/phimuemue)
2020-06-18 21:37:38 +02:00
## [0.2.0] - 2020-06-18
### Fixed
* Cross platform file size calculation (https://github.com/imsnif/diskonaut/pull/28) - [@Freaky](https://github.com/Freaky)
2020-06-18 21:39:29 +02:00
* Bumped insta dependency to 0.16.0, bumped cargo-insta dependency to 0.16.0 (https://github.com/imsnif/diskonaut/pull/25) - [@tim77](https://github.com/tim77)
* Bumped tui dependency to 0.9 (https://github.com/imsnif/diskonaut/pull/30) - [@silwol](https://github.com/silwol)
2020-06-18 21:37:38 +02:00
## [0.1.0] - 2020-06-17
Initial release with all the things.