Skip to content

v7.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jul 14:52
68450c1

What's Changed

  • Update chakra to v3 by @synzen in #462
  • Support workspaces by @synzen in #464
  • Fix curated feeds failing to preview by @synzen in #453
  • Fix failed feed processing for feeds with 5000+ articles by @synzen in #454
  • Fix article delivery states being stuck in pending by @synzen in #455
  • Keep service alive on Discord global rate limit by @Marlbogaro in #448
  • Support native emojis on buttons by @synzen in #456
  • Support unselecting select feeds after selecting all feeds in copy dialogs by @synzen in #459
  • Normalize URLs when adding recognized platform feeds by @synzen in #460
  • Require Reddit connection when adding reddit feeds by @synzen in #465
  • Add note about Discord creating an embed for simple text template by @synzen in #469
  • Fix forum tags unable to be previewed/saved by @synzen in #472
  • Add formatting for additional currencies by @synzen in #471
  • Fix timestamps previewing incorrectly with quotes by @synzen in #473

Workspaces

A new feature that lets you share feeds with others in the same workspace automatically without having to individually send feed management invites. For workspaces to function:

  • Email notifications must be set up. Workspace members are invited and verified via email.
  • MongoDB must support replica sets. If you're self-hosting MongoDB, enable replica sets by:
    1. adding the --replSet dbrs flag to the mongod command
    2. updating all MongoDB URI references in your .env files such as FEED_REQUESTS_FEEDS_MONGODB_URI, DISCORD_REST_LISTENER_MONGO_URI, BACKEND_API_MONGODB_URI to include ?replicaSet=dbrs&directConnection=true at the end

New Contributors

Full Changelog: v7.3.0...v7.4.0