:don: 2.0.0

ついに来ましたね、2.0。 リリースノート見ながら思い出話するやつです。 https://github.com/tootsuite/mastodon/releases/tag/v2.0.0 Breaking changes: All id attributes in the REST API responses, including attributes that end in _id, are now ret…

Mastodon v1.6.1

v1.6.0のを整理しないままに出てしまった。まあいいか。 リリースノート見ながら思い出話するやつです。 https://github.com/tootsuite/mastodon/releases/tag/v1.6.1 今回はActivityPub周りのバグ修正が多いですねー。 Features Add section for protocol s…

Mastodon v1.6.0

https://github.com/tootsuite/mastodon/releases/tag/v1.6.0 を訳したり捕捉を入れたり再編したものです。 ActivityPub 対応 鯖缶はこれをどうぞ https://hackmd.io/s/H1KSg6ttW ユーザーとして知っておくべきポイントは、これぐらいです: ロックされていな…

:don: 170806

v1.5.0から今日の分まで。そろそろパッチリリース出るんじゃないかって気もするけど。 https://github.com/tootsuite/mastodon/compare/v1.5.0…d1d4653 重い話 絵文字をドメイン名に含んだURLを投稿すると、投稿時やTL取得時に500になっていた件 Don’t throw…

:don:170802 v1.5.0

v1.5.0リリース https://github.com/tootsuite/mastodon/compare/v1.5.0rc3…v1.5.0 まあrc3まで行ったのでそんなに残ってはいないですね。 でかい修正(当社比) ™ ® © を絵文字に変換しない Do not emojify ™, ® and © - no more gray on gray by MightyP…

:don: 170801 v1.5.0rc3

昨日リリースされた 1.5.0rc3 をご紹介。 https://github.com/tootsuite/mastodon/releases/tag/v1.5.0rc3 https://github.com/tootsuite/mastodon/compare/v1.5.0rc2…v1.5.0rc3 そこそこのやつ URLを全て23文字としてカウントし、メンションのドメイン部分…

:don: 170729 v1.5.0rc2

今回はv1.5.0rc1~rc2の範囲が対象です。 https://github.com/tootsuite/mastodon/compare/v1.5.0rc1…v1.5.0rc2 比較的大きいやつ ドロップダウンメニューをスマホではモーダルとして表示するように fix(dropdown_menu): Open as modal on mobile by sorin-d…

:don: 170724 v1.5.0rc1

v1.5.0rc1 がリリースされました。 https://github.com/tootsuite/mastodon/releases/tag/v1.5.0rc1 末代鯖にはまだ入っていないものもありますが、ついでに紹介してしまいます。 そこそこでかいの デザイン変更色々 /about/more Redesign extended informat…

:don: 170723

比較的でかいの ロゴの変更 New logo by Gargron · Pull Request #4306 · tootsuite/mastodon こんなロゴになりました。 ほどほど 読み込み中のカラムタイトルを本来のものに揃える fix(columns_area): Show correct title for preview columns by sorin-dav…

:don: 170716-22

結局一週間空いてますね。細かいのや、メディアモーダルみたいにずっと直してるみたいなのは省略。 比較的でかいやつ ミュートしたアカウントからのあらゆる通知を表示しないように Fix #4172 - Mutes now block notifications by Gargron · Pull Request #4…

:don: 170715

bug 未知のアカウントに対する返信への返信がHomeに表示される Fix subsequent replies to unresolved status not being filtered from home by Gargron · Pull Request #4190 · tootsuite/mastodon A(未知)←B←C みたいに返信していったときに、BとCをフォロ…

:don: 170714

WebPush対応 Web Push Notifications by sorin-davidoi · Pull Request #3243 · tootsuite/mastodon ページを開いていないときでも機能するプッシュ通知ですね。Gmailやなんかでも使われてるやつ。スマホではAndroidのChromeが対応してるとかどうとか。 admi…

:don: 170713

Fix #1010 - When spoiler text is set, enforce sensitivity too by Gargron · Pull Request #4176 · tootsuite/mastodon これまでspoiler_text(CW)とsensitive(NSFW)は完全に独立した機能でしたが、spoiler_textが設定されている投稿に添付したメディアは…

:don: 170712

マージ済み Improve UI of admin site settings by Gargron · Pull Request #4163 · tootsuite/mastodon (beforeとafterを把握しきれていないので後で埋める) Fix #4067 - Do not make HTTP round-trip when resolving local URL by Gargron · Pull Request …

:don: 20170711

新ランディングページ がついにマージされました。マージされる前からmaster勢がこぞって挑戦し、日本語訳に関して議論を交わしていたのでいくつかメモ。 一番上に表示されているリンク Log in About Instance list について、 ログイン このインスタンスに…

:don: 170710

書いた CSPが設定されてるとiOS9等で動かない件 Update es5-ext to avoid CSP violation by unarist · Pull Request #4145 · tootsuite/mastodon Polyfill の中で global を取得するために new Function("return this") を使っている箇所があり、それが読み…

:don: 170709

書いた regression: 通知カラムをピン留めしていると初回ロードが走らない Make all reducers sync by sorin-davidoi · Pull Request #4125 · tootsuite/mastodon まあ面倒だもんね。で、 Fix initial loading of pinned Notifications column by unarist · …

:don: 170708

書いた regression: media_attachmentのtext_urlがおかしい Fix JSON serialization of media_attachment (regression from #4090) by unarist · Pull Request #4111 · tootsuite/mastodon · GitHub わかりやすいところでは投稿時に自動挿入されるリンクがこ…

:don: 170707

読んだ regression: JSON->AMS諸々 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl by Gargron · Pull Request #4090 · tootsuite/mastodon これに関して、バグがぞろぞろと。 Add recursive object support to API …