Skip to content

Releases: terslang/scramble-cpp

scramble-cpp v0.3

27 Oct 09:09
v0.3
34a9ec3

Choose a tag to compare

scramble-cpp v0.3

Changes

  • changed function params to const references where possible
  • removed unused header includes
  • used emplace_back instead of push_back

To verify the signature on the release tarball...

First import my pgp public key

gpg --recv-key C8B2A95D8D855A9D8C6F0C78BCBCAE31ECE05007

Then verify the signature

gpg --verify scramble-cpp-0.3.tar.gz.asc scramble-cpp-0.3.tar.gz

Full Changelog: v0.2...v0.3

scramble-cpp v0.2

12 Jul 14:03
v0.2
56be882

Choose a tag to compare

scramble-cpp v0.2

Changes

  • Users can now pass transitionDelay and textDelay as params
  • Added more special characters, so more random characters seen on console while printing

To verify the signature on the release tarball...

First import my pgp public key

gpg --recv-key C8B2A95D8D855A9D8C6F0C78BCBCAE31ECE05007

Then verify the signature

gpg --verify scramble-cpp-0.2.tar.gz.asc scramble-cpp-0.2.tar.gz

Full Changelog: v0.1...v0.2

scramble-cpp v0.1

07 Jul 15:53
v0.1
2a0cf8f

Choose a tag to compare

First release

To verify the signature on the release tarball...

First import my pgp public key

gpg --recv-key C8B2A95D8D855A9D8C6F0C78BCBCAE31ECE05007

Then verify the signature

gpg --verify scramble-cpp-0.1.tar.gz.asc scramble-cpp-0.1.tar.gz

Full Changelog: https://github.com/terslang/scramble-cpp/commits/v0.1