File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 88 * ` Removed ` 削除された機能について。
99 * ` Fixed ` バグ修正について。
1010
11+ ## v3.0.4
12+
13+ ### Note
14+
15+ * Misskeyのトークン発行時に、リアクションを操作するの権限が必要になりました。(#3834 )
16+
17+ ### Added
18+
19+ * Misskeyでコマンドを受理した際に、リアクションを付与するようになりました。(#3834 )
20+
21+ ### Changed
22+
23+ * Misskey投稿時に、フォロワーやダイレクトのリプライに対して、同じ投稿範囲で返すようになりました。(#3837 )
24+
25+ ### Fixed
26+
27+ * ログが出力されない問題を修正しました。(#3838 )
28+ * Misskeyでtext listの結果がコードブロックとして表示されない問題を修正しました。(#3833 )
29+
1130## v3.0.3
1231
1332### Changed
191210* ` text add ` 時の文字列にはプレーンテキストのみ指定可能となりました。
192211* Botの起動時に返答が複数回返ってくることがあります。(#146 )
193212
194- ### Deleted
213+ ### Removed
195214
196215* 天気コマンドは利用していたAPIサービスが終了したため廃止しました。(#189 )
197216* らぼったあ機能は廃止しました。(#191 )
Original file line number Diff line number Diff line change 4848
4949GIT_COMMIT_HASH = os .environ .get ("GIT_COMMIT_HASH" )
5050
51- VERSION = "3.0.3 "
51+ VERSION = "3.0.4 "
You can’t perform that action at this time.
0 commit comments