diff --git a/.gitattributes b/.gitattributes index 17f1637a88..9b7d6355b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ *.po linguist-generated readme-assets/** linguist-documentation + +# Diff PO file, ignore line number changes, reduce diff noise +src/locales/en.po diff=po-filter diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d6a505a9d3..c024aeab24 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -23,9 +23,3 @@ jobs: run: npx playwright install --with-deps webkit --only-shell - name: Run Playwright tests run: npm run test - - uses: actions/upload-artifact@v4 - if: ${{ !cancelled() }} - with: - name: playwright-report - path: playwright-report/ - retention-days: 30 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9233b6fa..d693e4ca5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -344,6 +344,14 @@ Recap: Mastodon v4.3 features (https://github.com/mastodon/mastodon/releases/tag - 🧪 Sandbox https://mastodon.social/@cheeaun/114494995294330803 - 🐛 Bug fixes +## July 18, 2025 + +📢 https://mastodon.social/@cheeaun/114874317126202331 + +- 💬 Better display support for Mastodon v4.4's native quote posts +- 🧮 Math formatting for LaTeX +- 🐛 Bug fixes +