This repository has been archived by the owner on May 20, 2023. It is now read-only.
Releases: houseabsolute/omegasort-go
Releases · houseabsolute/omegasort-go
v0.0.7
v0.0.6
v0.0.5
v0.0.4
- Fix handling of errors during initialization. These sorts of error could lead to a confusing panic instead of showing the actual error message.
- Handle the case where stdout is not connected to the terminal. Previously this caused an error during initialization.
- Replace file renaming with copying to handle the case where the temp file we sort into and the original file are not on the same partition.
- Fix bug where sorting wasn't stable in the presence of two case-insensitively identical lines (and possibly other similar scenarios).
v0.0.3
Implemented the --check flag
0.02 - 2019-09-27
- The --check flag was not implemented and now it is.
First release
0.01 - 2019-08-27
- First release upon an unsuspecting world.