Releases: julianandrews/markovpass
v2.0.1
v2.0.0
This release:
- Switches to reading from data directories if no corpus is specified, and throwing an error if no data is found.
- Reads from stdin only if
-
is specified forFILES
.
On Linux, this will read from XDG data directories under markovpass
. By default this will be $HOME/.local/share/markovpass
, /usr/local/share/markovpass
, and /usr/share/markovpass
.
On MacOS it should read from $HOME/Library/Application Support/markovpass
.
On Windows it should read from {FOLDERID_RoamingAppData}/markovpass/data
which might be something like C:\Users\Alice\AppData\Roaming\markovpass\data
.
v1.2.1
This release:
- updates the README with proper current usage instructions
v1.2.0
This release:
- supports multiple input files,
- cleans up some stray code/typos, and
- restructures the project modules.
v1.1.0
This release:
- Switches to clap for cleaner/prettier argument parsing
I've also cleaned up the CI to allow generating a .deb file quickly and easily using cargo deb
.
v1.0.4
This release:
- updates the Rust edition to 2021,
- fixes a bunch of clippy complaints, and
- fixes the curl command in the README
v1.0.3
This release:
- Cleans up some minor issues in the README and converts it to markdown
- Adds config for
cargo deb
This release mostly exists as an excuse to package everything up in a nice .deb
file!
v1.0.2
This release:
- Gates benchmarking logic behind a feature so that stable builds work
Functionality should be unchanged, but now the source of the release should build on stable.
v1.0.1
This release:
- Updates the README with directions to the GitHub releases page.
v1.0.0
Initial proper release