Skip to content

Releases: dongyx/hardv

v2.2.1

11 Nov 11:13
Compare
Choose a tag to compare
  • Fix a bug in exemod();
  • Fix bad indent in backup();
  • Update README.md.

v2.2.0

10 Nov 12:41
Compare
Choose a tag to compare
  • Make mods more powerful;
  • Fix bugs;
  • Update Documentation.

This release fixes a fatal bug. Upgrade is mandatory for hardv to work.

v2.1.1

09 Nov 17:09
Compare
Choose a tag to compare
  • Add the NFIELD limitation back.
  • Update documentation.

v2.1.0

09 Nov 14:52
Compare
Choose a tag to compare
  • Improve performance.
  • Decrease memory usage.
  • Reduce limits.
  • Ignore empty cards; Thus card separators can be used as comments.

v2.0.1

07 Nov 21:02
Compare
Choose a tag to compare
  • Fix bugs.
  • Improve I/O performance.

Since 2.0.0, the file format is no longer compatible with 1.x. See the release note of 2.0.0.

v2.0.0

07 Nov 15:57
Compare
Choose a tag to compare

THIS IS A BREAKING CHANGE FROM 1.x.

  • Instead of blank lines, the card separator is %% on a line by itself now; In fact, any line starting with % is designated as a card separator, but %% is recommended.
  • Provide the -1 option to convert old files. (See the Migration from 1.x section in README.md)

The rationale behind this change is to make it easier for awkand other programs to parse input files.

v1.3.3

31 Oct 08:01
Compare
Choose a tag to compare

Fix a bug of dumping:

The bug was in ctab.c/dumpctab().

If the process fails to open the orignal file
after that the backup has been created,
dumpctab() falsely returned successfully.

v1.3.2

31 Oct 05:55
Compare
Choose a tag to compare

portability improvement

  • execute chmod +x before running tests

v1.3.1

30 Oct 15:43
Compare
Choose a tag to compare

stability improvement:

  • block SIGTSTP while dumping

v1.3.0

30 Oct 12:28
Compare
Choose a tag to compare

the first public release