3.6 KiB
3.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
[Unreleased]
Added
- Windows support (https://github.com/imsnif/diskonaut/pull/74) - @pm100
[0.10.0] - 2020-09-11
Added
- Add
--disable-delete-confirmationflag to not immediately delete files without a prompt (https://github.com/imsnif/diskonaut/pull/71) - @markafarrell
[0.9.0] - 2020-07-12
Added
- Add
--apparent-sizeflag to show actual file size rather than file size on disk (https://github.com/imsnif/diskonaut/pull/66) - @imsnif
[0.8.0] - 2020-07-09
Fixed
- Change delete key to BACKSPACE for cross platform support (https://github.com/imsnif/diskonaut/pull/64) - @maxheyer
- Do not crash with extremely large files/folders (https://github.com/imsnif/diskonaut/pull/63) - @Freaky
[0.7.0] - 2020-07-04
Added
- Show warning when trying to delete while still scanning (https://github.com/imsnif/diskonaut/pull/60) - @mhdmhsni
- Add ability to zoom in and out (eg. to see small files) (https://github.com/imsnif/diskonaut/pull/61) - @imsnif
[0.6.0] - 2020-07-03
Added
- Add a visual indication when running as root (https://github.com/imsnif/diskonaut/pull/57) - @c3st7n
- Change delete key to DELETE (https://github.com/imsnif/diskonaut/pull/59) - @maxheyer
[0.5.0] - 2020-06-27
Added
- Add an "Are you sure you want to quit?" modal (https://github.com/imsnif/diskonaut/pull/44) - @mhdmhsni
Fixed
- Fix some small_files rendering edge-cases (https://github.com/imsnif/diskonaut/pull/55) - @imsnif
[0.4.0] - 2020-06-26
Added
- Support emacs keybindings (https://github.com/imsnif/diskonaut/pull/40) - @redzic
- Make enter select largest folder if nothing is selected (https://github.com/imsnif/diskonaut/pull/45) - @redzic
- Keep track of tile selection in previous folder (https://github.com/imsnif/diskonaut/pull/53) - @therealprof
Fixed
- Do not scan in parallel when running tests (https://github.com/imsnif/diskonaut/pull/43) - @redzic
- Prevent crashes for multibyte characters on grid (https://github.com/imsnif/diskonaut/pull/51) - @goto-bus-stop
- Show quit shortcut in legend (https://github.com/imsnif/diskonaut/pull/46) - @olehs0
[0.3.0] - 2020-06-21
Fixed
- Remove unneeded dev dependency (https://github.com/imsnif/diskonaut/pull/35) - @ignatenkobrain
- Improve scanning speed (https://github.com/imsnif/diskonaut/pull/38) - @imsnif
- Refactor movement methods (https://github.com/imsnif/diskonaut/pull/31) - @phimuemue
[0.2.0] - 2020-06-18
Fixed
- Cross platform file size calculation (https://github.com/imsnif/diskonaut/pull/28) - @Freaky
- Bumped insta dependency to 0.16.0, bumped cargo-insta dependency to 0.16.0 (https://github.com/imsnif/diskonaut/pull/25) - @tim77
- Bumped tui dependency to 0.9 (https://github.com/imsnif/diskonaut/pull/30) - @silwol
[0.1.0] - 2020-06-17
Initial release with all the things.