Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 749 Bytes

changelog.md

File metadata and controls

31 lines (19 loc) · 749 Bytes

Changelog

This changelog is no longer used for newer version. Please visits https://github.com/xoofx/kalk/releases

0.4.0

  • Fix operator precedence issue with implicit function calls.
  • Fix issue with file access on Windows Store App.

0.3.1

  • Fix issue with subtraction without spaces (e.g 1-2 was converted to 1 * (-2)) (#19)

0.3.0

  • Add support for half types (single, vector, matrix) (#12)
  • Fix broken backspace on macOS/Linux (#16)

0.2.0

  • Add support for configurable shortcuts with line editor actions
  • Add readline compatible shortcuts (#15)
  • Fix bin function to output the full length of the input type (#2)
  • Fix macOS keyboard shortcuts (#4)

0.1.1

  • Fix NuGet package global tool.

0.1.0

Initial version.