Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Releases: houseabsolute/omegasort-go

v0.0.7

12 Nov 16:08
0eed113
Compare
Choose a tag to compare
  • Added Darwin arm64 and Windows arm64 builds.

v0.0.6

06 Nov 17:09
a3087a4
Compare
Choose a tag to compare
  • When a file is already sorted, omegasort will no longer write to the file. This means that the file's last modification time will not change in this case. Fixes #3.

v0.0.5

27 Mar 16:42
Compare
Choose a tag to compare
  • Added a --unique flag. This can also be used with --check to check that a file is both sorted and unique.
  • Always close temp files before moving them. On Windows attempting to move an open file causes an error.

v0.0.4

29 Dec 17:06
Compare
Choose a tag to compare
  • 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

28 Dec 05:30
Compare
Choose a tag to compare
  • Fix terminal width check. It was using the height as the width. In addition, it now makes the text width 90 characters if the terminal is wider than that.

Implemented the --check flag

27 Sep 18:30
Compare
Choose a tag to compare

0.02 - 2019-09-27

  • The --check flag was not implemented and now it is.

First release

27 Aug 11:15
Compare
Choose a tag to compare

0.01 - 2019-08-27

  • First release upon an unsuspecting world.