File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project are documented here. The format is based on
44[ Keep a Changelog] ( https://keepachangelog.com/ ) , and this project adheres to
55[ Semantic Versioning] ( https://semver.org/ ) .
66
7+ ## [ 3.1.3] - 2026-06-20
8+
9+ ### Fixed
10+ - ** ` /help ` in a private chat now actually outputs.** Its DM reply was sent in HTML parse
11+ mode, but the help text contains literal ` <包名> ` / ` <编号> ` placeholders that Telegram
12+ rejects as malformed HTML ("can't parse entities") — and the send error was discarded, so
13+ nothing appeared. It (and ` /ping ` / ` /stats ` in DM) now send as plain text, matching the
14+ group path. Verified against the live Bot API.
15+
716## [ 3.1.2] - 2026-06-20
817
918### Fixed
@@ -373,6 +382,7 @@ First stable release.
373382 long polling, no inbound port; ships a hardened ` systemd ` unit (` DynamicUser ` +
374383 sandboxing) and reads its token from the environment.
375384
385+ [ 3.1.3 ] : https://github.com/Zakkaus/gentoo-zh-verify-bot/releases/tag/v3.1.3
376386[ 3.1.2 ] : https://github.com/Zakkaus/gentoo-zh-verify-bot/releases/tag/v3.1.2
377387[ 3.1.1 ] : https://github.com/Zakkaus/gentoo-zh-verify-bot/releases/tag/v3.1.1
378388[ 3.1.0 ] : https://github.com/Zakkaus/gentoo-zh-verify-bot/releases/tag/v3.1.0
You can’t perform that action at this time.
0 commit comments