Skip to content

Commit

Permalink
Merge pull request #3621 from dev-hato/release_v302
Browse files Browse the repository at this point in the history
release v3.0.2
  • Loading branch information
nakkaa authored Feb 14, 2024
2 parents 5806c47 + bb89de8 commit de8f9b3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@
* `Removed` 削除された機能について。
* `Fixed` バグ修正について。

## v3.0.2

### Note

* Misskey v2023.12.2以降では、tokenにアカウントの情報を見るの権限が必要になりました。(#3529)

### Added

* pingしたらpongを返すようになりました。(#2768)

### Changed

* slack sdkを置き換えました。(#2668, #2697)

### Fixed

* Misskeyと切断されるとエラーが出て復帰しない問題を修正しました。(#2764)
* MisskeyではUTF-8絵文字は変換済みにして送信するように修正しました。(#2489)
* Misskeyでメンションに反応しない問題を修正しました。(#2763)

## v3.0.1 - 2023-04-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion plugins/hato.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def version():

str_ver += (
"\n"
"Copyright (C) 2022 hato-bot Development team\n"
"Copyright (C) 2024 hato-bot Development team\n"
"https://github.com/dev-hato/hato-bot\n```"
)
return str_ver
Expand Down
2 changes: 1 addition & 1 deletion slackbot_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@

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

VERSION = "3.0.1"
VERSION = "3.0.2"

0 comments on commit de8f9b3

Please sign in to comment.