Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 2.03 KB

Changelog

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

2.2.1 - 2024-03-28

  • 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)

[1.8] - 2020-08-13

  • Enable qalc's Unicode mode by default
  • Add -no-unicode option to disable aforementioned unicode support