What's Changed
- CLI: Change default precision 6 -> 2 to align with the default setting of the WPF application by @fwolter in #70
- Add *.csproj.lscache to gitignore by @fwolter in #89
- Handle trailing empty lines consistently by @fwolter in #83
- CLI: fix crash if the settings dir does not exist under Linux by @fwolter in #80
- core: add VAh/VARh apparent and reactive energy units by @nicolas-fournier in #98
- Fix unexpected behavior in variable substitution rendering by @javila in #105
- Installer: register fonts during installation by @fwolter in #107
- Refactor Unit class to fallback kV to V by @Proektsoft-EOOD in #113
- Change ElectricalUnits from FrozenSet to FrozenDictionary<Unit,… by @imartincei in #126
🛡️ Installation Note (Windows SmartScreen)
Because CalcpadCE is a new, community-driven project, Windows SmartScreen may flag the installer as an unrecognized app. This is normal for new open-source software. To proceed, simply click "More info" and then "Run anyway".
Downloads
| File | OS | Arch | .NET Runtime |
|---|---|---|---|
| 🪟 CalcpadCE-setup-7.6.5.exe | Windows Installer | 64-bit | Auto-installed |
| 🪟 CalcpadCE-portable-7.6.5.zip | Windows Portable | 64-bit | Included |
| 🐧 CalcpadCE.7.6.5.linux-x64.deb | Debian / Ubuntu | x86 | Auto-installed |
| 🐧 CalcpadCE.7.6.5.linux-arm64.deb | Debian / Ubuntu | ARM | Auto-installed |
| 🐧 CalcpadCE.7.6.5.linux-x64.rpm | CentOS / Fedora | x86 | Auto-installed |
| 🐧 CalcpadCE.7.6.5.linux-arm64.rpm | CentOS / Fedora | ARM | Auto-installed |
| 🐧 CalcpadCE-7.6.5-linux-x64.tar.bz2 | Portable Linux | x86 | Included |
| 🐧 CalcpadCE-7.6.5-linux-arm64.tar.bz2 | Portable Linux | ARM | Included |
New Contributors
- @nicolas-fournier made their first contribution in #97
- @Proektsoft-EOOD made their first contribution in #113
Full Changelog: v7.6.4...v7.6.5