Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Releases: bsimjoo/Telegram-RSS-Bot

Version 2.1.3

Choose a tag to compare

@bsimjoo bsimjoo released this 20 Jan 12:21

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_feed command

Conflict

Please check config-example.jsonc and strings.json. This version may need new configs

Version 2.1.2-beta

Version 2.1.2-beta Pre-release
Pre-release

Choose a tag to compare

@bsimjoo bsimjoo released this 16 Jan 09:47

bug fix

Version 2.1.0-alpha

Version 2.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@bsimjoo bsimjoo released this 16 Jan 09:09

Bug fix and new feature
WARNING: new config format, if your using older version, please check your old config with new example.

New feature:

  1. 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.
  2. 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).
  3. 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

Version 2.0.2-alpha Pre-release
Pre-release

Choose a tag to compare

@bsimjoo bsimjoo released this 24 May 13:23

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

Version 2.0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@bsimjoo bsimjoo released this 01 May 06:40
  • Bugs fixed

Version 2.0.0-alpha

Version 2.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@bsimjoo bsimjoo released this 29 Apr 14:38

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

Choose a tag to compare

@bsimjoo bsimjoo released this 24 Apr 16:42

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

Choose a tag to compare

@bsimjoo bsimjoo released this 14 Apr 12:58

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

Choose a tag to compare

@bsimjoo bsimjoo released this 12 Apr 19:48

Change log

  • Bug fix

Version 1.23

Choose a tag to compare

@bsimjoo bsimjoo released this 12 Apr 10:43

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