Skip to content

Commit

Permalink
chore: added CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirevo committed Mar 12, 2024
1 parent 6819501 commit c0bdd73
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Changelog
=========

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Unreleased]
------------

### 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

### Removed

[0.1.0] - 2023-02-26
--------------------

### Added

- Initial release.

0 comments on commit c0bdd73

Please sign in to comment.