Skip to content

Releases: quackduck/aces

v2.2.10

03 May 22:09
Compare
Choose a tag to compare

Changelog

  • ba52e64 fix goreleaser for real this time

v2.2.7

03 May 17:06
Compare
Choose a tag to compare

Changelog

v2.2.0

17 Apr 14:36
Compare
Choose a tag to compare

Changelog

v2.1.1

06 Mar 22:11
Compare
Choose a tag to compare

Changelog

  • a0ca5b9 change chunk size to 4 bytes

v2.1.0

06 Mar 21:41
Compare
Choose a tag to compare

Changelog

2.1.0

06 Mar 20:24
Compare
Choose a tag to compare

Changelog

v2.0.0

06 Mar 05:41
Compare
Choose a tag to compare

Changelog

  • 17ddcda add non-pow-2-len-charset stuff to redmond
  • a9857d2 more refactoring
  • 24926a3 refactor
  • b5d433b cleanup
  • a9bafb9 fix a bug in anyCoding
  • c979437 clear chunk buffer data after EOF when encoding using anyCoding
  • 6164ddd clean up
  • 0da298c Make it possible to adjust the byte chunk size for non-pow2 charsets
  • d2c8a3a refactor, add code documentation
  • 2550427 Merge branch 'main' of github.com:quackduck/aces
  • b6c72b4 big change: can now encode and decode to and from non-power-of-two-length charsets
  • c483132 edit an example
  • d3261f5 oops. this was supposed to be in that last commit
  • 3cca56f ignore non-charset characters, print newline when encoding, use better example in help output
  • 3cd675b make buffer size an option
  • 91bfc06 allow changing encoding, decoding buffer size
  • e60c97d remove debugging comment

v1.2.1

28 Nov 22:41
Compare
Choose a tag to compare

Changelog

  • 2ca7511 acknowledge existence of library in readme
  • d1bdba4 fix annoying edge case involving buffer not being completely filled
  • a7abadc make caveat text a bit less small

v1.1.0

24 Nov 22:51
Compare
Choose a tag to compare

Changelog

  • 206c625 make sure charset does not contain duplicates

v1.0.5

22 Nov 18:36
Compare
Choose a tag to compare

Changelog

  • 3e41f5f try the standard structure