Casey Rodarmor
a3f4618722
Rename distributing large datasets
...
type: documentation
pr: https://github.com/casey/intermodal/pull/361
2020-04-10 21:10:31 -07:00
Casey Rodarmor
1c9ff0cde4
Add suggestions for distributing large datasets to book
...
type: documentation
pr: https://github.com/casey/intermodal/pull/360
2020-04-10 20:54:14 -07:00
Casey Rodarmor
ff6f6d4c3d
Test that --glob
s match entire file paths
...
E.g. `--glob x*` matches `x/y`.
type: testing
pr: https://github.com/casey/intermodal/pull/357
2020-04-10 17:11:00 -07:00
Casey Rodarmor
f070c62b12
Release v0.1.4
...
- Bump version: 0.1.3
- Update dependencies
- Update generated documentation
type: release
pr: https://github.com/casey/intermodal/pull/354
2020-04-10 15:32:32 -07:00
Casey Rodarmor
4dfe537fa5
Prevent progress bar from overflowing
...
Use the `wide_bar` indicatif format specifier to truncate the progress
bar when the terminal is narrow. This prevents the progress bar from
printing mulitple times when the terminal is narrow
type: fixed
pr: https://github.com/casey/intermodal/pull/353
2020-04-10 15:04:28 -07:00
Casey Rodarmor
a67eb72848
Improve install.sh and documentation
...
- Don't fail now that archive contains directory
- Change default install location to `~/bin`
- Suggestion installing in ~/bin
- Add instructions to create `~/bin`, install there, and add `~/bin` to
the PATH variable.
type: distribution
pr: https://github.com/casey/intermodal/pull/352
2020-04-09 20:48:43 -07:00
Casey Rodarmor
e54bdeb95d
Remove use of unreachable in favor of internal errors
...
type: reform
pr: https://github.com/casey/intermodal/pull/351
fixes:
- https://github.com/casey/intermodal/issues/188
2020-04-09 20:07:43 -07:00
Casey Rodarmor
52b78b90f6
Improve badges
...
- Make discord badge purple
- Add book badge
- Give crate badge rust logo
type: documentation
pr: https://github.com/casey/intermodal/pull/350
2020-04-09 18:36:26 -07:00
Casey Rodarmor
8e6a2b0034
Release v0.1.3
...
- Bump version: 0.1.2 -> 0.1.3
- Update changelog
- Update book
- Add `update` recipe
type: release
2020-04-09 17:30:04 -07:00
Casey Rodarmor
268c62b66d
Add bin/man
command for generating man pages
...
Generates man pages and book entries for all subcommands, and keeps the
commands index in the book up to date.
There is much cursed roff munging in this diff.
type: documentation
2020-04-09 15:23:12 -07:00
Casey Rodarmor
14fff1d888
Make smaller demo for readme
...
type: documentation
2020-04-08 06:23:51 -07:00
Casey Rodarmor
4f8b6a212e
Improve demo GIF
...
- Tweak timing
- Increase scale to 4x
- Use local copy of asciicast2gif avoid missing characters
type: documentation
2020-04-08 04:26:37 -07:00
Casey Rodarmor
685883f026
Release v0.1.2
...
- Bump version: v0.1.2 -> v0.2.3
- Update man page
- Update changelog
- Update release recipe
type: release
2020-04-07 23:58:20 -07:00
Casey Rodarmor
03a9935164
Skip fixup commits in changelog
...
This change Makes the changelog generator ignore fixup commits.
`git commit --fixup` can be used to mark that a commit should be
squashed before merging, which can be done automatically with
`git rebase --autosquash`. Fixup commits have a summary that starts with
`fixup!`
type: development
2020-04-07 23:41:06 -07:00
Casey Rodarmor
92748f9fd4
Make changelog generator strict
...
Make the changelog generator fail if commits don't contain metadata.
type: changed
pr: https://github.com/casey/intermodal/pull/341
2020-04-07 20:33:04 -07:00
Casey Rodarmor
c33446b481
Generate changelog from git history
...
type: development
pr: https://github.com/casey/intermodal/pull/337
fixes:
- https://github.com/casey/intermodal/issues/336
2020-04-07 19:59:09 -07:00
Casey Rodarmor
93c23d29f2
Release v0.1.1
...
- Bump version: 0.1.0 -> 0.1.1
- Update changelog
type: release
2020-04-07 19:01:37 -07:00
Casey Rodarmor
328a3adeaf
Release v0.1.0
...
- Bump version: `0.0.3` -> `0.1.0`
- Update changelog
- Update dependencies
- Publish to crates.io as last step in publish recipe
type: release
2020-04-07 19:01:33 -07:00
Casey Rodarmor
5d4baa22ea
Release v0.0.3
...
- Bump version: `0.0.2` -> `0.0.3`
- Update changelog
type: release
2020-04-07 19:01:29 -07:00
Casey Rodarmor
8b3954ff99
Release v0.0.2
...
- Bump version: `0.0.1` -> `0.0.2`
- Update chnagelog
type: release
2020-04-07 19:01:29 -07:00
Casey Rodarmor
9dd8a56298
Release v0.0.1
...
- Add changelog
- Update publish-check recipe to match github actions
- Add publish recipe
- Update dependencies
- Add minimimal-deps compatibility check
type: release
2020-04-07 19:00:59 -07:00