Skip to content

Releases: findyourexit/excise

Excise v1.2.4

Choose a tag to compare

@github-actions github-actions released this 11 Sep 17:15

What's Changed

  • chore(deps): update github actions (major) by @renovate[bot] in #84
  • fix(deps): update runtime dependencies by @renovate[bot] in #72
  • fix(deps): update rust crate cargo_metadata to 0.23.1 by @renovate[bot] in #74
  • fix(deps): update rust crate sysinfo to 0.39.6 by @renovate[bot] in #83
  • fix(deps): update rust crate jsonschema to 0.52.1 by @renovate[bot] in #81
  • chore(deps): update actions/upload-artifact digest to 043fb46 by @renovate[bot] in #71
  • fix(deps): update rust crate cap-primitives to 4.0.3 by @renovate[bot] in #73
  • fix(deps): update rust crate clap_complete to 4.6.9 by @renovate[bot] in #75
  • fix(deps): update rust crate flate2 to 1.1.10 by @renovate[bot] in #76
  • fix(deps): update rust crate serde_json to 1.0.151 by @renovate[bot] in #77
  • fix(deps): update rust crate tar to 0.4.46 by @renovate[bot] in #78
  • fix(deps): update rust crate getrandom to 0.4.3 by @renovate[bot] in #80
  • fix(deps): update rust crate clap_mangen to 0.3.3 by @renovate[bot] in #79
  • test: harden pull-request deletion fuzz coverage by @findyourexit in #91
  • refactor: consolidate Windows unsafe boundary by @findyourexit in #88
  • refactor(scanner): extract task queue and spill records by @findyourexit in #93
  • fix: align Rust compiler support by @findyourexit in #92
  • fix: pin cargo verify fuzz toolchain by @findyourexit in #90
  • ci: retain reproducible benchmark evidence by @findyourexit in #89
  • fix(deps): update rust crate sha2 to 0.11.0 by @renovate[bot] in #82
  • fix(deps): update rust crate redb to v4 by @renovate[bot] in #85
  • docs: add x eget installation method by @lunrenyi in #87
  • fix(deps): update rust crate toml to 1.1.5 by @renovate[bot] in #96
  • fix(deps): update rust crate jsonschema to 0.53.0 by @renovate[bot] in #97
  • fix(deps): update rust crate tachyonfx to 0.25.2 by @renovate[bot] in #95
  • fix(deps): update rust crate crossbeam-channel to 0.5.17 by @renovate[bot] in #94
  • chore(deps): lock file maintenance by @renovate[bot] in #86
  • release: prepare v1.2.4 by @findyourexit in #99

New Contributors

Full Changelog: v1.2.3...v1.2.4

Excise v1.2.3

Choose a tag to compare

@github-actions github-actions released this 04 Sep 13:38

What's Changed

Full Changelog: v1.2.2...v1.2.3

Excise v1.2.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 12:29

What's Changed

Full Changelog: v1.2.1...v1.2.2

Excise v1.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 07:55

What's Changed

Full Changelog: v1.2.0...v1.2.1

Excise v1.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 06:51

What's Changed

Full Changelog: v1.1.1...v1.2.0

Excise v1.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 12:36

What's Changed

Full Changelog: v1.1.0...v1.1.1

Excise v1.1.0

Choose a tag to compare

@findyourexit findyourexit released this 01 Sep 08:58

Changes

Changed

  • Deletion is no longer locked until the initial scan completes. Entries that have been fully examined are now deletable while scanning continues. Previously, pressing Backspace during a scan showed a blocking warning; now it proceeds immediately when the selected entry is complete and is refused with a clear error when it is not.

  • Enter is now the primary confirmation key for file deletions and for directory deletions under --disable-delete-confirmation. Previously these required typing y. Both keys work; Enter is now displayed first in the confirm dialog.

  • Pressing Enter during the identity plan build phase pre-arms confirmation for single-key challenges. When the plan completes, deletion begins immediately without a separate confirm step. This reduces the file deletion flow to BackspaceEnter, matching the speed users expect from interactive storage navigators.

  • Updated the warning shown when deletion is attempted during a rescan. The message previously implied the initial scan was also a barrier; it now correctly states that deletion is locked only during rescanning.

Excise v1.0.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:28

What's Changed

Full Changelog: v1.0.1...v1.0.2

Excise v1.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 07:38

What's Changed

Full Changelog: v1.0.0...v1.0.1

Excise v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 21:43

What's Changed

Full Changelog: v0.3.0...v1.0.0