Skip to content

chore(release): v3.7.0 (+4 more) - #507

Open
jolars wants to merge 1 commit into
mainfrom
versionary/release
Open

chore(release): v3.7.0 (+4 more)#507
jolars wants to merge 1 commit into
mainfrom
versionary/release

Conversation

@jolars

@jolars jolars commented Aug 21, 2026

Copy link
Copy Markdown
Owner

panache: 3.7.0 (2026-08-27)

The experimental math formatting option has now been made stable and is activated by default:

[format]
math = "reflow" # or "preserve", "verbatim", "single-line"

This means that Panache will now take care of formatting of math content for you, including line breaks, indentation, spacing, and alignment. Please read the documentation for the various options.

Features

  • put math formatting under [format]\nmath = "reflow" etc (308188f)
  • formatter: stabilize math formatting (c7f7256)
  • formatter: compose grouped environment prefixes (3704afd)
  • formatter: compose delimited environment prefixes (2e82b4b)
  • formatter: compose operand environment prefixes (940b713)
  • formatter: compose unary environment prefixes (37ce18c)
  • formatter: format scripted environments (8b0c333)
  • formatter: compose environment suffix operators (5376765)
  • formatter: format trailing environment content (8d754ef)
  • formatter: format relation-led environments (7a1d44c)
  • formatter: format commented display environments (bc26f1d)
  • formatter: format commented inline environments (615bbe9)
  • math: format punctuated environments (5e2adb7)
  • math: format mixed delimited environments (d95a857)
  • math: lower display definition relations (03beb02)
  • math: lower definition relations (0cbd359)
  • math: lower display wrapping (f7fdb7d)
  • msrv: reduce MSRV to 1.89 (d285e6c)
  • math: structure and format TeX math (feat(math): structure and format TeX math #513) (02aff73)

Bug Fixes

Performance Improvements

  • lsp: stop interning definition labels (15fbe12)

Dependencies

  • updated crates/panache-formatter to v0.22.0
  • updated crates/panache-parser to v0.28.0

crates/panache-formatter: 0.22.0 (2026-08-27)

Features

  • put math formatting under [format]\nmath = "reflow" etc (308188f)
  • formatter: stabilize math formatting (c7f7256)
  • formatter: compose grouped environment prefixes (3704afd)
  • formatter: compose delimited environment prefixes (2e82b4b)
  • formatter: compose operand environment prefixes (940b713)
  • formatter: compose unary environment prefixes (37ce18c)
  • formatter: format scripted environments (8b0c333)
  • formatter: compose environment suffix operators (5376765)
  • formatter: format trailing environment content (8d754ef)
  • formatter: format relation-led environments (7a1d44c)
  • formatter: format commented display environments (bc26f1d)
  • formatter: format commented inline environments (615bbe9)
  • math: format punctuated environments (5e2adb7)
  • math: format mixed delimited environments (d95a857)
  • math: lower display definition relations (03beb02)
  • math: lower definition relations (0cbd359)
  • math: lower display wrapping (f7fdb7d)
  • msrv: reduce MSRV to 1.89 (d285e6c)
  • math: structure and format TeX math (feat(math): structure and format TeX math #513) (02aff73)

Bug Fixes

  • formatter: normalize grid cell continuations (5ee03d5), fixes #518
  • math: format raw TeX environments idempotently (e8ea2f7), fixes #517
  • formatter: preserve TeX control spaces (3f95fa9), fixes #516
  • formatter: format inline environment comments (afbe920)
  • math: reset tight-grid cell indents (d278aff)
  • formatter: stabilize mixed math fallback (dcd5fa0), fixes #510

Dependencies

  • updated crates/panache-parser to v0.28.0

crates/panache-parser: 0.28.0 (2026-08-27)

Features

Bug Fixes

  • math: format raw TeX environments idempotently (e8ea2f7), fixes #517

editors/code: 3.7.0 (2026-08-27)

Bug Fixes

  • editors: pin @types/vscode (4dc5a17)

Dependencies

  • updated panache to v3.7.0

editors/zed: 2.36.1 (2026-08-27)

Bug Fixes

  • editors: resolve zed assets more robustly (948969f)

This PR was generated by Versionary.

@jolars jolars added the release label Aug 21, 2026
@jolars
jolars force-pushed the versionary/release branch from 0d79606 to f3be19f Compare August 21, 2026 21:35
@jolars jolars changed the title chore(release): v3.6.2 (+1 more) chore(release): v3.6.2 (+3 more) Aug 23, 2026
@jolars
jolars force-pushed the versionary/release branch 4 times, most recently from 506d88c to cf9af59 Compare August 24, 2026 06:50
@jolars jolars changed the title chore(release): v3.6.2 (+3 more) chore(release): v3.7.0 (+4 more) Aug 26, 2026
@jolars
jolars force-pushed the versionary/release branch 12 times, most recently from 2b08e6e to 9cfdf41 Compare August 27, 2026 19:42
Versionary-Release: true
@jolars
jolars force-pushed the versionary/release branch from 9cfdf41 to f0fca6d Compare August 27, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment