Releases: coralproject/talk
Releases · coralproject/talk
v6.17.1
v6.17.0
New Features
- Introduces Story Info Drawer: new panel accessible from Stories table that shows information and actions related to stories #3738
- Adds email domain moderation settings #3846
- Persist seen comments in backend for cross-device syncing #3811
- Reject all comments by user is now accessible to single site mods #3820
- add rel=ugc to links #3854
Bug fixes and improvements
v6.16.2
v6.16.1
v6.16.1
New Features and Improvements
- introduce moderator "message" option to communicate with commenters without sending a warning #3757
- enable pre-moderation across single sites #3803
- introduce searchable list of sites in admin #3750
- prevent invalid images from being embedded #3669
- store and re-use detected words for more efficient moderate card highlighting #3724
- allow configuration of comment download link #3752
- strip anchor tags from pasted text #3780
- add sub-menus to the configuration menu #3784
- subscribe to comment edits #3772
- update spacing in user drawer so text doesn't get cut off #3794
- show list of who has reacted to a comment in the moderate card #3788
Bugfixes
- Fix python install error #3778
- ensure error messages are properly translated #3786
- ensure access tokens are passed through to any links that require authentication #3787
- fix staff badge tagging #3773
New index needed to support site search:
db.sites.createIndex({ tenantID: 1, "$**": "text", createdAt: -1 });
v6.16.0
New Features
v6.16 introduces data archiving, which is an opt-in feature that allows comments on closed stories to be automatically moved to a secondary database. If you do not opt into this feature you will notice no change.
More details on the implementation in PR description, complete documentation to come #3754
v6.15.4
v6.15.3
New features and improvements
- adds
FORCE_ADMIN_LOCAL_AUTH
env var to force admin to accept local authentication #3737 - add label to fieldset for accessibility #3735
- add missing af/za translations #3739
- Exclude users with deletedAt set when retrieving users to delete. #3740
- Allow dumping of memory heap in prod for debugging #3743
- fix bug with CommentSeen override #3747
v6.15.2
New Features
- Fire webhooks on COMMENT_CREATED event #3649
Fixes and improvements
- Fix slow dependency install #3711
- Fix empty text for "next unread" button #3714
- Add tablet support for mobile toolbar #3716
- Fixes bug with autofocus in reply form #3715
- Fix af/za translations #3712
- Update links in docs #3654
- Disable slow transitions on ios for improved performance #3722
- Pass scrape_max_response_size to scrapers fetchOptions #3723
- Don't start scheduled jobs if environment variable is set to false #3726
- Fix duplicate reply notification emails #3719
- Fix sign-in validation bug #3721