Skip to content

Releases: indes/flowerss-bot

v0.8.3

11 Oct 14:42
Compare
Choose a tag to compare

Fix

  • Message template config fail (#70)

v0.8.2

08 Oct 07:07
Compare
Choose a tag to compare

News

  • Auto set description of commands when bot start
  • Allow disable db debug log
log:
  db_log: false / true

Fix

  • mirror fix

v0.8.1

08 Oct 05:03
Compare
Choose a tag to compare

New

  • 支持设置可使用bot的白名单用户 #44

v0.7.2

13 Sep 11:24
Compare
Choose a tag to compare

New

  • Add /check cmd
  • Decode html entities before publish to telegraph
  • Support creating telegrph account
  • Import opml for channel
  • Set channel subscribe feed tag
  • New log new log wrappers

Fix

  • Cannot import in group
  • Return correct subscribe id in /list cmd
  • Add escape characters

thanks

@Aoang @prnake @clatteringmarion @cxyzzz @rv2900 @hulb

v0.7.1

26 Apr 10:00
Compare
Choose a tag to compare

New

  • cmd /version for view bot version

Fix

  • set tag hint error

v0.7.0

25 Apr 14:10
Compare
Choose a tag to compare

New

  • Support for custom User-Agent

v0.6.1

11 Apr 02:36
Compare
Choose a tag to compare

New

  • Print version info with -v flag.
  • Release cgo version binaries

v0.6.0

09 Apr 09:50
Compare
Choose a tag to compare

New

  • New command /setfeedtag for feed tag setting.
  • Broadcast news with feed tags.
  • Auto migration for models.
  • Option for disable web page preview.

Fix

  • Docker image error.

Other

  • Use GitHub Actions release new version.

Thanks @junbaor for the contribution on this release version.

v0.5.3

04 Jan 07:33
Compare
Choose a tag to compare

Changelog

82ee017 BUG:群组和频道收到表情文件引发OPML导入错误 (#28)
6c8cc8c BroadNews use text template
45576ba Merge pull request #24 from yichya/fix-xml-parsing-and-magic-number
584a79b Merge pull request #26 from boypt/prevlen
2900b75 check admin on receiving doc
7c095d7 docs(readme): update readme
ee4d9a4 feat(bot): custom bot api endpoint
4df2d82 feat(set): inline button
f70c1cb feat(unsub): format unsub message
47dfe73 feat(unsub): inline button
220ce81 feat(unsub): inline button in group
6c6c169 feat: set command for channel
d2b2771 filter files .opml
6b23c26 fix UpdateFeed xml parsing; fix ErrorCount magic number
ee354e3 fix misuse of sub.EnableTelegraph
f503cea fix tpl_mode too verbose
74417e7 fix xml parsing
42228e8 fix xml parsing (#23)
b3b728f fix(import): remove doc mime type limit
ab5c5c3 fix: markdown mode is strict on source codes
385b358 only publish to telegraph if html len > config.PreviewText
541cfd9 print bad msg
e6cbb30 修BUG:Markdown模板的错误可能导致telegram api报错 (#27)
643d178 增加可配置的消息模板 (#25)

v0.5.2

04 Dec 08:19
Compare
Choose a tag to compare

Changelog

c3e1085 docs(doc): update
51b8c61 feat(bot): unsub all
f3d2fdf refactor(bot): cmd & button handle