Releases: ErrorNoInternet/ok
Releases · ErrorNoInternet/ok
Bug fixes
Rust Rewrite
This release (2.0) has been re-written in Rust (only the statistics sub-command has been added so far).
The core functionality has been re-implemented, however online support has been temporarily removed (because of API abuse).
More binaries for different operating systems and architectures will be added later.
Small improvements & bugfixes
Changes:
- Added an executable for darwin_arm64 (Apple M1 chip)
- Fixed a typo/bug in the
reverseArray
function - Modified the way the statistics command looked (OK records)
- Added an alias for the
ok statistics
command (ok status
) - Fixed some language/grammar issues
- Fixed a bug where it would print "Error" (twice) if there was no database
- Added a welcome message shown to users running the command for the first time
- Modified the rainbow colors to appear brighter
1.5.0
Merge branch 'main' of github.com:ErrorNoInternet/ok
Optimized
- Added executables for Linux, Windows, and Mac OS
- Optimized code and decreased maximum cache size
Statistics bugfix
Fixed a bug that occurred in issue #1
Database bugfix
Fixed a bug where the database folder would not be automatically created
Statistics bugfix
Fixed a bug where the graph in the statistics command would show all the dates
Bug fixes
1.4.4 Merge branch 'main' of https://github.com/ErrorNoInternet/ok
Version update
Changes in 1.4.3:
Added version command
Added update-check command
Fixed grammar and language issues