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
.gitignoreinweb/public/that was being copied to the build output and causing the deployment action to exclude theimg/folder - Tools: Fixed Greek letter conversion in math expressions when followed by subscripts or superscripts (e.g.,
sigma_(n,m),epsilon_know correctly convert toσ_(n,m),ε_k)
Full Changelog: https://github.com/AndreyAkinshin/pragmastat/compare/v5.2.0...v5.2.1