Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

63 lines (40 loc) · 1.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

Removed

[0.1.3] - 2024-10-09

Added

  • Added support for RSA-encrypted nodes (like the ones received through public upload links).

[0.1.2] - 2024-03-24

Added

  • Added --no-check-certificate global command-line option

[0.1.1] - 2024-03-12

Added

  • Added compare subcommand
  • Added --origin global command-line option
  • Added --max-retries global command-line option
  • Added --min-retry-delay global command-line option
  • Added --max-retry-delay global command-line option
  • Added --timeout global command-line option
  • Added --https global command-line option
  • Added -H shorthand for --show-handles in list and tree subcommands
  • Added --all option for get subcommand
  • get subcommand now uses checksums to avoid uselessely re-downloading files

Changed

  • get subcommand now chooses default output paths more sensibly

Fixed

  • Download errors in get subcommand are no longer silent

[0.1.0] - 2023-06-17

Added

  • Initial release