|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +[v0.1.14](https://github.com/casey/intermodal/releases/tag/v0.1.14) - 2024-09-03 |
| 5 | +-------------------------------------------------------------------------------- |
| 6 | + |
| 7 | +### Added |
| 8 | +- Add command to dump bencode ([#530](https://github.com/casey/filepack/pull/530) by [casey](https://github.com/casey)) |
| 9 | + |
| 10 | +### Misc |
| 11 | +- Build releases for more targets ([#540](https://github.com/casey/filepack/pull/540) by [casey](https://github.com/casey)) |
| 12 | +- Add dockerfile ([#533](https://github.com/casey/filepack/pull/533) by [rare-magma](https://github.com/rare-magma)) |
| 13 | +- Fix warnings ([#537](https://github.com/casey/filepack/pull/537) by [casey](https://github.com/casey)) |
| 14 | +- Typo: infromation → information ([#532](https://github.com/casey/filepack/pull/532) by [casey](https://github.com/casey)) |
| 15 | +- Fix `imdl torrent dump` dictionary formatting ([#531](https://github.com/casey/filepack/pull/531) by [casey](https://github.com/casey)) |
| 16 | +- Fix piece selection algorithm in docs ([#524](https://github.com/casey/filepack/pull/524) by [schnerring](https://github.com/schnerring)) |
| 17 | +- Un-align metainfo utilities table ([#529](https://github.com/casey/filepack/pull/529) by [casey](https://github.com/casey)) |
| 18 | +- Install correct toolchain on CI ([#520](https://github.com/casey/filepack/pull/520) by [casey](https://github.com/casey)) |
| 19 | +- Don't auto-generate changelog ([#523](https://github.com/casey/filepack/pull/523) by [casey](https://github.com/casey)) |
4 | 20 |
|
5 | 21 | [v0.1.13](https://github.com/casey/intermodal/releases/tag/v0.1.13) - 2023-08-20 |
6 | 22 | -------------------------------------------------------------------------------- |
7 | | -- :bookmark: [`800d082ac9e3`](https://github.com/casey/intermodal/commit/800d082ac9e3699d15425f36b6d2680744eff2c6) Release v0.1.13 (#518) - _[atomgardner ](mailto:[email protected])_ |
8 | | -- :sparkles: [`a88f0eed688a`](https://github.com/casey/intermodal/commit/a88f0eed688a8b7fc5b599ea6bcc7beef5bc9c8c) Add a `torrent from-link` subcommand (#511) - _[atomgardner ](mailto:[email protected])_ |
9 | | -- :sparkles: [`50d5a9352dd0`](https://github.com/casey/intermodal/commit/50d5a9352dd03ce329a9e7a238fc15321e6c8bdb) Add a `torrent announce` subcommand (#510) - _[atomgardner ](mailto:[email protected])_ |
10 | | -- :bug: [`660c63101cd0`](https://github.com/casey/intermodal/commit/660c63101cd0857931c9434b101379b058255801) Update dependency (openssl-sys) (#514) - _[atomgardner ](mailto:[email protected])_ |
11 | | -- :package: [`9b434039e1af`](https://github.com/casey/intermodal/commit/9b434039e1af378b137cc7c3632a358892fb1c00) Fix install script (#509) - _[Casey Rodarmor ](mailto:[email protected])_ |
| 23 | +- :bookmark: [`800d082ac9e3`](https://github.com/casey/intermodal/commit/800d082ac9e3699d15425f36b6d2680744eff2c6) Release v0.1.13 - _[atomgardner ](mailto:[email protected])_ |
| 24 | +- :sparkles: [`a88f0eed688a`](https://github.com/casey/intermodal/commit/a88f0eed688a8b7fc5b599ea6bcc7beef5bc9c8c) Add a `torrent from-link` subcommand - _[atomgardner ](mailto:[email protected])_ |
| 25 | +- :sparkles: [`50d5a9352dd0`](https://github.com/casey/intermodal/commit/50d5a9352dd03ce329a9e7a238fc15321e6c8bdb) Add a `torrent announce` subcommand - _[atomgardner ](mailto:[email protected])_ |
| 26 | +- :bug: [`660c63101cd0`](https://github.com/casey/intermodal/commit/660c63101cd0857931c9434b101379b058255801) Update dependency (openssl-sys) - _[atomgardner ](mailto:[email protected])_ |
| 27 | +- :package: [`9b434039e1af`](https://github.com/casey/intermodal/commit/9b434039e1af378b137cc7c3632a358892fb1c00) Fix install script - _[Casey Rodarmor ](mailto:[email protected])_ |
12 | 28 | - :bug: [`984543fcb9ad`](https://github.com/casey/intermodal/commit/984543fcb9ad9a461e041e7a2667436fe4440dca) Don't export rustflags - _[Casey Rodarmor ](mailto:[email protected])_ |
13 | 29 | - :bug: [`6c4805890b49`](https://github.com/casey/intermodal/commit/6c4805890b49b524974d00b29bcf27fe4498b5e6) Pass rustflags consistently - _[Casey Rodarmor ](mailto:[email protected])_ |
14 | 30 | - :sparkles: [`b82ccf1882a4`](https://github.com/casey/intermodal/commit/b82ccf1882a470972e6842ed02436867727ac758) Add `--base-directory` to `imdl torrent verify` - _[Casey Rodarmor ](mailto:[email protected])_ |
|
0 commit comments