Skip to content

2.3.3

Choose a tag to compare

@klaudyu klaudyu released this 16 Feb 14:18
· 12 commits to main since this release

Changelog

All notable changes to CalcCraft will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[2.2.9] - 2026-02-16

Added

  • Configurable decimal separator (e.g., '.' or ',')
  • Configurable grouping separator (e.g., ',', '.', or ' ')
  • CHANGELOG.md

[2.3.1] - 2026-02-16

Added

  • Escape character for literal equals signs: Use '= prefix to display text starting with = without triggering formula evaluation. The apostrophe will be hidden in the display but preserved when editing.
    • Example: '=value displays as =value but is not treated as a formula

[2.3.3] - 2026-02-16

Changed

  • Label Display: Refactored table labels to use CSS pseudo-elements instead of adding physical rows and columns to the DOM
    • Labels now displayed via ::before and ::after CSS pseudo-elements to avoid row/column switch when selecting a row or a column
  • BUG fix: removing the "'" from the beginning of formula was not returning the cell to a formula