Don't commit changelog

It's pretty annoying to have to ammend commits with the contents of the
changelog, so top committing it.

type: development
This commit is contained in:
Casey Rodarmor 2020-04-28 22:58:48 -07:00
parent f1514dd301
commit e396b7f071
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
3 changed files with 4 additions and 268 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
**/*.rs.bk
/CHANGELOG.md
/book/book
/book/src/SUMMARY.md
/book/src/bittorrent.md

View File

@ -1,268 +0,0 @@
Changelog
=========
UNRELEASED - 2020-04-28
-----------------------
- :sparkles: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Add support for BEP 39. - Fixes [#98](https://github.com/casey/intermodal/issues/98) - _Annie Cherkaev <annie.cherk@gmail.com>_
- :books: [`d077da405e1f`](https://github.com/casey/intermodal/commit/d077da405e1f50e4b1f2dc78cf821105640c9110) Improve documentation - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`f8711a79a3d9`](https://github.com/casey/intermodal/commit/f8711a79a3d92da5b30fd3e8b7bba7a5e2d73766) Improve the done and merge recipes - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`97ee5684f8e0`](https://github.com/casey/intermodal/commit/97ee5684f8e0f8de7dbdb4f930018c8df0f012b1) Don't invalid build cache when `Cargo.lock` changes - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`c75ec39b14bb`](https://github.com/casey/intermodal/commit/c75ec39b14bb4375a875d2d2c73718b44eb54e12) Remove watch dropdown image from readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`8fbe39726fe6`](https://github.com/casey/intermodal/commit/8fbe39726fe6c5bdc342dbd0764f8052ddd03597) Add notes for packagers to readme - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`43788cac9a0c`](https://github.com/casey/intermodal/commit/43788cac9a0cb957605fbd16299d04d36a7e0411) Fix `bin/package` - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.7](https://github.com/casey/intermodal/releases/tag/v0.1.7) - 2020-04-22
------------------------------------------------------------------------------
- :bookmark: [`f217ac659a14`](https://github.com/casey/intermodal/commit/f217ac659a145f4385b68f20a86b610a02f679f5) Release v0.1.7 - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`25ac072985f8`](https://github.com/casey/intermodal/commit/25ac072985f8799474298e6922043746888c0c06) Allow positional input to `imdl torrent show` - Fixes [#375](https://github.com/casey/intermodal/issues/375) - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`cecd2f66a5d6`](https://github.com/casey/intermodal/commit/cecd2f66a5d6a6b44f27f8ca499e359d82d29ab7) Fix help strings - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`ebec2d591a7a`](https://github.com/casey/intermodal/commit/ebec2d591a7a0e2a2c4cd55217db4ba46b5dd9ed) Allow positional shell to `imdl completions` - Fixes [#375](https://github.com/casey/intermodal/issues/375) - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`134c241ae7f8`](https://github.com/casey/intermodal/commit/134c241ae7f8e374d8a9266e7eb0c4a9c3844c30) Use `lexiclean` crate for lexical path cleaning - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`323434d0aa21`](https://github.com/casey/intermodal/commit/323434d0aa21ebfda5be85ecd4a38a55ed3fec0a) Allow positional input to `imdl torrent verify` - Fixes [#375](https://github.com/casey/intermodal/issues/375) - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`5ba885dbc4f2`](https://github.com/casey/intermodal/commit/5ba885dbc4f24781d6a3240ddfc0c03177b12f1e) Take input to `imdl torrent create` as positional - Fixes [#375](https://github.com/casey/intermodal/issues/375) - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`c22df5a08326`](https://github.com/casey/intermodal/commit/c22df5a083265b03abd5531b1f5b2aad60aa68cd) Don't commit man pages - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`4d67d3a10d17`](https://github.com/casey/intermodal/commit/4d67d3a10d17db3c63af092a936eb5994ee107b1) Don't commit the book - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`28114c3d64dd`](https://github.com/casey/intermodal/commit/28114c3d64dde5e0275c936b0019eaf4760ba559) Don't commit shell completion scripts - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`4f4464e3a2a7`](https://github.com/casey/intermodal/commit/4f4464e3a2a7f4aaffea8dbe38dd110ad9be4393) Get `st_flags` from `MetadataExt` on MacOS - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`deca555ac3b3`](https://github.com/casey/intermodal/commit/deca555ac3b3b8f665ee6415f80e05b2bb5e4af7) Allow suppressing output with `--quiet` - Fixes [#174](https://github.com/casey/intermodal/issues/174) - _Celeo <celeodor@gmail.com>_
- :books: [`838167c4d3bc`](https://github.com/casey/intermodal/commit/838167c4d3bcbe2fa28f27a00bd94b959ad31e15) Describe in FAQ creating torrent from git repo - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`9b72873ed13e`](https://github.com/casey/intermodal/commit/9b72873ed13e8f0ae747714545c48c6e37c67dd0) Optionally respect `.gitignore` in `imdl torrent create` - Fixes [#378](https://github.com/casey/intermodal/issues/378) - _Celeo <celeodor@gmail.com>_
- :books: [`9f480624616b`](https://github.com/casey/intermodal/commit/9f480624616b77995befec722effda22cc2d06ad) Improve FAQ template - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`1380290eb8e2`](https://github.com/casey/intermodal/commit/1380290eb8e222605f368bc8346a1e63c83d9af7) Make `publish-check` recipe stricter - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.6](https://github.com/casey/intermodal/releases/tag/v0.1.6) - 2020-04-20
------------------------------------------------------------------------------
- :bookmark: [`85246d816c93`](https://github.com/casey/intermodal/commit/85246d816c93bef9973d6ab2c0e5aac07ba8c88d) Release v0.1.6 - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`1cb11786724a`](https://github.com/casey/intermodal/commit/1cb11786724acef844b41e7ab3b339841f5d920e) Create FAQ - Fixes [#397](https://github.com/casey/intermodal/issues/397) - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`65597c98510b`](https://github.com/casey/intermodal/commit/65597c98510b0536247c58a4cead559d3b3817be) Add `--terminal` override terminal autodetection - Fixes [#398](https://github.com/casey/intermodal/issues/398) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`70dbe93c6ab0`](https://github.com/casey/intermodal/commit/70dbe93c6ab01408dfc42e1b75664de13de16a51) Note install script only works on Linux and MacOS - Fixes [#371](https://github.com/casey/intermodal/issues/371) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`b67a2f1885c9`](https://github.com/casey/intermodal/commit/b67a2f1885c9445c08411457809f8893ebfa2045) Fix 404.css link - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`87687f4decbb`](https://github.com/casey/intermodal/commit/87687f4decbbd216b32ea3c9001122c56d5a93fc) Add custom 404 page to site - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`09b0ee316c03`](https://github.com/casey/intermodal/commit/09b0ee316c034848c3b50966e7b5e3ed720aef2b) Document piece length selection algorithm ([#392](https://github.com/casey/intermodal/pull/392)) - Fixes [#367](https://github.com/casey/intermodal/issues/367) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`3ed449ce9325`](https://github.com/casey/intermodal/commit/3ed449ce932509ac88bd4837d74c9cbbb0729da9) Generate reference sections with `bin/gen` - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`a6bf75279181`](https://github.com/casey/intermodal/commit/a6bf7527918178821e080db10e65b057f427200d) Use `invariant` instead of `unwrap` and `expect` - Fixes [#167](https://github.com/casey/intermodal/issues/167) - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`faf46c0f0e6f`](https://github.com/casey/intermodal/commit/faf46c0f0e6fd4e4f8b504d414a3bf02d7d68e4a) Test that globs match torrent contents - Fixes [#377](https://github.com/casey/intermodal/issues/377) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`0a754d0bcfcf`](https://github.com/casey/intermodal/commit/0a754d0bcfcfd65127d7b6e78d41852df78d3ea2) Add manual Arch install link - Fixes [#373](https://github.com/casey/intermodal/issues/373) - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`0a870ed2ee2c`](https://github.com/casey/intermodal/commit/0a870ed2ee2cca79fddb9940fb879354468deb4d) Get current time early when creating torrents - Fixes [#207](https://github.com/casey/intermodal/issues/207) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`9098d3684032`](https://github.com/casey/intermodal/commit/9098d368403232a07684cae8c0b9b1f1383dd2ce) Readme improvements - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`04338e3501af`](https://github.com/casey/intermodal/commit/04338e3501afd155af47d0c4bda2c680d2a7a519) Merge documentation and changelog generation - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`1f8023d13a39`](https://github.com/casey/intermodal/commit/1f8023d13a399e381176c20bbb6a71763b7c352a) Fix directory link in README - _Matt Boulanger <Celeo@users.noreply.github.com>_
- :sparkles: [`cb8b5a691945`](https://github.com/casey/intermodal/commit/cb8b5a691945b8108676f95d2888774263be8cc8) Partially implement BEP 53 - Fixes [#245](https://github.com/casey/intermodal/issues/245) - _strickinato <aaronstrick@gmail.com>_
- :books: [`6185d6c8a27c`](https://github.com/casey/intermodal/commit/6185d6c8a27c0d603f0434e98000c8e4a868dcc8) Add table of packages to readme ([#372](https://github.com/casey/intermodal/pull/372)) - Fixes [#369](https://github.com/casey/intermodal/issues/369) - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`ddf097c83690`](https://github.com/casey/intermodal/commit/ddf097c8369002748992165f81e9a1bdbe6eff98) Fix `publish` recipe ([#368](https://github.com/casey/intermodal/pull/368)) - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.5](https://github.com/casey/intermodal/releases/tag/v0.1.5) - 2020-04-11
------------------------------------------------------------------------------
- :bookmark: [`707fdea21d61`](https://github.com/casey/intermodal/commit/707fdea21d61b776640950fc84228a2271da02e5) Release v0.1.5 ([#366](https://github.com/casey/intermodal/pull/366)) - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`727d5c102840`](https://github.com/casey/intermodal/commit/727d5c102840de552822afb82de7475a5183d1f5) Fix Z Shell completions ([#365](https://github.com/casey/intermodal/pull/365)) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`f05807290b31`](https://github.com/casey/intermodal/commit/f05807290b314cd68e8679a9aba92e5cd3c5403d) Render command help text in book to avoid wrapping ([#364](https://github.com/casey/intermodal/pull/364)) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`ed34ff48a740`](https://github.com/casey/intermodal/commit/ed34ff48a7406adb8b4cdb523b5dc1bf9435e1bc) Add `fuchsi/maketorrent` to prior art table ([#362](https://github.com/casey/intermodal/pull/362)) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`a3f46187229f`](https://github.com/casey/intermodal/commit/a3f46187229f499e7a13ec5ce656408ba95d1dcc) Rename distributing large datasets ([#361](https://github.com/casey/intermodal/pull/361)) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`1c9ff0cde491`](https://github.com/casey/intermodal/commit/1c9ff0cde4910f369e75930257ce92a8cf4c6cd5) Add suggestions for distributing large datasets to book ([#360](https://github.com/casey/intermodal/pull/360)) - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`ff6f6d4c3de1`](https://github.com/casey/intermodal/commit/ff6f6d4c3de1a14c6b2ebef270c0ec542300f0de) Test that `--glob`s match entire file paths ([#357](https://github.com/casey/intermodal/pull/357)) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`b914c175949f`](https://github.com/casey/intermodal/commit/b914c175949fa6063b6fb0428f4ebd66a51fdda3) Add buildtorretn to prior art section of book ([#355](https://github.com/casey/intermodal/pull/355)) - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.4](https://github.com/casey/intermodal/releases/tag/v0.1.4) - 2020-04-10
------------------------------------------------------------------------------
- :bookmark: [`f070c62b12f5`](https://github.com/casey/intermodal/commit/f070c62b12f55909c62d461095605f096715b475) Release v0.1.4 ([#354](https://github.com/casey/intermodal/pull/354)) - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`4dfe537fa515`](https://github.com/casey/intermodal/commit/4dfe537fa515186a6fc65485c6bea16ccd611231) Prevent progress bar from overflowing ([#353](https://github.com/casey/intermodal/pull/353)) - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`a67eb72848c9`](https://github.com/casey/intermodal/commit/a67eb72848c9f30513fde2849e1f07a332931e6c) Improve install.sh and documentation ([#352](https://github.com/casey/intermodal/pull/352)) - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`e54bdeb95d93`](https://github.com/casey/intermodal/commit/e54bdeb95d932bd5f81870f34999de37b615a69d) Remove use of unreachable in favor of internal errors ([#351](https://github.com/casey/intermodal/pull/351)) - Fixes [#188](https://github.com/casey/intermodal/issues/188) - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`52b78b90f675`](https://github.com/casey/intermodal/commit/52b78b90f6751a72a64074619fbf19df2988ac14) Improve badges ([#350](https://github.com/casey/intermodal/pull/350)) - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.3](https://github.com/casey/intermodal/releases/tag/v0.1.3) - 2020-04-10
------------------------------------------------------------------------------
- :bookmark: [`8e6a2b0034de`](https://github.com/casey/intermodal/commit/8e6a2b0034debaf60a13f1cea3fa75d92f5d9b50) Release v0.1.3 - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`268c62b66d46`](https://github.com/casey/intermodal/commit/268c62b66d46e033786612ce1e85c3c8ee21933a) Add `bin/man` command for generating man pages - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`14fff1d888a3`](https://github.com/casey/intermodal/commit/14fff1d888a3d4aebd88059feacde5c665019f30) Make smaller demo for readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`4f8b6a212e80`](https://github.com/casey/intermodal/commit/4f8b6a212e8099ebfcf14600ce92863583758231) Improve demo GIF - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.2](https://github.com/casey/intermodal/releases/tag/v0.1.2) - 2020-04-08
------------------------------------------------------------------------------
- :bookmark: [`685883f02698`](https://github.com/casey/intermodal/commit/685883f02698733e5c8270d52ddf53837b146b0d) Release v0.1.2 - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`03a993516481`](https://github.com/casey/intermodal/commit/03a99351648173aa12def1a8f9b9d9ddfe45bbc9) Skip fixup commits in changelog - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`a395052f7c22`](https://github.com/casey/intermodal/commit/a395052f7c226a934cf1b0d75294b1a3146cbeae) Deduplicate progress style string - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`db2a2ac4f556`](https://github.com/casey/intermodal/commit/db2a2ac4f556e7a1a450f9a18d212f082d18fb9d) Refactor demo recipe in justfile into multiple recipes - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`92748f9fd4e6`](https://github.com/casey/intermodal/commit/92748f9fd4e6e65c25e82f2a6e41a0b9b82cf4dd) Make changelog generator strict ([#341](https://github.com/casey/intermodal/pull/341)) - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`c33446b48135`](https://github.com/casey/intermodal/commit/c33446b481351009fc16335cbcd66ff2c2b7985e) Generate changelog from git history ([#337](https://github.com/casey/intermodal/pull/337)) - Fixes [#336](https://github.com/casey/intermodal/issues/336) - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`6edab1fa3fa8`](https://github.com/casey/intermodal/commit/6edab1fa3fa8461ac4ca02466a04b0f14e42dfc0) Use `TestEnv::assert_ok` everywhere - Fixes [#330](https://github.com/casey/intermodal/issues/330) - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`8e3f5516aff8`](https://github.com/casey/intermodal/commit/8e3f5516aff8c89289203a2bc1b46505410c5f1f) Use attractive paths in user-facing messages - Fixes [#252](https://github.com/casey/intermodal/issues/252), [#332](https://github.com/casey/intermodal/issues/332) - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`1cfc0214536c`](https://github.com/casey/intermodal/commit/1cfc0214536c607fff7c29d9e878cbcd7f3a9ffc) Forbid empty input, output, and path targets - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`c23b0635ee25`](https://github.com/casey/intermodal/commit/c23b0635ee25b9d081ec1d5848ee166b1ea225d8) Add ability to create single-file torrents from stdin - _Eric Siegel <siegel.eric@gmail.com>_
- :wrench: [`796024bec9a0`](https://github.com/casey/intermodal/commit/796024bec9a0e94e9de2b1f876c99b151e107ead) Split automerge functionality into `merge` recipe - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`4aa8f47da5d8`](https://github.com/casey/intermodal/commit/4aa8f47da5d8c4d997db71b3df3c93567a03e09d) Add "Metadata/Prior Art" section to book - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`4c90bc41c3a2`](https://github.com/casey/intermodal/commit/4c90bc41c3a2ab9d8854759dd74beb048b4dfe8d) Rewrite `pr` recipe to merge when CI passes - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`b16da8da5a85`](https://github.com/casey/intermodal/commit/b16da8da5a8589433bd2a70d575cfa5c7cf6c1a1) Rewrite `done` recipe for new merge workflow - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`9d43fa427597`](https://github.com/casey/intermodal/commit/9d43fa42759731f2e35994b8987a634797e16ee2) Fix link to rodarmor's PGP key in readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`543524b96de4`](https://github.com/casey/intermodal/commit/543524b96de47704a701f04d2be47448231a72f3) Mention signature policy in readme - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`f17527e58ee6`](https://github.com/casey/intermodal/commit/f17527e58ee6f3718576929e2a9abbeca1b984ab) Use single-quoted strings in justfile - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`25153990817f`](https://github.com/casey/intermodal/commit/25153990817f93a65147125c659703164323ca39) Cache build artifacts - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`83ee172b72cf`](https://github.com/casey/intermodal/commit/83ee172b72cf21c6c9e692888e0304ff88cf42e0) Create section for bittorrent book chapters - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`2ba24bb98528`](https://github.com/casey/intermodal/commit/2ba24bb98528e86be722a09950016908987fccfa) Add description of UDP tracker protocol to book - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`57e482f4b32b`](https://github.com/casey/intermodal/commit/57e482f4b32bba52e701d8631272db83f2c23f2c) Record demo for readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`a5e127318747`](https://github.com/casey/intermodal/commit/a5e1273187472f5762b11339d46cebffcf211168) Update man page with new version number - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.1](https://github.com/casey/intermodal/releases/tag/v0.1.1) - 2020-04-08
------------------------------------------------------------------------------
- :bookmark: [`93c23d29f24b`](https://github.com/casey/intermodal/commit/93c23d29f24be5750744b1a65d93f96d86e73862) Release v0.1.1 - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`3131b0d56c7f`](https://github.com/casey/intermodal/commit/3131b0d56c7f472916d3a5e34402f94adddbf4d0) Generate man page with from `--help` with `help2man` - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`8c30205b0263`](https://github.com/casey/intermodal/commit/8c30205b02634c713f734f016b3ea8ca2f4b9555) Add shell completion scripts - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`e69c65a38b6a`](https://github.com/casey/intermodal/commit/e69c65a38b6a6b8683123976731cebb98125946a) Remove errant torrent file - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.0](https://github.com/casey/intermodal/releases/tag/v0.1.0) - 2020-04-08
------------------------------------------------------------------------------
- :bookmark: [`328a3adeafe3`](https://github.com/casey/intermodal/commit/328a3adeafe385fb281a580cf585ee9a6ebbeaf3) Release v0.1.0 - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`97018031c1ab`](https://github.com/casey/intermodal/commit/97018031c1abaaf12c1cdc8f645aa9417c1937c8) Introduce "sort specs" to allow fine-grained sorting of files in torrents - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`362a81d42fb9`](https://github.com/casey/intermodal/commit/362a81d42fb9e703f70330b007b701812a22aef5) Use `strum` crate to derive enum↔string conversions - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`6996d1a3eac8`](https://github.com/casey/intermodal/commit/6996d1a3eac88dc3ba1a2e73063d468867ac5b76) List supported OSs in readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`4f7eead16a9a`](https://github.com/casey/intermodal/commit/4f7eead16a9ac0b659930322cc43c752ec91d74b) Link to blog post in readme - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`1cd6c276fdf7`](https://github.com/casey/intermodal/commit/1cd6c276fdf795d916ba78d09c4d9e5e3ff992d0) Allow sorting files in torrents - _Eric <siegel.eric@gmail.com>_
- :wrench: [`687a863b45a5`](https://github.com/casey/intermodal/commit/687a863b45a53a01aff431b49b288b88420e92fb) Add `cargo install cargo-watch` to dev-deps recipe - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`4b6191773aab`](https://github.com/casey/intermodal/commit/4b6191773aabd445551820ed338c77d907d723c2) Fix condition in GHA workflow - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`b27ecf1c09d6`](https://github.com/casey/intermodal/commit/b27ecf1c09d686c81893ddead727dd15eec5b143) Only deploy site during linux run of CI build - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`b6cb3d389c98`](https://github.com/casey/intermodal/commit/b6cb3d389c987dd60d4234a8004a2d68d89a120f) Go back to sans-serif `I` in site logo - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`ef1acd58c105`](https://github.com/casey/intermodal/commit/ef1acd58c105b2c2e16cf394695f8699b28ec46f) Use serifed `I` for intermodal on site - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`4fc0f508e6a0`](https://github.com/casey/intermodal/commit/4fc0f508e6a0d6b781a770a4e4b5be146e951929) Add glow to `intermodal` letters on site - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`89e97144e958`](https://github.com/casey/intermodal/commit/89e97144e958dd7277dcda0185e08e52e22548e8) Improve readme intro - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`6d5f489f1934`](https://github.com/casey/intermodal/commit/6d5f489f19347c56edc9562855215e7a2ed413ae) Add links to site - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`6328118c0052`](https://github.com/casey/intermodal/commit/6328118c0052ffbc40a6f300cb2f18e315680558) Use `open` crate to open files and URLs - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`35d90adab4fd`](https://github.com/casey/intermodal/commit/35d90adab4fdc1e931e9a0a6c44cad36f8df2e6b) Rename `www/head` to `www/head.txt` - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`0469f7fecd29`](https://github.com/casey/intermodal/commit/0469f7fecd296c9e0ac2360a71c81ae7c3462f1e) Record current git revision in `www/head` - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`972a1ec6288c`](https://github.com/casey/intermodal/commit/972a1ec6288c94ca851eb0d83b509b3bc4d200b7) Merge Github Actions workflows - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`151d912156c7`](https://github.com/casey/intermodal/commit/151d912156c76dbda271a1c2b6e1a1861f32be04) Deny warnings in GitHub Actions main workflow build - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`e91b419af532`](https://github.com/casey/intermodal/commit/e91b419af5323c7b7d5ed3c0b9a180d91b74b502) Improve book - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`1e5c19d02b5d`](https://github.com/casey/intermodal/commit/1e5c19d02b5d770a3270f850420fbebc5a95dbf6) Add GitHub Actions workflow to build book and push to github pages - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`b96c27e9b123`](https://github.com/casey/intermodal/commit/b96c27e9b123f8182355e9f0451857d594871ce6) Fix build errors - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`4cbeca802ac2`](https://github.com/casey/intermodal/commit/4cbeca802ac207a13ce8099e3521d2cc15e878bd) Add additional documents to release archive - _Casey Rodarmor <casey@rodarmor.com>_
[v0.0.3](https://github.com/casey/intermodal/releases/tag/v0.0.3) - 2020-04-08
------------------------------------------------------------------------------
- :bookmark: [`5d4baa22eacb`](https://github.com/casey/intermodal/commit/5d4baa22eacb953941d9ad3ba937ea854f15015d) Release v0.0.3 - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`86aeec3ce90f`](https://github.com/casey/intermodal/commit/86aeec3ce90f9e62fde842cf3a2f71e8e972842d) Fix release process issues - _Casey Rodarmor <casey@rodarmor.com>_
[v0.0.2](https://github.com/casey/intermodal/releases/tag/v0.0.2) - 2020-04-08
------------------------------------------------------------------------------
- :bookmark: [`8b3954ff9965`](https://github.com/casey/intermodal/commit/8b3954ff996590fd8b30c6bbcd734ec94f07d644) Release v0.0.2 - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`498549b35c2f`](https://github.com/casey/intermodal/commit/498549b35c2fcc6cc7f10019cad15aaea2785dfb) Allow reading torrent metainfo from stdin - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`1c84172ad48a`](https://github.com/casey/intermodal/commit/1c84172ad48a7b9a8a59e91d28594026c520440c) Skip torrent file creation with `imdl torrent create --dry-run` - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`7e3a53ce52de`](https://github.com/casey/intermodal/commit/7e3a53ce52deaf51eeb755b86034a4f171380dc5) Make `just done` default to current branch - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`0d7c1c0c279e`](https://github.com/casey/intermodal/commit/0d7c1c0c279e0bca1e1f68a2ef653b5151b7516a) Print magnet link to stdout with `--link` - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`901fa150ff54`](https://github.com/casey/intermodal/commit/901fa150ff545c67e230f89ca6a66ae5867005c9) Indicate BEP 9 support in readme - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`d8055c6e6a6c`](https://github.com/casey/intermodal/commit/d8055c6e6a6ca84b87e504a5cf88e9c84c869191) Allow opening magnet links after creation - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`aeb9d8b31721`](https://github.com/casey/intermodal/commit/aeb9d8b31721ad5b4bfe042d3779be7d5007dd6c) Add name and peers to magnet links - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`57a358e4580f`](https://github.com/casey/intermodal/commit/57a358e4580f6e2c07e10bf095e7b14c6a50ea70) Allow creating magnet links with `imdl torrent link` - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`0b486cc6817c`](https://github.com/casey/intermodal/commit/0b486cc6817ccb4993e67cdb565dd24cca09d9f9) Update BEP list in readme with new issue links - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`3257614c4fff`](https://github.com/casey/intermodal/commit/3257614c4fff99470839ac503c544a3e0f6bb197) Print correct and incorrect MD5 checksums in color - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`1cac9ab9246f`](https://github.com/casey/intermodal/commit/1cac9ab9246faf66419c74e1085d08baa4ffc435) Use imdl-indicatif - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`0033e8381f59`](https://github.com/casey/intermodal/commit/0033e8381f597a349fa551d3f1a96bdfcb544bba) Test `imdl torrent verify` output - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`2ea5e0b3840d`](https://github.com/casey/intermodal/commit/2ea5e0b3840df8239ae31a4ad5715df292091d7b) Deny `clippy::too_many_arguments` - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`1532113782ec`](https://github.com/casey/intermodal/commit/1532113782ecb9fb5ca00d9fd0b0bb18c49acd5e) Print individual file torrent verification errors - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`f8e3fd594b50`](https://github.com/casey/intermodal/commit/f8e3fd594b505b42c7ff5c72aa67ff9987dc3934) Add explanation paragraph to readme - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`f1cc12858cee`](https://github.com/casey/intermodal/commit/f1cc12858cee387d27c63b6cec101a16af44b62f) Use bendy dep from crates.io instead of GitHub - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`1daa18ef9a7a`](https://github.com/casey/intermodal/commit/1daa18ef9a7abee47dd60ab7e098667e1f134d89) Add progress messages and bar to `imdl torrent verify` - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`5a0bd2dda75b`](https://github.com/casey/intermodal/commit/5a0bd2dda75b3d02765dd3db7cea0cca37fcb9d8) Add braille spinner char explanation and legend - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`2edf8a4fab1e`](https://github.com/casey/intermodal/commit/2edf8a4fab1e49b82c8c7473d33f6494401ea7af) Style `imdl torrent create` progress messages - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`8c0d9186079b`](https://github.com/casey/intermodal/commit/8c0d9186079b1ac57b7aedb0a1a83c2f037102d1) Use `concat!(...)` to format braille tick chars - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`c3879db06f82`](https://github.com/casey/intermodal/commit/c3879db06f82b7c59e027df918a01899672ef843) Remove `matches` macro - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`bb34936c2ffd`](https://github.com/casey/intermodal/commit/bb34936c2ffd5e4caaea92a91bc132ee117021ed) Only write spinner and progress bar when connected to terminal - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`2cfdad2597d6`](https://github.com/casey/intermodal/commit/2cfdad2597d6f2265c5e7da647138add7cd170be) Fail early if destination .torrent file exists - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`4371bb14023b`](https://github.com/casey/intermodal/commit/4371bb14023bb4f439ab9b10e6c4f9584d62d6f1) Improve spinner and progress bar - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`b25b389ae66b`](https://github.com/casey/intermodal/commit/b25b389ae66b38c00f013353a5a0ca97ee08d499) Rename `Target` to `OutputTarget` - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`0de2b1719e55`](https://github.com/casey/intermodal/commit/0de2b1719e5546fa8e23b3c0678fa13f6e658573) Only show torrent summary on create with `--show` - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`06947fd63e87`](https://github.com/casey/intermodal/commit/06947fd63e87e747d26efc3f85580eafb3a10cfa) Make table names more greppable - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`bdaec27cafd4`](https://github.com/casey/intermodal/commit/bdaec27cafd49d9d2cecbffdfdbe72a0544d5ffd) Add piece hashing progress bar - _RJ Rybarczyk <rj@rybar.tech>_
- :sparkles: [`c6cd78f56594`](https://github.com/casey/intermodal/commit/c6cd78f56594c2c101e678f03e84007cc4b352a6) Add progress messages to `imdl torrent create` - _RJ Rybarczyk <rj@rybar.tech>_
- :books: [`2415d88d9256`](https://github.com/casey/intermodal/commit/2415d88d92567ee2a863bb9db96ebdac80769c4e) Add empty book - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`21a87a46f330`](https://github.com/casey/intermodal/commit/21a87a46f3301bb5bc737adc321198b790ca4161) Improve `imdl torrent create` flags - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`3276f2d043d9`](https://github.com/casey/intermodal/commit/3276f2d043d93d4c478c3187cc2e179f781df049) Add short flags to `imdl torrent {show,verify}` - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`027b229df112`](https://github.com/casey/intermodal/commit/027b229df112380481d118d6f695796cd483a923) Test piece-hashing edge cases - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`2b19a6213456`](https://github.com/casey/intermodal/commit/2b19a6213456ac6e93bee389b32ee6991ac6e31b) Test creating torrents from `.` and `..` - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`fa6d4e6ad013`](https://github.com/casey/intermodal/commit/fa6d4e6ad0130740359e633b2e59435e366cc13e) Revise command line value names - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`cba238470d3c`](https://github.com/casey/intermodal/commit/cba238470d3c615d49284f4015875ff60361d83f) Remove `long_help` in favor of `help` - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`4fffa777b4af`](https://github.com/casey/intermodal/commit/4fffa777b4af5afee208cfffb7d6de5b4972aaf6) Refactor Opt into Arguments, Options, and Subcommand - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`eb8efaf52843`](https://github.com/casey/intermodal/commit/eb8efaf52843a41abc40d889c9e4147aa7de5a72) Fix hidden method unused arg warning - _RJ Rybarczyk <rj@rybar.tech>_
- :wrench: [`1c22623df48f`](https://github.com/casey/intermodal/commit/1c22623df48f039b2e3fd984371688e3226e6f1e) Trigger GitHub actions build on either push and PR to master - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`f2a5f137294e`](https://github.com/casey/intermodal/commit/f2a5f137294ef4ffc49efd4feb164d6349dbd2f7) Format with unstable rustfmt options - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`d71bdffda15b`](https://github.com/casey/intermodal/commit/d71bdffda15b2de30313e692661420698c026a36) Refactor tests and improve verification - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`2fb5bdb93344`](https://github.com/casey/intermodal/commit/2fb5bdb93344ba554ef1ecefb5706f380cc2bcee) Test that metainfo bencode representation is correct - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`fdb18bb8d807`](https://github.com/casey/intermodal/commit/fdb18bb8d8077c2b8c88bcd5a4e5a9118bd001a1) Update discord invite link - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`55f2fcc73874`](https://github.com/casey/intermodal/commit/55f2fcc738741f914ea799026b63831b28f2a57b) Add discord badge to readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`355f76b86d3a`](https://github.com/casey/intermodal/commit/355f76b86d3ad69cad7b09b2a92c1419922148ec) Update badges - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`b0962722c7db`](https://github.com/casey/intermodal/commit/b0962722c7dbcccc0779a2743486c0b1a9d1619c) Add Github Actions build badge to readme - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`1227628306f0`](https://github.com/casey/intermodal/commit/1227628306f046ef7154ad3a514b1746b41e59d9) Use list of SHA1 digests for piece list - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`9787344d9eee`](https://github.com/casey/intermodal/commit/9787344d9eeed0251e963be2d8e9d2777d023b55) Fix torrent verify about message - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`165a7ea444b0`](https://github.com/casey/intermodal/commit/165a7ea444b00376c17ac7275381311b5bf7dd23) Support adding DHT bootstrap nodes to created torrents - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`6549850dac2e`](https://github.com/casey/intermodal/commit/6549850dac2eb57f7ea2e67a1a4b50bd4a35b1d4) Add initial implementation of `imdl torrent verify` - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`b0f449b6aedb`](https://github.com/casey/intermodal/commit/b0f449b6aedb78f185f8c7ecb451391b40de11e3) Drop `serde_bencode` in favor of `bendy` - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`9b696f78a7df`](https://github.com/casey/intermodal/commit/9b696f78a7dfb19fde1d6eb5d2805af450e0d335) Don't display tier labels if tiers only contain a single entry - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`f7e9e80f972d`](https://github.com/casey/intermodal/commit/f7e9e80f972deae401ab40e7afdf6ddd107b4d4c) Show files in single-file mode - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`43d87c06b6b5`](https://github.com/casey/intermodal/commit/43d87c06b6b5a3b1c6b21f088a56da1892279700) Display torrent file tree - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`a574368ffca6`](https://github.com/casey/intermodal/commit/a574368ffca6738393950bfe2412a26d66a41d17) Allow including and excluding files from torrent with globs - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`9158c230dfd0`](https://github.com/casey/intermodal/commit/9158c230dfd0a7ec90847b05399137012501a613) Skip hidden files, symlinks, and junk in created torrents - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`3739a92857fc`](https://github.com/casey/intermodal/commit/3739a92857fcc402c5063361ff1637fd7fb0b87e) Support creating multi-file torrents - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`551617de4f09`](https://github.com/casey/intermodal/commit/551617de4f09370e34a279884a1b38f5fb7f702c) Don't overwrite destination torrent without `--force` - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`df3326510c4b`](https://github.com/casey/intermodal/commit/df3326510c4bd924a7c4cba5520ba156a533924e) Write torrent to stdout if `-` is passed to `--output` - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`5a1de1acd219`](https://github.com/casey/intermodal/commit/5a1de1acd219bc5e83c678fccaf862aee40713be) Select piece length when none is provided - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`35a0e8f9b73f`](https://github.com/casey/intermodal/commit/35a0e8f9b73f2271a372e46b5cc72db952e02ae0) Improve torrent display formatting - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`5c5dac1fe532`](https://github.com/casey/intermodal/commit/5c5dac1fe53247ea5893953e503aa074d19e9a38) Add source to generated torrent with `--source` - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`b9ca02fbaabc`](https://github.com/casey/intermodal/commit/b9ca02fbaabcfb601fc91ee8762ddea2f41dff9e) Show information about torrents after creation - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`3971854eaa44`](https://github.com/casey/intermodal/commit/3971854eaa44eda7ebc20dbfe8e6c6659b9bad98) Check for outdated dependencies before publishing - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`99a069a02184`](https://github.com/casey/intermodal/commit/99a069a02184c451eb81a632bae1cbda2f6195ea) Add `imdl torrent show` - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`6df45e024463`](https://github.com/casey/intermodal/commit/6df45e024463e0d10cd391e8758f797692a6f762) Restrict piece length - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`85f02d9f2992`](https://github.com/casey/intermodal/commit/85f02d9f2992f64208d35f4d2776c27e33861b89) Add pyrocore to prior art section of readme - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`635692fdfac1`](https://github.com/casey/intermodal/commit/635692fdfac195f0eb0f8184d97280788e5cd8ee) Accept `--piece-length` arguments with SI units - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`eb6556ae6aa2`](https://github.com/casey/intermodal/commit/eb6556ae6aa2106faf0f87043e4dcbcdc3fba35e) Replace favicon with pixel art rainbow text version - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`5611f359686d`](https://github.com/casey/intermodal/commit/5611f359686d67f738b355dd3612b1febe751ed9) Add favicon to github pages - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`3f91f042c771`](https://github.com/casey/intermodal/commit/3f91f042c7717cef93350782617286df18c4f335) Fix github pages table jitter - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`9ff627c29fd9`](https://github.com/casey/intermodal/commit/9ff627c29fd9b761be997370fa950da92417b76c) Make homepage A E S T H E T I C - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`460cf9ee0e79`](https://github.com/casey/intermodal/commit/460cf9ee0e79f2551eacdbb1299c2fd366a49a4c) Disable bors - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`2512b05ece5e`](https://github.com/casey/intermodal/commit/2512b05ece5ee679691dde9172a7d69213ed8576) Fix Bors - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`e2c1f291605c`](https://github.com/casey/intermodal/commit/e2c1f291605cb54685d86ce9eb3afb4d383fc9fe) Center symbols in BEP support table key in readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`48ca86c67ce7`](https://github.com/casey/intermodal/commit/48ca86c67ce75204f13a48d3373f35e09fea7a5e) Add Alternatives & Prior Art section to readme - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`ef5be39f9b61`](https://github.com/casey/intermodal/commit/ef5be39f9b61033468cbe64b5340be45e56b5fc7) Update install instructions to new domain - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`6461a00ba37a`](https://github.com/casey/intermodal/commit/6461a00ba37ab29770637e172303be83a282ecaa) Test that `wss://` trackers are accepted - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`a6745e2a4187`](https://github.com/casey/intermodal/commit/a6745e2a4187e151354ae1e0dced6210abb2cba5) Configure Bors - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`dc95bc53b27b`](https://github.com/casey/intermodal/commit/dc95bc53b27b2e0f3f6f2f29c66d59cd05590d44) Add github pages homepage - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`e2cf93efb054`](https://github.com/casey/intermodal/commit/e2cf93efb054629f14d2a837494b2790fc5a36a1) Add `install` script and installation section to readme - _Casey Rodarmor <casey@rodarmor.com>_
[v0.0.1](https://github.com/casey/intermodal/releases/tag/v0.0.1) - 2020-04-08
------------------------------------------------------------------------------
- :bookmark: [`9dd8a5629814`](https://github.com/casey/intermodal/commit/9dd8a56298143f80e6ecc85311bdbdba0b914ef5) Release v0.0.1 - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`e8ab0e1c4f68`](https://github.com/casey/intermodal/commit/e8ab0e1c4f687d2f98a90add9d954efb44282058) Open torrents with `imdl create --open ...` - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`495316e82110`](https://github.com/casey/intermodal/commit/495316e8211038b55ec0a12daaa6d70a31d7eaee) Add table of references to readme - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`a8446c82db9e`](https://github.com/casey/intermodal/commit/a8446c82db9e54a96d967f4028b68fc8fce39653) Test UDP tracker URLs parse - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`0560181a099f`](https://github.com/casey/intermodal/commit/0560181a099f5f1e47c030256c0715df5f036e14) Remove redundant information from the readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`1a20f0d0b35d`](https://github.com/casey/intermodal/commit/1a20f0d0b35dd8aa05f783d0660e87a014000dc8) Link to tracking issues from BEP support table - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`ff3a30ae2138`](https://github.com/casey/intermodal/commit/ff3a30ae21388988076e4c892565b0e679076152) Add package script - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`cf59a58c6733`](https://github.com/casey/intermodal/commit/cf59a58c67331fef371011d562abb9f1f1bf6437) Build and upload release artifacts from CI - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`70e0091ec03c`](https://github.com/casey/intermodal/commit/70e0091ec03ca0014974ebf98673f3e37a1fea75) Add `help` messages to CLI flags and options - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`b83d8d7ef53b`](https://github.com/casey/intermodal/commit/b83d8d7ef53bac73e7066cfd3f9497a62fc9233b) [torrent stats] Pretty print torrents if `--print` is passed - _Casey Rodarmor <casey@rodarmor.com>_
- :zap: [`7d5e68f1941a`](https://github.com/casey/intermodal/commit/7d5e68f1941a63f3ce24218d43d03cafa6e65a44) Enable `--help` text wrapping - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`87e9b982b6be`](https://github.com/casey/intermodal/commit/87e9b982b6be4cfc4b362863e4110770f88bf4b5) Sort `Create` opt struct fields - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`801a51926564`](https://github.com/casey/intermodal/commit/801a51926564918ab0b4d08a185dc799859e73e2) BEP 3 is supported - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`1749fce2b227`](https://github.com/casey/intermodal/commit/1749fce2b227efc446ca478891ea5f63b62f5c2d) Slighly improve readability of Hasher::hash_root - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`1f5b829742f4`](https://github.com/casey/intermodal/commit/1f5b829742f4b0a355587ecc8f33d2a8bfe13118) Add table of contents to readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`66d44155f05a`](https://github.com/casey/intermodal/commit/66d44155f05aab5d9af315831df2f3a68e257d51) Add BEP support table to readme - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`d1f8f24d8e18`](https://github.com/casey/intermodal/commit/d1f8f24d8e184bb79e3e8bd17c024a70d545d2a2) Add colored output - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`b334fa49b2d8`](https://github.com/casey/intermodal/commit/b334fa49b2d84905197533354afb302a61f3499b) Redirect stdin and stdout and capture for tests - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`fd06943726cb`](https://github.com/casey/intermodal/commit/fd06943726cbc864b32401213d6958c7164b7851) Rename: Environment -> Env - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`7420c91553c6`](https://github.com/casey/intermodal/commit/7420c91553c622849fd2de4aaa1d4c1a6e7def3b) Rename bencode::Error::ExtraData -> TrailingData - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`7de1c0477623`](https://github.com/casey/intermodal/commit/7de1c047762318722c09b9099890996894b82b92) Fail CI if code isn't formatted - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`408735621e51`](https://github.com/casey/intermodal/commit/408735621e51a5b3a67652cc602f1f429bfe7ca1) Delete extraneous comment in workflow file - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`074a3b3d42dd`](https://github.com/casey/intermodal/commit/074a3b3d42dd6b4037cd31383751e3f2e048366d) Run CI tests on windows, macos, and linux - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`9f8366137477`](https://github.com/casey/intermodal/commit/9f83661374776715108fe3876153bdd0a001894b) Configure clippy and lint on push - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`7f630a1bd937`](https://github.com/casey/intermodal/commit/7f630a1bd9376e2461b55ac66126147277ab5dfe) Add `done` recipe to justfile - _Casey Rodarmor <casey@rodarmor.com>_
- :white_check_mark: [`3affa8c5e14b`](https://github.com/casey/intermodal/commit/3affa8c5e14b40a7be88705e5ab7d7fc492a3a69) Add build and test github action workflow - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`98335f435de2`](https://github.com/casey/intermodal/commit/98335f435de2bc0cc80abafdea9536dc945fb11c) Initial commit - _Casey Rodarmor <casey@rodarmor.com>_

View File

@ -42,6 +42,9 @@ rm -rf completions
mkdir completions
$executable completions --dir completions
echo "Generating changelog..."
cargo run --package gen changelog
echo "Copying release files..."
mkdir dist
cp -r \