2020-06-18 12:24:40 +02:00
# Changelog
All notable changes to this project will be documented in this file.
2025-11-01 10:14:54 -07:00
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.1.0/ )
2020-06-18 12:24:40 +02:00
## [Unreleased]
2025-11-26 22:03:47 -08:00
## [0.13.0] - 2025-11-26
- Incorporates several package updates, no feature changes
2025-11-01 10:14:54 -07:00
## [0.12.0] - 2025-11-01
- This is the first update to diskonaut in a few years, under a new maintainer (Gregory Shuflin)
### Changed
- All dependencies updated to their latest versions as of November 2025
- Rust edition updated to 2024
- All existing compilation warnings suppressed or fixed
2020-10-15 15:30:15 +02:00
### Added
* Only show "Small Files" legend when there are small files on screen (https://github.com/imsnif/diskonaut/pull/75) - [@pjsier ](https://github.com/pjsier )
2020-09-23 16:13:29 +02:00
## [0.11.0] - 2020-09-23
2020-09-23 16:14:04 +02:00
### Added
* Windows support (https://github.com/imsnif/diskonaut/pull/74) - [@pm100 ](https://github.com/pm100 )
2020-09-11 17:24:37 +02:00
## [0.10.0] - 2020-09-11
2020-09-07 16:09:19 +02:00
### Added
* Add `--disable-delete-confirmation` flag to not immediately delete files without a prompt (https://github.com/imsnif/diskonaut/pull/71) - [@markafarrell ](https://github.com/markafarrell )
2020-07-12 14:05:36 +02:00
## [0.9.0] - 2020-07-12
### Added
* Add `--apparent-size` flag to show actual file size rather than file size on disk (https://github.com/imsnif/diskonaut/pull/66) - [@imsnif ](https://github.com/imsnif )
2020-07-09 14:39:30 +02:00
## [0.8.0] - 2020-07-09
2020-07-06 15:04:10 +02:00
### Fixed
2020-07-09 14:25:54 +02:00
* Change delete key to BACKSPACE for cross platform support (https://github.com/imsnif/diskonaut/pull/64) - [@maxheyer ](https://github.com/maxheyer )
2020-07-06 15:04:10 +02:00
* Do not crash with extremely large files/folders (https://github.com/imsnif/diskonaut/pull/63) - [@Freaky ](https://github.com/Freaky )
2020-07-04 13:46:06 +02:00
## [0.7.0] - 2020-07-04
2020-07-04 13:42:51 +02:00
### Added
* Show warning when trying to delete while still scanning (https://github.com/imsnif/diskonaut/pull/60) - [@mhdmhsni ](https://github.com/mhdmhsni )
* Add ability to zoom in and out (eg. to see small files) (https://github.com/imsnif/diskonaut/pull/61) - [@imsnif ](https://github.com/imsnif )
2020-07-03 09:22:11 +02:00
## [0.6.0] - 2020-07-03
2020-06-29 10:13:55 +02:00
### Added
* Add a visual indication when running as root (https://github.com/imsnif/diskonaut/pull/57) - [@c3st7n ](https://github.com/c3st7n )
2020-07-03 09:24:18 +02:00
* Change delete key to DELETE (https://github.com/imsnif/diskonaut/pull/59) - [@maxheyer ](https://github.com/maxheyer )
2020-06-29 10:13:55 +02:00
2020-06-27 12:57:17 +02:00
## [0.5.0] - 2020-06-27
2020-06-27 12:52:17 +02:00
### Added
* Add an "Are you sure you want to quit?" modal (https://github.com/imsnif/diskonaut/pull/44) - [@mhdmhsni ](https://github.com/mhdmhsni )
2020-06-26 17:20:18 +02:00
### Fixed
* Fix some small_files rendering edge-cases (https://github.com/imsnif/diskonaut/pull/55) - [@imsnif ](https://github.com/imsnif )
2020-06-26 14:51:25 +02:00
## [0.4.0] - 2020-06-26
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-25 12:29:44 +02:00
* Make enter select largest folder if nothing is selected (https://github.com/imsnif/diskonaut/pull/45) - [@redzic ](https://github.com/redzic )
2020-06-26 14:36:13 +02:00
* Keep track of tile selection in previous folder (https://github.com/imsnif/diskonaut/pull/53) - [@therealprof ](https://github.com/therealprof )
2020-06-22 19:42:04 +02:00
2020-06-23 16:01:00 +02:00
### Fixed
* Do not scan in parallel when running tests (https://github.com/imsnif/diskonaut/pull/43) - [@redzic ](https://github.com/redzic )
2020-06-26 14:36:13 +02:00
* Prevent crashes for multibyte characters on grid (https://github.com/imsnif/diskonaut/pull/51) - [@goto-bus-stop ](https://github.com/goto-bus-stop )
* Show quit shortcut in legend (https://github.com/imsnif/diskonaut/pull/46) - [@olehs0 ](https://github.com/olehs0 )
2020-06-23 16:01:00 +02:00
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
2020-06-18 12:24:40 +02:00
### 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 12:24:40 +02:00
2020-06-18 21:37:38 +02:00
## [0.1.0] - 2020-06-17
2020-06-18 12:24:40 +02:00
Initial release with all the things.