summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2019-07-25Prepare next releasev2.1.10Sebastian Thiel
2019-07-21Bump versionv2.1.9Sebastian Thiel
2019-07-14bump patch levelv2.1.8Sebastian Thiel
2019-07-03Fix Cargo.lock... again. 2.1.7 is 2.1.6 effectivelyv2.1.7Sebastian Thiel
2019-07-03Bump patch; fixes #14v2.1.6Sebastian Thiel
2019-07-03Fix inconsistent cargo.lock file; update all depsv2.1.5Sebastian Thiel
2019-07-02prep for re-releasev2.1.4Sebastian Thiel
2019-06-16Patch release to get a working github release - no changes to codev2.1.3Sebastian Thiel
2019-06-16performance improvementsv2.1.2Sebastian Thiel
2019-06-16Reopen #2; removal of windows supportv2.1.1Sebastian Thiel
2019-06-16Better progress display when deleting multiple itemsSebastian Thiel
2019-06-16Bump version to 2.1.0v2.1.0Sebastian Thiel
2019-06-16Fixes #2 - use crossterm instead of TermionSebastian Thiel
2019-06-16fix typo in titlev2.0.1Sebastian Thiel
2019-06-15Prepare 2.0 releaseSebastian Thiel
2019-06-07Grapheme handling when truncating long filenamesSebastian Thiel
2019-06-07Assure we don't keep threads around unnecessarily in interactive modeSebastian Thiel
2019-06-05version bumpSebastian Thiel
2019-06-05Bump versionSebastian Thiel
2019-06-05Adjust release notesSebastian Thiel
2019-06-05Add tui-react as library - it's proven (enough)...Sebastian Thiel
...to be working and worth a slot on crates.io :D
2019-06-05Basis for react-like terminal implementation - that way we can have stateSebastian Thiel
2019-06-03Add 'O' to open a folder or file using the default programSebastian Thiel
2019-06-03Smaller release binaries!Sebastian Thiel
2019-06-03Sorting by size, descending, for entriesSebastian Thiel
2019-06-02First failing test - even though just a guess :DSebastian Thiel
2019-06-02basic frame to support new interactive modeSebastian Thiel
2019-06-01Simplified handling of 'no paths given' casev1.1.0Sebastian Thiel
2019-06-01Add description to Cargo.tomlv1.0.0Sebastian Thiel
2019-06-01Prepare for releaseSebastian Thiel
2019-06-01Support for colors. Using green, which might be invisible to some!Sebastian Thiel
Probably those who can't see red or green will have configured their terminal to display different colors instead.
2019-06-01Add byte formattingSebastian Thiel
2019-05-31The first failing testSebastian Thiel
2019-05-29mission statement and first tasks, to get startedSebastian Thiel
2019-05-29First instantiation of templateSebastian Thiel