Skip to content

Releases: ismaelgv/rnr

Release v0.4.2

26 Feb 21:44
Compare
Choose a tag to compare

Fixed

  • Upgrade dependencies to fix some possible security issues.

Release v0.4.1

12 Jun 18:21
Compare
Choose a tag to compare

Fixed

  • Upgrade dependencies to fix some possible security issues.

Release v0.4.0

06 Dec 19:59
Compare
Choose a tag to compare

Added

  • New to-ascii command to translate UTF-8 file names to ASCII
    representation.

Changed

  • Refactor interal app and config modules to ease the addition of
    new commands.
  • Update dependencies.

Fixed

  • Remove additional prefix on path printing.
  • Clippy lints and potential perfomance pitfalls.

Release v0.3.1

06 Nov 19:56
Compare
Choose a tag to compare

v0.3.1 (2021-11-06)

Changed

  • Update references from ChuckDaniels87/rnr to ismaelgv/rnr.
  • Migrate full CI to GitHub Actions.

Release v0.3.0

21 Nov 20:22
Compare
Choose a tag to compare

Added

  • Support for case-insensitive case-preserving file systems for macOS and
    Windows.
  • Check if the file is actually the same in case of rename conflict.

Changed

  • Include symlinks in existing file checks.
  • Include symlinks when generating a unique file name.

Release v0.2.4

01 Aug 11:34
Compare
Choose a tag to compare

Added

  • Add diff to operation output.
  • Add replace limit option.

Changed

  • Internal refactor of printer.

Release v0.2.3

18 Jul 13:55
Compare
Choose a tag to compare

Changed

  • Update README with examples.
  • Refactor several parts.
  • Update dependencies

v0.2.2

13 Oct 21:40
Compare
Choose a tag to compare

Added

  • Dump operations into a file. This functionality can be activated and
    deactivated from command-line. It is activated in force mode by default.
  • New subcommand to read operations from a dump file. This subcommand overrides
    requirements from default behavior.
  • New undo operation based on the content of the dump file.
  • New dependencies: chrono, serde, serde_derive and serde_json.

v0.2.1

22 Aug 22:39
Compare
Choose a tag to compare

Added

  • More info displayed on error messages.
  • Symlink test.

Fixed

  • Notable execution speed regression when recursive mode changes were
    introduced.

Changed

  • Heavy rewrite of solver. Now, the execution speed when directories are
    included is several order of magnitude faster. This is more noticeable when a
    large number of directories are processed.

v0.2.0

09 Aug 22:46
Compare
Choose a tag to compare

Added

  • Recursive mode accept more than one input path.
  • New dependency: path_abs

Changed

  • Recursive mode now takes the last positional arguments instead of the next
    one.