File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 * ` Removed ` 削除された機能について。
88 * ` Fixed ` バグ修正について。
99
10+ ## v2.2.0 - 2022-02-11
11+
12+ ### Added
13+
14+ * ` amesh [郵便番号] ` で郵便番号の雨雲情報を取得できる様になりました。
15+ * 死活監視のため200レスポンスを返却するページを追加しました。(#782 )
16+ * Docker imageをGitHub Packagesへ登録しました。(#784 )
17+
18+ ### Changed
19+
20+ * OS再起動時にdockerコンテナも自動起動するように変更しました。(#734 , #785 )
21+
22+ ### Fixed
23+
24+ * コードやURLを含むコマンドも平文として解釈するように修正しました。(#778 )
25+
1026## v2.1.1 - 2021-06-17
1127
1228### Fixed
Original file line number Diff line number Diff line change 2323from library .clientclass import BaseClient
2424from library .jma_amesh import jma_amesh
2525logger = getLogger (__name__ )
26- VERSION = "2.1.1 "
26+ VERSION = "2.2.0 "
2727
2828
2929def split_command (command : str , maxsplit : int = 0 ) -> List [str ]:
@@ -263,7 +263,7 @@ def version(client: BaseClient):
263263 pass
264264
265265 str_ver += "\n " \
266- "Copyright (C) 2020 hato-bot Development team\n " \
266+ "Copyright (C) 2022 hato-bot Development team\n " \
267267 "https://github.com/dev-hato/hato-bot ```"
268268 client .post (str_ver )
269269
You can’t perform that action at this time.
0 commit comments