Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Releases: piraces/rsslay

0.2.1

21 Jan 17:08
Compare
Choose a tag to compare

Version 0.2.1

Second release fix

Fixed:

  • CI/CD for goreleaser binaries for multiple platforms and architectures #3

0.2.0

21 Jan 16:58
Compare
Choose a tag to compare

Version 0.2.0

Second release 🚀

Features:

  • Created api endpoints in /api/feed (GET, POST) #1
  • Added healthchecks #4
  • Dockerfile for railway #2
  • Railway template "one-click" deploy #2
  • CI/CD for goreleaser binaries for multiple platforms and architectures #3

Others:

  • updated docs

0.1.0

21 Jan 00:54
Compare
Choose a tag to compare

Version 0.1.0

First official release

Fixes:

  • nitter feed formatting (avoiding duplicates)
  • favicon incorrect handling
  • avoid duplicates when feed title and description are the same

Features:

  • added NIP-19 info to created feed and already created feeds list
  • added RSS info about how to generate a RSS feed of almost every site 👾
  • better handling of nitter feeds including special formatting for retweets and responses
  • Dockerfile now available! run the relay with docker!
  • Dive check for image build "performance"
  • CI/CD for docker releases publishing to GitHub and Docker Hub

Others:

  • bump dependencies
  • updated docs