Releases: coralproject/talk
Releases · coralproject/talk
v9.0.6
v9.0.5
v9.0.4
v9.0.3
v9.0.2
Bug fixes and improvements
- Add domain ban history description to account history to clarify why the account was banned #4590
- Add pre-mod labels to moderate cards in user history to help mods see which comments never appeared on the stream #4589
- Localize fr-FR i18n strings for notifications #4588
- Update docs with correct node version #4578
- Update docs about native mobile integration with link to new app-proxy example #4592
v9.0.1
v9.0.0
v9.0.0
🚨 This version updates a major dependency and action is required to maintain developer workflows. This is not a breaking change for app functionality, builds, or deploys.
v9.0.0 replaces npm
with pnpm
to speed up CI and resolve some long-standing issues with package installation. Developers need to follow these steps to update local workflows:
- Run
npm install -g [email protected]
- Clear node_modules by running
sh scripts/clear-node_modules.sh
- Run
sh scripts/pnpm-ci.sh
to install from the newpnpm-lock.yaml
. (This is equivalent topackage-lock.json
)
Updated commands
- Package installation is now run with
sh pnpm-i.sh
- All commands previously using
npm
now usepnpm
. Exnpm run watch
is nowpnpm run watch
Breaking changes
- Update to pnpm #4548
New functionality
- 🌱 New commenter badge #4571
Bug fixes and improvements
- Email domain ban confirmation #4560
- Make protected email domain bans customizable #4550
- Increase rate limit for flagging comments in API #4552
- Allow utilities/download to work with archive databases #4549
- Update email domain table in admin #4543
- Update sso.md description #4539
- Update installation instructions #4557
- fix missing css in user drawer tabs #4581
- copy and style updates for new user badge #4580
v8.8.0
In-page notifications
We’ve added an optional new in-page notifications feature. The new in-page notifications feature is enabled by default and can be controlled by admins inside the Configure
menu.
It includes these features:
- A new
Notifications
tab at the top of the comment stream that will show users new notifications on their comments. As users scroll through comments, a floating notification button will remain on the page so they can see and easily access new notifications. - The ability to receive in-page notifications on comment replies, featured comments, and pending comment reviews.
- The ability for users to set their in-page notifications preferences in their
Preferences
tab.
The branch for this work is #4492
v8.7.4
v8.7.3
New features and fixes
- Protected email domains can now be set to 'always pre-moderate' #4531
- Anonymous DSA reports now show on comment moderation cards in the Coral admin #4530
- Added a script to help admins backup all data for tenants on a MongoDB instance #4528
- Support
x.com
links as media embeds when they are included in a comment #4521 - Users pending deletion can now view their profile without being logged out #4520
- Fixed padding on user drawer badges in the admin #4519
- Enabled external moderation phases to run when DSA is enabled and include rejection reasons #4516
- Added
secretBadges
to the user model to be configurable in Mongo, for optional user badges not associated with roles or SSO claims #4506 - Fixed bug where multiple moderators featuring comments incorrectly incremented the featured count #4502
- Added
SECURITY.md
file to Coral #4501 - Added more Swedish translations #4529 – thanks @antonborgstrom!
- Fixed Finnish translations for email notification footer #4524 – thanks @juhog!
- Fixed typo in
stream.ftl
translations #4511 – thanks @oliver-dvorski!