Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Releases: joshuarli/vape

v0.4.0

03 Jul 04:46
Compare
Choose a tag to compare

The fastrand package is now used for a non-CSPRNG source. I'd like to think it's much faster than performing a heap allocation, which was a fun academic exercise at best.

v0.3.1

22 Mar 04:58
Compare
Choose a tag to compare

Fixes a bug where characters outside the kana range were generated. Sorry, was my oversight.

v0.3.0

22 Mar 04:44
Compare
Choose a tag to compare

Trading compile time for PRNG quality (while still acceptable) by replacing the rand crate with a heap pointer based PRNG.

v0.2.3

20 Oct 19:44
Compare
Choose a tag to compare

Various source code simplifications, and dependency + build-related upgrades resulting in much smaller release binaries.

v0.2.2

14 Sep 06:14
Compare
Choose a tag to compare

Maintenance release; compiled with latest rust + deps, and packed with bumped UPX.

v0.2.1

15 Jun 05:29
Compare
Choose a tag to compare

Smaller binaries, added osx to cross builds.

v0.2.0

15 Jun 05:11
Compare
Choose a tag to compare

In addition to a few minor changes, rand is now pinned to 0.5.x and katakana generation was switched to using SmallRng. Also, Travis CI was set up to cross-compile and upload release binaries for a variety of platforms.

v0.1.3

22 Jan 15:31
Compare
Choose a tag to compare

Now prints version with -v, --version, also removed unnecessary stdin lock.

v0.1.2

21 Jan 04:07
Compare
Choose a tag to compare
  • friendlier error handling, especially during argument parsing and validation
  • various idiomatic code improvements

v0.1.1

20 Jan 05:23
Compare
Choose a tag to compare

Random katakana generation now unwraps instead of matching to \0, which would never happen anyways.