diff --git a/.github/workflows/i18n-automerge.yml b/.github/workflows/i18n-automerge.yml index 72abbb355c..a0dd217a1e 100644 --- a/.github/workflows/i18n-automerge.yml +++ b/.github/workflows/i18n-automerge.yml @@ -13,6 +13,9 @@ jobs: github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'l10n_main' runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/i18n-update-readme.yml b/.github/workflows/i18n-update-readme.yml index 3fec4d290a..c770265594 100644 --- a/.github/workflows/i18n-update-readme.yml +++ b/.github/workflows/i18n-update-readme.yml @@ -10,6 +10,8 @@ jobs: update-readme: if: github.repository == 'cheeaun/phanpy' runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 diff --git a/.github/workflows/main2prod.yml b/.github/workflows/main2prod.yml index 46fd92b241..25bc20dd52 100644 --- a/.github/workflows/main2prod.yml +++ b/.github/workflows/main2prod.yml @@ -13,6 +13,9 @@ jobs: auto-pull-request: if: github.repository == 'cheeaun/phanpy' runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: - uses: vsoch/pull-request-action@master env: diff --git a/.github/workflows/rollbar-deploy.yml b/.github/workflows/rollbar-deploy.yml index be4edc6231..839a8fc053 100644 --- a/.github/workflows/rollbar-deploy.yml +++ b/.github/workflows/rollbar-deploy.yml @@ -12,6 +12,8 @@ jobs: group: rollbar-deploy cancel-in-progress: true runs-on: ubuntu-latest + permissions: + contents: read steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/update-catalogs.yml b/.github/workflows/update-catalogs.yml index e98864998a..67d3784fd9 100644 --- a/.github/workflows/update-catalogs.yml +++ b/.github/workflows/update-catalogs.yml @@ -10,6 +10,8 @@ jobs: update-catalogs: if: github.repository == 'cheeaun/phanpy' runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v6 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index f78cdc0130..139cf557af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -419,6 +419,16 @@ Recap: Mastodon v4.3 features (https://github.com/mastodon/mastodon/releases/tag - ↕️ Preliminary support for vertical-lr writing mode - 🐛 Bug fixes +## May 15, 2026 + +📢 https://mastodon.social/@cheeaun/116578836866401369 + +- 🔄 Experimental paginated timeline +- 🪣 Multi-filters for profile posts +- 🧘 Wellbeing: hide trending, local or federated timelines +- 📱 Haptics +- 🐛 Bug fixes +