github tateisu/SubwayTooter v4.8.3
version 4.8.3

latest releases: v5.546, v5.545, v5.544...
pre-release2 years ago
  • firebase-messagingのDuplicatePlatformClasses対策を見直す
  • #178, image_matrix_limit を元にResizeConfigを作る部分で平方ピクセルとピクセルを混同してるバグがあった。3.4.2以降で
    もアカウント設定のリサイズ指定を尊重するようにした。

挙動の変更

  • Mastdon 3.4.2以降では /api/v1/instance の image_matrix_limit を見てリサイズしていましたが、うまく動いてなかったし、この値に合わせてアプリが画像をリサイズしてもその後サーバ側で再度リサイズされてしまうのでした。サーバ側での再度のリサイズを避けるために「アカウント設定のリサイズ指定を参照する」「サーバから指定されたimage_matrix_limit の方が小さいなら強制的にリサイズする」という挙動に変更しました。
  • In Mastdon 3.4.2 or later, ST was resizing the attachment image to specified size by image_matrix_limit of /api/v1/instance. but this didn't work well, and even if the app resized the image to this value, it was resized again on the server side. (ex: uploading 4096x4096 image is allowed, it it resized to 1440x1440 on server side). To avoid the resizing again by server size, ST's behavior has been changed to "Refer to the resize specification in the account settings" and "if image_matrix_limit specified by the server is smaller, force resize to this value".

Don't miss a new SubwayTooter release

NewReleases is sending notifications on new releases.