Releases: bsimjoo/Telegram-RSS-Bot
Version 2.1.3
Bug fixes and New features
- The owner can now configure the robot from the Selectors and Attributes settings in the configuration according to the source format.
- New wait animation will be shown when user send
/last_feedcommand
Conflict
Please check config-example.jsonc and strings.json. This version may need new configs
Version 2.1.2-beta
bug fix
Version 2.1.0-alpha
Bug fix and new feature
WARNING: new config format, if your using older version, please check your old config with new example.
New feature:
- Since version 2.0.0 owner could configure feed reader format refer to source RSS formatting. But in past they just could only chose tag-names not the attributes. in this version they can also set attribute name to extract information from it.
- In older version bot just sent last new feed but now it will send every new feed since last one (may be more than one post).
- In this version, if the owner wants the bot to send repeated posts at each interval, it can set
"time selection": null. *The bot only sends the last feed every 'n' seconds`
Version 2.0.2-alpha
Config format changed to JSON (.jsonc JSON with comment) and now Bot will use CSS-Selector to get feed details like title, link, date and content; it also uses CSS-Selectors to skip a post and too more new features and configs...
Version 2.0.1-alpha
- Bugs fixed
Version 2.0.0-alpha
Change log
New modules decorators and handlers was added to project. These new modules make it easy to edit code and reduce complexity.
The new BugReporter module has been rewritten as a static module, so there is no need to create an 'instance'.
Version 1.25.0
Change Log
- Bug fix (more stability)
- added more exception logging and bug reporters
- new command for owner make him able to see all events in debug mode
- fixed bot block and stop issue.
Conflicts
this version have some problem with old versions. so if you're about to update the old version to this one try to fix issues below:
- default-strings.json had been updated so if your using a custom version of strings file update it you self.
Version 1.24
Change log
- Bug reporter improved
- Removed grouping
- By using git now Bug-Reporter can reach source and commit
- Better links for bug information (links now point to a line of a file in a specific commit)
- New configurations added
Version 1.23.1
Change log
- Bug fix
Version 1.23
Change log
- Now admins can send HTML messages to all users
- using HTML instead of Markdown
- Using configuration file instead of arguments
- Bug fix
- Improved bug reporter
Conflict
From this version default database directory is db.lmdb so if you're upgrading old versions rename old db or config your own db directory