Skip to content

Latest commit

 

History

History
92 lines (53 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

92 lines (53 loc) · 4.17 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.1 (2021-07-06)

Bug Fixes

Improvements

  • remove second init basics call (45a0c16)
  • use readonly for init basics (161a13e)

1.5.0 (2021-06-28)

Features

  • choose progress meter configuration (e3d5a37)
  • configuration helper commands (32075b0)

Bug Fixes

  • force naked file names to omit path (0824731)
  • quotes in command line arguments (d933c2e)
  • reset init arrays (2c70992)

Improvements

1.4.3 (2021-05-30)

Bug Fixes

  • race condition in cmd_snap() (33cde61)
  • remove duplicates in cmd_test() (37bb051)

1.4.2 (2021-05-29)

1.4.1 (2021-05-29)

Bug Fixes

  • bug in find() with --no-header (62bb2e9)

Improvements

  • configurable suffixes for file search (54f26b8)
  • FIXME and others in cmd_test() (9a2ae38)
  • sudo-as-root prevention code (f2d1bd0)

1.4.0 (2021-05-27)

  • Begin to use semantic versioning starting with this release
  • Enhanced config file specification and multiple-location search
  • Minor updates and improvements

1.3 (2021-05-25)

  • Bugfixes
  • Minor improvements

1.2 (2021-05-24)

  • Bugfixes
  • Improve output
  • Confirmation / autoconfirmation for snapshot removal

1.1 (2021-05-22)

  • Bugfixes
  • Improvements with sudo interaction and user permissions
  • The destination holding the snapshots is now by default omitted from new snapshots. To revert to the previous behaviour you can use a filter with the List Reset pattern as the first rule in the ruleset.

1.0 (2020-06-07)

  • Multiple config support, with global defaults and per config overrides
  • Regex operations: find and remove snapshots quickly
  • Pluggable rotation handlers
  • Integrated retention policy tester/simulator
  • Online help
  • Quiet mode