summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-10-26thanks clippySebastian Thiel
2021-10-26fix: cargo install without --locked should work now (#111)Sebastian Thiel
2021-10-26remove superfluous line in release.ymlSebastian Thiel
The token is already passed in 'with: '
2021-10-26Release dua-cli v2.14.10v2.14.10Sebastian Thiel
2021-10-26fix: see if releases work now with a different create-release actionSebastian Thiel
We are only interested in the upload_url, not in actually creating a release as smart-release does that already.
2021-10-26Release dua-cli v2.14.9v2.14.9Sebastian Thiel
2021-10-26fix: try to produce release binaries once moreSebastian Thiel
With smart-release, this is created automatically.
2021-10-26update package size to match new changelogSebastian Thiel
2021-10-26Release dua-cli v2.14.8v2.14.8Sebastian Thiel
2021-10-26Use `cargo changelog`Sebastian Thiel
2021-10-26cleanup changelogSebastian Thiel
2021-10-26change: auto-config support for Apple M1 Pro and Apple M1 MaxSebastian Thiel
2021-09-18Release dua-cli v2.14.7v2.14.7Sebastian Thiel
2021-09-18prepare releaseSebastian Thiel
2021-09-18Fix deletion process on Rust 1.55Boris-Chengbiao Zhou
Rust 1.55 unfortunately breaks the existing code which assumed that ErrorKind::Other will be returned by fs::read_dir() when a file is encountered. For now just always try deleting as if it's a file with the possibility to add the optimization back again once the `io_error_more` feature is stabilized. References: - https://blog.rust-lang.org/2021/09/09/Rust-1.55.0.html#stdioerrorkind-variants-updated - https://github.com/rust-lang/rust/pull/85746 - https://github.com/rust-lang/rust/issues/86442
2021-08-22Release dua-cli v2.14.6v2.14.6Sebastian Thiel
2021-08-22update change logSebastian Thiel
2021-08-22Merge branch 'style'Sebastian Thiel
2021-08-22Update changelogSebastian Thiel
2021-08-22Support Home/End and fix inconsistent help textKid
2021-08-22Improve mark widget tip styleKid
2021-08-19Format correctlyBen Armstead
2021-08-19Remove unnecessary lineBen Armstead
2021-08-16Release dua-cli v2.14.5v2.14.5Sebastian Thiel
2021-08-16Fix #102, bump patch levelSebastian Thiel
2021-08-08Add NetBSD installation instructionsSebastian Thiel
2021-08-08sysinfo upgradeSebastian Thiel
2021-08-05Add aggregate-scan-progress feature to help with #99Sebastian Thiel
2021-08-05(cargo-release) version 2.14.4v2.14.4Sebastian Thiel
2021-08-05update dependencies; upgrade to tui-0.16Sebastian Thiel
2021-07-30thanks clippySebastian Thiel
2021-07-25(cargo-release) version 2.14.3v2.14.3Sebastian Thiel
2021-07-25upgrade open to v2Sebastian Thiel
2021-07-14(cargo-release) version 2.14.2v2.14.2Sebastian Thiel
2021-07-14update changelogSebastian Thiel
2021-07-14Also run 'make check' on CI now that more feature toggles are addedSebastian Thiel
2021-07-14Merge branch 'optional-trash'Sebastian Thiel
2021-07-14disable test that now starts failing on windows even though…Sebastian Thiel
…it worked all the time before.
2021-07-14dependency upgrade: petgraph 0.6Sebastian Thiel
2021-07-14dependency updateSebastian Thiel
2021-07-14refactorSebastian Thiel
2021-07-14Add checking and testing of new feature toggleSebastian Thiel
2021-07-13Make the trash feature optionalLewis Cook
2021-06-30(cargo-release) version 2.14.1v2.14.1Sebastian Thiel
2021-06-30upgrade sysinfoSebastian Thiel
2021-06-30prepare patch releaseSebastian Thiel
2021-06-30cargo fmtSebastian Thiel
2021-06-30dependency updateSebastian Thiel
2021-06-30(cargo-release) version 2.14.0v2.14.0Sebastian Thiel
2021-06-30prep changelogSebastian Thiel