Skip to content

Releases: atsu1125/mastodon

v3.4.10-atsuchan-g7

19 Feb 01:27
6bb4df2
Compare
Choose a tag to compare

What's Changed

74d50ee import .env.development to streaming
83bc398 Merge pull request from GHSA-jhrq-qvrm-qr36
b0f80e8 Fix user creation failure handling in OAuth paths (29207)
816fbe0 Add reject pattern to Admin setting
789a8ed Merge pull request from GHSA-vm39-j3vx-pch3
6334fbf Merge pull request from GHSA-7w3c-p9j8-mq3x
5230489 Add sidekiq_unique_jobs:delete_all_locks task and disable sidekiq-unique-jobs UI by default (29199)
2210149 Disable administrative doorkeeper routes (29187)

Full Changelog: v3.4.10-atsuchan-f6...v3.4.10-atsuchan-g7

v3.4.10-atsuchan-f6

03 Feb 02:45
cbbb38f
Compare
Choose a tag to compare

What's Changed

6ce7e97 Fix LinkCrawlWorker error when encountering empty OEmbed response (28268)
2acfbb9 Fix Undo Announce activity is not sent, when not followed by the reblogged post author (18482)
ede3416 Fix insufficient origin validation GHSA-3fjr-858r-92rw
a7a43a2 Fix cached posts including stale stats
62ae514 Merge pull request from GHSA-v3xf-c9qf-j667
a77642a npm 9
d960311 Fix /api/v1/timelines/tag/:hashtag allowing for unauthenticated access when public preview is disabled
ccd1f0c Fix blocking subdomains of an already-blocked domain

Full Changelog: v3.4.10-atsuchan-e5...v3.4.10-atsuchan-f6

v3.4.10-atsuchan-e5

18 Aug 23:03
e518b97
Compare
Choose a tag to compare

What's Changed

  • Security Fix by @atsu1125
  • Featured Collection Fix by @atsu1125
  • Streaming API Error handling by @atsu1125
  • Add ingress queue by @atsu1125
    • You need to change sidekiq setting to add "ingress" queue
  • Fix: Hide Following Count/ Hide Followers Count by @atsu1125
  • Redownload even Seahorse Client Error by @atsu1125

Full Changelog: v3.4.10-atsuchan-d4...v3.4.10-atsuchan-e5

v3.4.10-atsuchan-d4

13 Mar 16:33
99bbaa1
Compare
Choose a tag to compare

What's Changed

  • PGroongaのイメージを自作のものを使うように by @atsu1125 in 307f882
  • フォロワーのみの投稿をピン留め解除できないのを修正 by @MitarashiDango in d50113a
  • Sidekiqコンテナのヘルスチェックが失敗しているのを修正 by @atsu1125 in 24f853c
  • Merge v3.5.6 へのバックポートのバックポート
  • ストリーミング接続数を取得できるように by @noellabo in 4572f95
  • セカンドSMTPサーバーをドメインによって利用できるように by @noellabo in 38a7681
  • ドメインタイムラインのストリーミングに投稿が挿入できていないのを修正 by @atsu1125 in d0c707e dfc6c34
  • 公開範囲アイコンのリファクタリング by @ClearlyClaire in dfcf7b5
  • ブーストする時とフォロー解除する時の警告はデフォルトで行う by @atsu1125 in d54ade5
  • Glitchのモバイル版でブーストの公開範囲を選択できないのを修正 by @atsu1125 in b888596
  • サイレンスされたアカウントを見つけにくく by @noellabo in 9867a28
  • プッシュ通知の送信サーバーをブロックできるように by @noellabo in 07dfad6
  • DMのみメール通知できるオプション by @noellabo in b1905a4
  • ホームタイムラインで公開範囲によるフィルタを拡充 by @atsu1125 in 686091e

Full Changelog: v3.4.10-atsuchan-c3...v3.4.10-atsuchan-d4

v3.4.10-atsuchan-c3

05 Jan 12:31
4c9e535
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.10-atsuchan-b2...v3.4.10-atsuchan-c3

