Skip to content

Releases: xtrime-ru/TelegramRSS

v3.3.1

15 Jan 18:35

Choose a tag to compare

New php version and disable getSponsoredMessages for premium accounts.

v3.3.0

02 Jan 00:21

Choose a tag to compare

  • Fix swoole error
  • Add sponsored messages support

v3.2.1

12 Dec 21:47

Choose a tag to compare

Update docker dependencies

v3.2.0

01 Oct 23:53

Choose a tag to compare

  • Multiple enlosures in RSS for grouped messages
  • Fixed non media files downloads.
  • Fixed media downloads on channels/chats with redirected messages

v3.1.1

16 Aug 01:24

Choose a tag to compare

Feat: docker php 8

v3.1.0

15 Aug 22:09

Choose a tag to compare

This release packed with handy features:

  • If requested peer returned a permanent error, such as: private channel, invalid username, not a channel, etc... it will be cached. All following requests to such peer will return cached error. This allow to reduce number of invalid requests to telegram and avoid FLOOD_WAIT error.
  • State of service saved on disk and loaded after restart. Bans, rate limits and invalid peers are now persistent. its allowed to inspect/edit this files in /cache folder, when service is stopped.

v3.0.3

05 Apr 21:41

Choose a tag to compare

Varios fixes

v3.0.2

10 Nov 23:44

Choose a tag to compare

Bug fixes and optimizations

v3.0.1

03 Nov 01:09

Choose a tag to compare

Disable ban on unavailable TelegramApiServer

v3.0.0

02 Nov 23:12
be37fd3

Choose a tag to compare

Whats new:

  • Independent RPM settings for media and messages requests.

Breaking changes:

  • New RPM options in .env, and rename of old options. Need to update old .env files manually according to .env.example.