New Features
- Press
c
to sort by count of entries in a directory.
That way it's easy to spot places that have a lot of (possibly small) files,
which otherwise would remain under the radar when sorting by size.
Commit Statistics
- 14 commits contributed to the release over the course of 3 calendar days.
- 3 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Press
c
to sort by count of entries in a directory. (45ccb7c) - Assure sorting of entry-counts takes files into consideration. (8439ba7)
- Refactor (9fb3113)
- Adds keybinding for 'c' to toggle sorting by number of items (8df0b4c)
- Merge branch 'column_render' (bf4da4e)
- Run clippy locally just like on CI (645474c)
- Refactor (bbcd308)
- Fix visual changes (b8ad16b)
- Make clippy warnings fatal (1a46d8f)
- Refactors entries panel by moving code to separate functions (b5b6aba)
- Put release-build optimization back to level 3; remove windows GNU build. (917339f)
- Change optimization level back to 0 for hopefully more stable release builds. (2dced34)
- Assure package-size check isn't fatal anymore (3e509db)
- Pacify the package size checkf or a while. (09fd59f)
- Press