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:
- adding the
--replSet dbrsflag to themongodcommand - updating all MongoDB URI references in your
.envfiles such asFEED_REQUESTS_FEEDS_MONGODB_URI,DISCORD_REST_LISTENER_MONGO_URI,BACKEND_API_MONGODB_URIto include?replicaSet=dbrs&directConnection=trueat the end
- adding the
New Contributors
- @Marlbogaro made their first contribution in #448
Full Changelog: v7.3.0...v7.4.0