Skip to content

Latest commit

 

History

History
97 lines (52 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

97 lines (52 loc) · 2.91 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

0.6.0

  • license changed to AGPL 3.0. PR #177.

0.5.4

  • remove assert. PR #175.

0.5.3

  • fix progress for get. PR #173.

0.5.2

  • fix progress for add. PR #172.

0.5.1

  • Minor changes in documentation.

0.5.0

  • blockset get can extract multiple files to a directory. PR #169,
  • blockset get can create directories recursively. PR #168,
  • blockset add works with directories. PR #165.

0.4.2

0.4.1

  • Estimated time left. PR #151.

0.4.0

  • Replace the blockset address command to blockset hash. PR #147.

0.3.7

  • Better info estimate. Issue #138.
  • Internal: replace Result<T, String> to io::Result<T>. Issue #70.

0.3.6

  • Option --to-posix-eol for converting Windows line endings to POSIX line endings. Issue #133.

0.3.5

  • Two packages blockset and blockset-cli. PR #121.

0.3.3

  • Another bug fix in info (division by zero). PR #108.

0.3.2

  • An improved info progress message. PR #104.
  • Fix for the "Not a directory" info bug. PR #106.

0.3.1

  • info command. PR #99.

0.3.0

  • Breaking change in the repository directory structure. Issue: #78.

0.2.4

  • Fix a progress message. PR #85.

0.2.3

  • Show how much new data is stored. Issue #79.

0.2.2

  • Show progress in MB. Issue #73.
  • Show progress during get. Issue #49.

0.2.1

  • Show progress during add. Issue #49.

0.2.0

The first working version.