All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
- Fix skip escaping some unicode math symbols #109 (thanks @arades79)
- Fix functions crashing with libqalculate 5 #117 (thanks tiosgz)
2.2.0 - 2023-04-27
- Fix high CPU usage when input isn't empty #66 (thanks @bootstrap-prime)
- Add
-automatic-save-to-history
option #87 (thanks @matejdro)
2.1.0 - 2022-02-06
- Correctly handle ≈ signs emitted by qalc #78 (thanks @SabrinaJewson)
- Add
-calc-command-history
to add result to history when using-calc-command
#79 (thanks @SabrinaJewson) - Correctly handle multiple equals signs emitted by qalc #80 (thanks @SabrinaJewson)
2.0.0 - 2020-11-14
- Add option to completely disable history #63 (thanks @UnkwUsr)
1.9 - 2020-09-24
- Add options to specify output hints #59 (thanks @sa5gap)
- Enable qalc's Unicode mode by default
- Add
-no-unicode
option to disable aforementioned unicode support