Skip to content

Releases: blackchip-org/zc

v6.0.1

19 Sep 13:05
Compare
Choose a tag to compare
  • fix label position in CLI
  • add LICENSE

Full Changelog: v6.0.0...v6.0.1

v6.0.0

18 Sep 19:03
Compare
Choose a tag to compare

Version 6 initial release

v5.12.4

16 Mar 17:42
Compare
Choose a tag to compare
  • fix bug where 10,000 fib was raising an error due to cleanNumber() not being called

Full Changelog: v5.12.3.1415927...v5.12.4

v5.12.3.1415927

14 Mar 21:55
Compare
Choose a tag to compare
  • add additional digits to pi and e
  • fix type documentation where DMS now uses Decimal instead of Float
  • fix rational parsing where sign wasn't being correctly evaluated

Full Changelog: v5.12.1...v5.12.3.1415927

v5.12.1

06 Mar 13:24
Compare
Choose a tag to compare
  • fix bug in web version where newlines were not being suppressed when submitting a line

v5.12.0

05 Mar 14:02
Compare
Choose a tag to compare
  • Fix quote mode in web version
  • Prompt now shows ending quote when in quote mode
  • Rename is-foo operations to foo?
  • Remove is-not and neq in favor of is not and eq not
  • Add aliases to time zone database where searching by reverse may make more sense
  • Remove "Etc" designations in the time zone database
  • Fix case where blank line was popping the stack in quote mode
  • Change input box to textarea in web version to accommodate multi-line input

v5.11.3

27 Feb 21:47
Compare
Choose a tag to compare
  • fix bug in web version where autocomplete was deleting word when there were no candidates
  • update "?" button in the web version to simulate pressing the tab button twice

v5.11.2

27 Feb 13:51
Compare
Choose a tag to compare
  • update web version of auto-complete to be more similar to the console version

v5.11.1

18 Feb 15:44
Compare
Choose a tag to compare
  • update DMS operations to use decimal instead of float

v5.10.1

07 Feb 13:08
Compare
Choose a tag to compare
  • fix go.mod dependency