v3.4.10-atsuchan-b2

30 Dec 05:06
6644911
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.10...v3.4.10-atsuchan-b2

v3.4.10

15 Nov 08:02
2553057
Compare
Choose a tag to compare

Upgrade overview

ℹ️ Requires Mastodon restart

For more information, scroll down to the upgrade instructions section.

What's Changed

Full Changelog: v3.4.9...v3.4.10

Upgrade notes

Other additional steps are likely to apply, please carefully read the upgrade notes for the skipped releases.

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Non-Docker

  1. Pull the code: git fetch && git checkout v3.4.10
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart mastodon-web and mastodon-sidekiq:
    systemctl reload mastodon-web
    systemctl restart mastodon-sidekiq

Docker

The exact steps depend on your setup, but they are likely to match the following:

  1. Pull the code: git fetch && git checkout v3.4.10
  2. Pull the prebuilt images: docker-compose pull, or, alternatively, build them yourself: docker-compose build --pull
  3. Restart all Mastodon processes: docker-compose up -d

v3.4.9

14 Nov 22:45
fcdae81
Compare
Choose a tag to compare

Upgrade overview

ℹ️ Requires Mastodon restart

For more information, scroll down to the upgrade instructions section.

What's Changed

Full Changelog: v3.4.8-g7...v3.4.9

Upgrade notes

Other additional steps are likely to apply, please carefully read the upgrade notes for the skipped releases.

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Non-Docker

  1. Pull the code: git fetch && git checkout v3.4.9
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart mastodon-web and mastodon-sidekiq:
    systemctl reload mastodon-web
    systemctl restart mastodon-sidekiq

Docker

The exact steps depend on your setup, but they are likely to match the following:

  1. Pull the code: git fetch && git checkout v3.4.9
  2. Pull the prebuilt images: docker-compose pull, or, alternatively, build them yourself: docker-compose build --pull
  3. Restart all Mastodon processes: docker-compose up -d

v3.4.8-g7

10 Nov 11:15
12fe672
Compare
Choose a tag to compare

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires database migration process for zero-downtime deployment
ℹ️ Requires Mastodon restart

For more information, scroll down to the upgrade instructions section.

What's Changed

  • Merge Develop by @atsu1125 in #54
  • フォローしているユーザーからのフォローリクエストは自動で承認するように Feat: Auto Accept Follow request if Following by @atsu1125 in 3924352 cab0932
  • プロフィールタイムラインからフォロワーを解除できるように Feat: Remove Follower at Account timeline by @atsu1125 in fc86245
  • 投稿の言語選択を自動でするように戻した by @atsu1125 in 9d47ef5 94f9000 fa43fb9
  • モデレーションでメディアを閲覧注意にできるように Add ability to mark statuses as sensitive from reports in admin UI by @Gargron in bbe27f2
  • ログイン時にトップページに戻ってもログイン画面を表示しないように Redesign /about when already logged in by @ClearlyClaire @Gargron in aa4b474
  • Vanilla MastodonでUnlistedにするキーボードショートカットを追加 Add a new key-binding by @GenbuHase in 676073a

Full Changelog: v3.4.8-e6...v3.4.8-g7

Upgrade notes

Other additional steps are likely to apply, please carefully read the upgrade notes for the skipped releases.

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Non-Docker

  1. Pull the code: git fetch && git checkout v3.4.8-g7
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Run the database migrations: RAILS_ENV=production bundle exec rails db:migrate
  4. Restart mastodon-web and mastodon-sidekiq:
    systemctl reload mastodon-web
    systemctl restart mastodon-sidekiq

Docker

The exact steps depend on your setup, but they are likely to match the following:

  1. Pull the code: git fetch && git checkout v3.4.8-g7
  2. Pull the prebuilt images: docker-compose pull, or, alternatively, build them yourself: docker-compose build --pull
  3. Run the database migrations: docker-compose run --rm web rails db:migrate
  4. Restart all Mastodon processes: docker-compose up -d

v3.4.8-e6

05 Nov 15:30
69b9985
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.8-f5...v3.4.8-e6