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

Releases: piraces/rsslay

v0.4.4

28 Feb 22:39
Compare
Choose a tag to compare

Changelog

  • 68fd4bc feat: change strip html library to more stable one
  • cfc631f feat: set relays in session storage on each contact list received (closes #31)
  • 1583a3d feat: set max content length to 5000 for rsslay main instance
  • 418bb61 feat: make content length configurable by environment variable (related #26)
  • 96948ad feat: show random feeds on each load of main page (closes #33)
  • b764bdf feat: change all references to nitter.net to a stable instance (closes #35)
  • 377f340 Create SECURITY.md
  • b76c732 chore(deps): bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 (#25)
  • 1080f7f chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#27)
  • 9bbd321 chore(deps): bump github.com/hellofresh/health-go/v5 from 5.0.0 to 5.1.0 (#28)
  • 821676a chore(deps): bump github.com/nbd-wtf/go-nostr from 0.13.1 to 0.13.2 (#29)
  • 7a7a867 chore(deps): bump github.com/fiatjaf/relayer from 1.7.1 to 1.7.2 (#30)
  • 8e39668 fix: provide a little more space when inserting comments URL

v0.4.3

18 Feb 15:53
Compare
Choose a tag to compare

Changelog

  • 4f377ce feat: #14 support for comments in RSS feeds
  • 6c13e2a chore(deps): bump github.com/nbd-wtf/go-nostr from 0.13.0 to 0.13.1 (#23)
  • b3f0be0 chore(deps): bump github.com/fiatjaf/relayer from 1.7.0 to 1.7.1 (#24)

v0.4.2

12 Feb 22:15
Compare
Choose a tag to compare

Changelog

  • bec67e6 fix: menu bar in mobile devices
  • e4c7f2b chore: change owner pubkey in fly.toml

v0.4.1

12 Feb 21:09
Compare
Choose a tag to compare

Changelog

  • c4fe528 feat: #22 implement custom NIP-11 support parametrizable

v0.4.0

11 Feb 17:30
Compare
Choose a tag to compare

Changelog

  • 395cfda fix: UI fixes
  • d2cccc3 fix: nostr profile handling fixes
  • f12cb12 fix: dockerfile missing assets
  • 6ca2679 feat: #12 implement login with extension and following profiles
  • 0a3ee11 feat: change the way to serve assets
  • c1a2bfb chore: update relays to sync with

v0.3.6

09 Feb 23:30
Compare
Choose a tag to compare

Changelog

  • 395c006 fix: better error handling, code refactoring, more tests and adjustments
  • 99d5f0f docs: more light README.md making references to the project wiki

v0.3.5

07 Feb 20:18
Compare
Choose a tag to compare

Changelog

  • 1427a87 chore: bump version to 0.3.5
  • 539df60 feat: add copy buttons on created page (related #8)
  • f510b8f feat: continuously check for updates every 20 minutes (related #15)
  • 60f9cf3 chore(deps): bump github.com/nbd-wtf/go-nostr from 0.12.0 to 0.13.0 (#20)
  • 462909b chore(deps): bump docker/build-push-action in /.github/workflows (#18)
  • 81481bc chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#19)
  • 24e3ad8 Create codeql.yml

v0.3.4

06 Feb 22:25
Compare
Choose a tag to compare

Changelog

  • aa86382 ci: fix pipeline go version
  • 499a25c fix: #17 use original RSS feed URL for NIP-05 verification instead of provided feed URL
  • e8d40c4 chore(deps): bump to golang 1.20 and fix lastEmitted sync.map
  • fa6666a Update README.md

v0.3.3

05 Feb 16:58
Compare
Choose a tag to compare

Changelog

  • 897f294 fix: RSS parsing with comments from stacker.news and HTML entities encoding
  • 0727373 fix: crash when loading different types from lastEmitted Store #15
  • fd2811b test: add more tests
  • 4215ded Merge pull request #16 from fossabot/add-license-scan-badge
  • f1a470d Merge branch 'main' into add-license-scan-badge
  • 5594b8c chore: change to main named branch and modify workflows
  • 8bbe89f Add license scan report and status
  • 3ede1e5 Remove orangepill.dev since now is not public 😢
  • b9b5bd5 chore(test): add coverage when running tests and badge to README.md
  • 4cbc573 feat: new workflow for tests and firsts tests #10
  • bc6164e fix: delete detected no longer feeds
  • 1068e45 feat: links to clients to view profiles (related #8)

0.3.2

03 Feb 22:01
Compare
Choose a tag to compare

Changelog

  • b9f452f feat: new project layout #9 and implemented NIP-42 for broadcasting #5
  • cd37620 Update fly.toml
  • 0236606 added a few mirrored relays to RELAYS_TO_PUBLISH_TO list, as those relays will propogate the content
  • 133dcfe fix: handling of some nostr.json searches
  • 2c04c81 fix: bad logging of replayed messages