Skip to content

Releases: xtrime-ru/TelegramRSS

v4.5.0

06 Jun 21:35

Choose a tag to compare

What's Changed

  • Return correct code for rate limited requests
  • Added Basic auth header authorization

Full Changelog: v4.4.0...v4.5.0

v4.4.0

26 Jan 12:19

Choose a tag to compare

v4.3.0

31 May 14:29

Choose a tag to compare

Features:

  • Add icon url to rss feed

Full Changelog: v4.2.0...v4.3.0

v4.2.0

22 Mar 22:52

Choose a tag to compare

  • Add reactions and views in rss
  • new html generator to fix support of nested entieties
  • php 8.4 support
  • Fix support for docker 26

Full Changelog: v4.1.0...v4.2.0

v4.1.0

26 Jan 18:53

Choose a tag to compare

New features:

  • Show one post by its id.

v4.0.4

27 May 22:32

Choose a tag to compare

Fixes:

  • deserialization bug
  • support new telegram-api-server container name

v4.0.3

14 Apr 21:25

Choose a tag to compare

Fixes:

  • Full support for ipv6 clients
  • Allow to define real ip header from nginx in .env.docker
  • get only last ip from X-Forwarded-For (if multiple)

v4.0.2

12 Apr 11:23

Choose a tag to compare

Fixes:

  1. Error caching
  2. Allow trailing slashes in urls
  3. Limit argument ignore
  4. Show all grouped images

v4.0.1

10 Apr 00:33

Choose a tag to compare

  • Fix varios notices and errors;
  • Get correct remote ip info from nginx;
  • Redirect to empty preview image if there is no preview;

v4.0.0

09 Apr 22:47

Choose a tag to compare

Featuring big update for TelegramRSS!
Now using amphp v3 and fibers instead of swoole.

Improvements

  1. Media streamed directly to user without intermediate download in memory. Lower latency and zero memory usage.
  2. RSS page now uses title and decription from peer info.
  3. Big refactoring and cleanup.