This patch release fixes deployment issues affecting the website's image assets and improves Greek letter conversion in mathematical expressions.

Bug Fixes

  • Web: Fixed 404 errors for images on pragmastat.dev by removing nested .gitignore in web/public/ that was being copied to the build output and causing the deployment action to exclude the img/ folder
  • Tools: Fixed Greek letter conversion in math expressions when followed by subscripts or superscripts (e.g., sigma_(n,m), epsilon_k now correctly convert to σ_(n,m), ε_k)

Full Changelog: https://github.com/AndreyAkinshin/pragmastat/compare/v5.2.0...v5.2.1