Skip to content

Releases: julianandrews/markovpass

v2.0.1

13 Oct 22:19
Compare
Choose a tag to compare

This release:

  • fixes the README location in the debian package.

v2.0.0

26 Sep 12:04
Compare
Choose a tag to compare

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 for FILES.

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

22 Sep 20:43
Compare
Choose a tag to compare

This release:

  • updates the README with proper current usage instructions

v1.2.0

22 Sep 20:27
Compare
Choose a tag to compare

This release:

  • supports multiple input files,
  • cleans up some stray code/typos, and
  • restructures the project modules.

v1.1.0

22 Sep 18:46
Compare
Choose a tag to compare

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

22 Sep 02:13
Compare
Choose a tag to compare

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

22 Sep 00:56
Compare
Choose a tag to compare

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

05 Feb 13:35
Compare
Choose a tag to compare

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

05 Feb 02:19
Compare
Choose a tag to compare

This release:

  • Updates the README with directions to the GitHub releases page.

v1.0.0

05 Feb 02:11
Compare
Choose a tag to compare

Initial proper release