Releases: abhimanyu003/sttr
v0.2.30
v0.2.29
What's Changed
Added New Processors
- Adler32
- BLAKE2b
- BLAKE2s
- CRC32
- CrockfordBase32Encode - CrockfordBase32Decode
- Base58 - Base62 - Base58 Encode/Decode
Enhanced Count Operations
- Fixed
count-linesprocessor 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
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
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
- @harsh16coder made their first contribution in #64 thanks to @ccoVeille for reviews.
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
What's Changed
- fix: issue #57 by @apocelipes in #62
- dependencies upgrade edb984f
- Added x install Support for sttr by @lunrenyi in #60
New Contributors
- @lunrenyi made their first contribution in #60
- @apocelipes made their first contribution in #62
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
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
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.23for 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
What's Changed
- Fix camelCase And add PascalCase by @ccoVeille in #51 #50
- Dependencies Upgrade cc361b3
Thanks so much @ccoVeille and @sibouras for reporting issue.
Full Changelog: v0.2.22...v0.2.23
v0.2.22
What's Changed
- Many typo fix by @ccoVeille in #44 #47 #48
- chore: 🛠️ dependencies upgrade 6780bf3
New Contributors
- Thanks so much @ccoVeille made their first contribution in #44
Full Changelog: v0.2.21...v0.2.22
v0.2.21
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
