Skip to content

Releases: emaele/rss-telegram-notifier

v1.3.3

28 Apr 17:22
197997d

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

16 Oct 09:00

Choose a tag to compare

  • Docker image and compose changes

v1.3.1

12 Sep 12:59
3366a91

Choose a tag to compare

  • Bug fixes

v1.3.0

12 Sep 11:21
c349482

Choose a tag to compare

Changelog

c349482 Merge pull request #12 from emaele/mariadb
4ec90e5 bind webserver to 0.0.0.0 by default
d1d4f3f fix nil pointer because of empty db instance
2280830 update go version of dockerfile
850c6cb expose port 26009 in docker compose
9ad1f22 add docker compose file
b04a375 use alpine linux in build
4d465b3 backstore stuffing
6a24117 Merge branch 'main' into mariadb
3623975 create backstore
9270765 starting refactor and switch to mariadb instead of sqlite

v1.2.0

02 Jul 15:38
8c04201

Choose a tag to compare

  • Added thumbnail for youtube videos

v1.1.0

16 May 16:05
6ae295c

Choose a tag to compare

Changelog

6ae295c Create goreleaser.yml
424d4d9 Create .goreleaser.yml
a4b538c Merge pull request #1 from emaele/1.1.0
39b75de set program routines in main
e9b9b7d remove dbpath as global variable
de13eaa fix lint suggestions
dbf645b added more comments
1d3207d set notification routine to 15 minutes
4ccea99 Create codeql-analysis.yml
841b9e7 use wrapped db functions
a2feb2c wrap db functions
fce965c update go mod
72c13f7 change error var name
2bfdebd wrap some telegram stuff
557f3b0 better organization for routes
ad12b1f handle errors
1b0eb97 improve delete process
d96495d add a function that retrieves feed name
a99446f add a log when an invalid token is provided
31fe56f improve logging
bd15a91 change telegram library
4fb2ace wrap up database stuff
ce5397f remove deleted at field when sending json response
92e6550 update entities
c2804df minor refactor
451a43e reduce fetch time and increase notify time
003d194 discard fields when sending json responses
a01ef9b update readme
d2f65a6 add simple authorization with provided token
b564805 Merge branch 'main' of github.com:emaele/rss-telegram-notifier into main
ac0809e add feeds from a JSON struct
4aad918 Update README.md
7b29a05 update getItems
ec05c8f update delete function
97af5bf search by feed and not by id
49d940a range elements
ea3cca1 delete elements when deleting feed
02a702f delete route
b62b1e8 delete feed
27df61b read feed ID
e33c3c3 log items added
259bc56 load db path from cli argument
1088b56 feetch items when adding feed
572464e minor refactor
1a86a22 rename routes
8c438bb update gitignore
58891ea update gitignore
31a4879 add Dockerfile
ec2bb31 update go modules
b484a19 rename files
44a7d49 better error flow
8f60281 if no feed elements found return 404
66ed3db if no feeds found return 404
3df37a2 remove debug when searching posts to send
1935a53 send telegram message for every new element
3e73938 get feeds list and feed elements
b3f5f66 update gitignore
1f3b5bb first commit
a76de75 Initial commit