Vape Versions Save

full width aesthetics

v0.4.0

3 years ago

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

4 years ago

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

v0.3.0

4 years ago

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

v0.2.3

4 years ago

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

v0.2.2

5 years ago

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

v0.2.1

5 years ago

Smaller binaries, added osx to cross builds.

v0.2.0

5 years ago

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

6 years ago

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

v0.1.2

6 years ago
  • friendlier error handling, especially during argument parsing and validation
  • various idiomatic code improvements

v0.1.1

6 years ago

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