Advertisement
Guest User

bing chat request

a guest
Aug 23rd, 2023
1,247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. explain this mastodon changelog in a user-friendly way since i'm not entirely computer literate
  2.  
  3.  
  4. Changelog (v.4.2.0-beta2)
  5. Added
  6. Add “Privacy and reach” tab in profile settings (Gargron, ClearlyClaire)
  7. This reorganized scattered privacy and reach settings to a single place, as well as improve their wording.
  8. Add display of out-of-band hashtags in the web interface (Gargron, arbolitoloco1, ClearlyClaire, ClearlyClaire)
  9. Add auto-refresh of accounts we get new messages/edits of (ClearlyClaire)
  10. Add Elasticsearch cluster health check and indexes mismatch check to dashboard (ClearlyClaire)
  11. Add support for indexable attribute on remote actors (Gargron)
  12. Add DELETE /api/v1/profile/avatar and DELETE /api/v1/profile/header to the REST API (danielmbrasil, ClearlyClaire)
  13. Add S3_DISABLE_CHECKSUM_MODE environment variable for compatibility with some S3-compatible providers (ClearlyClaire)
  14. Add ES_PRESET option to customize numbers of shards and replicas (Gargron, ClearlyClaire)
  15. This can have a value of single_node_cluster (default), small_cluster (uses one replica) or large_cluster (uses one replica and a higher number of shards).
  16. Add missing instances option to tootctl search deploy (tribela)
  17. Add CACHE_BUSTER_HTTP_METHOD environment variable (renchap, ClearlyClaire)
  18. Add support for DB_PASS when using DATABASE_URL (ThisIsMissEm)
  19. Changed
  20. Change hashtags to be displayed separately when they are the last line of a post (renchap)
  21. Change the hashtag column to not display the hashtag header on pinned columns (ClearlyClaire)
  22. Change follow recommendation materialized view to be faster in most cases (renchap, ClearlyClaire)
  23. Change robots.txt to block GPTBot (Foritus)
  24. Removed
  25. Remove old non-unique index on preview_cards statuses join table (ClearlyClaire)
  26. Fixed
  27. Fix blocking subdomains of an already-blocked domain (ClearlyClaire)
  28. Fix reply not preserving the language from the replied-to post (ClearlyClaire)
  29. Fix "Create Account" button in interaction modal (mgmn)
  30. Fix unfollow icon styling in advanced column (ClearlyClaire)
  31. Fix “legal” report category not showing up in moderation interface (ClearlyClaire)
  32. Fix cached posts including stale stats (ClearlyClaire)
  33. Fix uploading of video files for which ffprobe reports 0/0 average framerate (NicolaiSoeborg)
  34. Fix avatar and header image preview in profile settings (c960657)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement