Skip to content

1.3.6

Choose a tag to compare

@francois-le-ko4la francois-le-ko4la released this 02 May 21:49
35d3487

What's new

We’ve added a new configuration option: unit_spacing, allowing you to control the presence of a space between numeric values and their units (e.g., %, °C, €, etc.).

This enhancement gives users more flexibility and control over how numeric units are formatted — whether you want to follow locale standards or override them explicitly.

unit_spacing: 'auto' | 'space' | 'no-space'
  • auto (default) — Automatically applies the correct spacing based on the user’s locale (e.g., 80 % in French, 80% in English-US).
  • space — Always adds a space between number and unit (e.g., 80 %), regardless of locale.
  • no-space — Always removes the space (e.g., 80%), even if the locale normally includes it.

Full Changelog: 1.3.5...1.3.6