Skip to content

Releases: abhimanyu003/sttr

v0.2.30

25 Dec 11:11
a024bff

Choose a tag to compare

Whats New

  • Added QR support in terminal
image

MacOS
Binary ( Multi-Architecture )

Linux (Binaries)
amd64 | arm64 | i386

Windows (Exe)
amd64 | arm64 | i386

FreeBSD (Binaries)
amd64 | arm64 | i386

Packages

v0.2.29

13 Dec 17:59
22edb2c

Choose a tag to compare

What's Changed

Added New Processors

  • Adler32
  • BLAKE2b
  • BLAKE2s
  • CRC32
  • CrockfordBase32Encode - CrockfordBase32Decode
  • Base58 - Base62 - Base58 Encode/Decode

Enhanced Count Operations

  • Fixed count-lines processor accuracy for files with/without trailing newlines
  • Improved streaming support for count operations (count-words, count-chars)
  • Better handling of edge cases in line counting

Large File Processing (1GB+)

  • Added streaming support for processing very large data files (1GB+)
  • Automatic streaming mode for files >10MB to prevent memory issues
  • Memory-efficient processing of multi-million line files

Quick Download Links - v0.2.28

MacOS
Binary ( Multi-Architecture )

Linux (Binaries)
amd64 | arm64 | i386

Windows (Exe)
amd64 | arm64 | i386

FreeBSD (Binaries)
amd64 | arm64 | i386

Packages

Full Changelog: v0.2.27...v0.2.28

v0.2.28

05 Oct 13:17
88b85f6

Choose a tag to compare

What's Changed

  • Add number-lines processor by @kamchy in #65
  • Enhancement: implement xxh32 and xxh128, refactor xxh64 by @harsh16coder in #67
  • refactor: rename LineNumberer to NumberLines and update aliases by @abhimanyu003 in #66

New Contributors

Quick Download Links - v0.2.28

MacOS
Binary ( Multi-Architecture )

Linux (Binaries)
amd64 | arm64 | i386

Windows (Exe)
amd64 | arm64 | i386

FreeBSD (Binaries)
amd64 | arm64 | i386

Packages

Full Changelog: v0.2.27...v0.2.28

v0.2.27

26 Aug 10:14
c5a4c0b

Choose a tag to compare

Changelog

  • add new processor: xxHASH - XXHASH64
  • c5a4c0b fix: improve error message formatting in MorseCodeDecode and update XXH64 command aliases

What's Changed

  • Enhancement of adding XXH non cryptographic encryption algo by @harsh16coder in #64

New Contributors

Quick Download Links - v0.2.27

MacOS
Binary ( Multi-Architecture )

Linux (Binaries)
amd64 | arm64 | i386

Windows (Exe)
amd64 | arm64 | i386

FreeBSD (Binaries)
amd64 | arm64 | i386

Packages

Full Changelog: v0.2.27...v0.2.27

v0.2.26

25 Jul 16:30
edb984f

Choose a tag to compare

What's Changed

New Contributors

Quick Download Links - v0.2.26

MacOS
Binary ( Multi-Architecture )

Linux (Binaries)
amd64 | arm64 | i386

Windows (Exe)
amd64 | arm64 | i386

FreeBSD (Binaries)
amd64 | arm64 | i386

Packages

Full Changelog: v0.2.25...v0.2.26

v0.2.25

27 Mar 19:11

Choose a tag to compare

Changelog

What's Changed

  • fix: duplicate reverse line item in the list by @ccoVeille in #56
  • fix: wrong name as for morse decoder by @ccoVeille in #55
  • fix: make morse ops sane by @HUGHNew in #59
  • go dependencies upgrade

New Contributors

Quick Download Links - v0.2.25

MacOS
Binary ( Multi-Architecture )

Linux (Binaries)
amd64 | arm64 | i386

Windows (Exe)
amd64 | arm64 | i386

FreeBSD (Binaries)
amd64 | arm64 | i386

Packages

Full Changelog: v0.2.24...v0.2.25

v0.2.24

11 Oct 14:16
bfd8413

Choose a tag to compare

Features

  • Added winget support
  • Added docker suppport
  • Windows is now using zip instead of tar.gz making it easy to extract on Windows.
  • Using go1.23 for build
  • Depenendy upgrade

Binary

MacOS
Binary ( Multi-Architecture )

Linux (Binaries)
amd64 | arm64 | i386

Windows (Exe)
amd64 | arm64 | i386

Full Changelog: v0.2.23...v0.2.24

v0.2.23

02 Aug 14:33
cc361b3

Choose a tag to compare

What's Changed

Thanks so much @ccoVeille and @sibouras for reporting issue.

Full Changelog: v0.2.22...v0.2.23

v0.2.22

29 Jun 22:21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.21...v0.2.22

v0.2.21

27 May 14:22
ce2208e

Choose a tag to compare

Change Logs:

  • Fix: "command bcrypt ignoring rounds-parameter" #42 thanks to @mueckl
  • Add: Featured section in README

Full Changelog: v0.2.20...v0.2.21