Releases: blackchip-org/zc
Releases · blackchip-org/zc
v6.0.2
- fix crash in web version when displaying units
Full Changelog: v6.0.1...v6.0.2
v6.0.1
- fix label position in CLI
- add LICENSE
Full Changelog: v6.0.0...v6.0.1
v6.0.0
Version 6 initial release
v5.12.4
- 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
- add additional digits to
pi
ande
- 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
- fix bug in web version where newlines were not being suppressed when submitting a line
v5.12.0
- Fix quote mode in web version
- Prompt now shows ending quote when in quote mode
- Rename is-foo operations to foo?
- Remove
is-not
andneq
in favor ofis not
andeq 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
- 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
- update web version of auto-complete to be more similar to the console version
v5.11.1
- update DMS operations to use decimal instead of float