Skip to content

Releases: ispy4you/auto-telegram-news

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:26
Immutable release. Only release title and notes can be modified.

1.4.0 (2026-09-01)

Features

  • add a per-setting reset to default (#30) (a1ab7bd)
  • fetch lost media when the post page opens (#33) (5eed828)
  • full Telegram formatting in the post editor (#35) (00d8781)
  • let a post be published as a Telegram quote (#32) (f729867)
  • make the Telegram login understandable (#27) (01ccaf4)
  • вкладка «Генерация» — пост из текста, вставленного руками (#40) (b99a2af)
  • одно поле промпта вместо двух + кнопка проверки (#37) (747462f)
  • показать скрытую часть промпта, без права редактировать (#39) (28076c1)
  • своё фото и видео в посте (#41) (a6a6922)

Bug Fixes

  • allow deleting a post that a duplicate points at (#34) (fd9e493)
  • name the account without a re-login, show the banner only on connect (#29) (9ebca99)
  • say why the model returned nothing (#36) (e55579a)
  • stop curly braces in the prompt from breaking generation (#31) (245c6a2)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 07:05
Immutable release. Only release title and notes can be modified.

1.3.0 (2026-08-25)

Features

  • enable semantic deduplication by default (#20) (26908b9)
  • manage the database schema with Alembic (#16) (d27b2af)
  • prune the action log and stop logging empty scheduler runs (#19) (0cb1c88)
  • refetch missing media from the source before publishing (#21) (39637d1)
  • store the Telethon session in the database (#11) (d52f093)

Bug Fixes

  • accept non-ASCII passwords, and cover login and CSRF with tests (#24) (ac9bbcb)
  • docker: force apt over IPv4 (#14) (1a4f132)
  • docker: retry apt downloads instead of failing the build (#13) (e46c0f5)
  • publish to every target channel, not only the first (#25) (4c64bc1)
  • reuse the listener's Telethon client when restoring media (#26) (9437f31)
  • stop duplicate publications and make the retry limit work (#15) (f5fbe12)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:10
Immutable release. Only release title and notes can be modified.

1.2.1 (2026-08-24)

Bug Fixes

  • make the container healthcheck work on App Platform (#9) (02003f5)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 07:35
Immutable release. Only release title and notes can be modified.

1.2.0 (2026-08-23)

Features

  • support deployment on Timeweb App Platform (#7) (eb914db)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 21:34
Immutable release. Only release title and notes can be modified.

1.1.0 (2026-08-09)

Features

  • add Docker/docker-compose for one-command setup (437035d)
  • add web-based Telegram login, no terminal required (ae07756)
  • move most .env settings into the web UI, redesign Settings page (#5) (f17d585)
  • skip posts older than a configurable age when collecting (7c7692d)

Bug Fixes

  • correct published post timestamps and per-channel stats (#4) (87d9499)
  • make server logs actually readable (fe5f970)
  • show clear connected state in Telegram account settings (6121ff7)
  • wire duplicate_threshold setting into the dedup service (5d5210f)

Documentation

  • document required PR + squash-merge workflow (#3) (c5904bc)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:01
Immutable release. Only release title and notes can be modified.

1.0.0 (2026-08-09)

Features

  • add automated releases and changelog via release-please (8469712)