Skip to content

Commit

Permalink
changelog: add pull requests #55 and #56
Browse files Browse the repository at this point in the history
* Add exclude command line option. Excludes files based on a glob string (#56)
* Automatically calculate piece length (#55)
  • Loading branch information
pobrn authored Jan 30, 2021
1 parent c601b09 commit 4c27913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
### Added
- `-e`/`--exclude` option to exclude files/directories based on `glob(7)` patterns. ([#56](https://github.com/pobrn/mktorrent/pull/56))
- Automatic piece length calculation. ([#55](https://github.com/pobrn/mktorrent/pull/55))
- `CHANGELOG.md`

## [1.1] - 2017-01-11
Expand Down

0 comments on commit 4c27913

Please sign in to comment.