Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.5リリース #4305

Merged
merged 3 commits into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@
- `Removed` 削除された機能について。
- `Fixed` バグ修正について。

## Unrelease
## v3.0.5

### Added

- Misskeyモード時に、連合先からのメンションに応答するかを選べるようになりました。(#4267)
- fly.ioで動かすための設定を追加しました。(#3942)

### Changed

- Misskeyモード時に、CW付きのメンションにはCW付きで返すようになりました。(#4031)
- 温度表記を、摂氏〜度に変更しました。(#4101)

## v3.0.4

Expand Down
2 changes: 1 addition & 1 deletion slackbot_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@

GIT_COMMIT_HASH = os.environ.get("GIT_COMMIT_HASH")

VERSION = "3.0.4"
VERSION = "3.0.5"