Skip to content

Releases: cgbur/pc

v1.4.0

27 Dec 02:05
b39ca72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2

08 Sep 22:12
b73e84f
Compare
Choose a tag to compare

What's Changed

  • Add warnings flag to print unparsable numbers by @cgbur in #7

Full Changelog: v1.3.1...v1.3.2

v1.3.1

23 Aug 02:27
Compare
Choose a tag to compare

What's Changed

  • Switch --fixed indexing to 1 based by @cgbur in #6

Full Changelog: v1.3.0...v1.3.1

v1.3.0

22 Aug 04:01
Compare
Choose a tag to compare

What's Changed

  • Format whole numbers with no decimal places by @cgbur in #4
  • Support passing a position to --fixed by @cgbur in #5

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Aug 19:54
f3d7a1c
Compare
Choose a tag to compare

What's Changed

  • Output format support (csv, json) by @cgbur in #3

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Aug 17:35
3d87f1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 Aug 02:11
Compare
Choose a tag to compare

Features & Improvements

  • Smart Rounding: Applied smart rounding to percentage and times based on the delta
  • Support for Windows Unicode Printing: Enhanced compatibility with Windows by supporting Unicode printing.
  • Handle Integer Overflow and Arbitrary Sized Inputs: Robust handling of large numbers and potential overflows.

v0.2.3

19 Aug 19:05
Compare
Choose a tag to compare

Fixed an issue with incorrect character display on Windows by ensuring the console uses UTF-8 encoding, enabling proper rendering of special characters like arrows.

v0.2.2

19 Aug 16:30
Compare
Choose a tag to compare
Handle integer overflow and arbitrary sized inputs

v0.2.1

19 Aug 15:20
Compare
Choose a tag to compare

Fix panic when the difference is infinity.