chore(release): 0.8.0

This commit is contained in:
Aram Drevekenin
2020-07-09 14:39:30 +02:00
parent d5358c25a3
commit 94c9cc4576
3 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
## [0.8.0] - 2020-07-09
### Fixed
* Change delete key to BACKSPACE for cross platform support (https://github.com/imsnif/diskonaut/pull/64) - [@maxheyer](https://github.com/maxheyer)
* Do not crash with extremely large files/folders (https://github.com/imsnif/diskonaut/pull/63) - [@Freaky](https://github.com/Freaky)