Release Notes
This version adds the default_float_mode
entry in the mini-calc.toml
configuration file.
It loads the default float mode, until now the default float mode was exact
.
It will be the default float mode in the config but now the user will be
able to configure the default float mode they want. And it will persist between
sessions.
WARNING:
This version adds something to the config, and as such it resets your config to
add it, if you DON'T want your config to be overwritten add
default_float_mode = 'normal|science|exact'
To your config!
Install mini-calc 3.4.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/vanilla-extract/calc/releases/download/3.4.2/mini-calc-installer.sh | sh
Download mini-calc 3.4.2
File | Platform | Checksum |
---|---|---|
mini-calc-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
mini-calc-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
mini-calc-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mini-calc-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
mini-calc-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |