Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. Sure, I can try to explain the changelog in a simpler way. A changelog is a document that lists the changes made to a software program in each version. Here is what the changelog for Mastodon version 4.2.0-beta2 means:
  2.  
  3. Added
  4. - There is a new tab in your profile settings called "Privacy and reach". This tab lets you change how other people can see and interact with your posts and account. For example, you can choose who can follow you, who can see your followers, and who can see your posts on other websites. (Gargron, ClearlyClaire)
  5. - When you write a post with hashtags, they will be shown separately at the bottom of your post. This makes it easier to see what topics your post is about. (Gargron, arbolitoloco1, ClearlyClaire, ClearlyClaire)
  6. - When someone sends you a message or edits their message, Mastodon will automatically refresh their account information. This means you will always see the latest profile picture, display name, and bio of the person you are talking to. (ClearlyClaire)
  7. - If you are an administrator of a Mastodon server, you can see more information about how your server is using Elasticsearch on the dashboard. Elasticsearch is a tool that helps you search for posts and accounts faster and more accurately. (ClearlyClaire)
  8. - Mastodon can now understand a new attribute for remote actors. An actor is a term for an account or a group on Mastodon or other websites that use the same protocol. The new attribute tells Mastodon whether the actor can be searched for or not. (Gargron)
  9. - There are two new options in the REST API for deleting your avatar and header images. The REST API is a way for developers to interact with Mastodon using code. These options let you remove your profile pictures without uploading new ones. (danielmbrasil, ClearlyClaire)
  10. - There is a new environment variable for compatibility with some S3-compatible providers. An environment variable is a setting that affects how Mastodon works on your server. S3-compatible providers are services that let you store files online. This variable lets you disable checksum mode, which is a way of checking if the files are corrupted or not. (ClearlyClaire)
  11. - There is another new environment variable for customizing the numbers of shards and replicas for Elasticsearch. Shards and replicas are ways of dividing and copying the data that Elasticsearch uses to improve performance and reliability. This variable lets you choose from three presets: single_node_cluster (default), small_cluster (uses one replica) or large_cluster (uses one replica and a higher number of shards). (Gargron, ClearlyClaire)
  12. - There is a new option for tootctl search deploy, which is a command that helps you set up Elasticsearch on your server. The new option lets you specify which instances to include in the search index. An instance is another term for a Mastodon server. (tribela)
  13. - There is another new environment variable for changing the HTTP method used by cache buster. Cache buster is a tool that helps you clear the cache of your server. Cache is a way of storing data temporarily to make it faster to access later. The HTTP method is a way of communicating with the server using different types of requests. (renchap, ClearlyClaire)
  14. - There is another new environment variable for supporting DB_PASS when using DATABASE_URL. DB_PASS is a setting that lets you specify the password for accessing your database. DATABASE_URL is another setting that lets you specify the location and name of your database. This variable lets you use both settings together without any problems. (ThisIsMissEm)
  15.  
  16. Changed
  17. - When you write a post with hashtags at the end of it, they will be displayed separately from the rest of your text. This makes it easier to read your post and see what topics it is about. (renchap)
  18. - When you pin a hashtag column to your home page, it will not show the hashtag header anymore. This gives you more space to see the posts under that hashtag. (ClearlyClaire)
  19. - The follow recommendation materialized view has been changed to be faster in most cases. This is a technical term for how Mastodon generates suggestions for who to follow based on your interests and activity. This change means you will see more relevant and up-to-date recommendations faster. (renchap, ClearlyClaire)
  20.  
  21. Removed
  22. - An old non-unique index on preview_cards statuses join table has been removed. This is another technical term for how Mastodon stores and retrieves data about posts and links that have previews. This change means Mastodon will use less space and resources on your server without affecting anything else. (ClearlyClaire)
  23.  
  24. Fixed
  25. - A bug that prevented blocking subdomains of an already-blocked domain has been fixed. A subdomain is a part of a website address that comes before the main domain name. For example, blog.example.com is a subdomain of example.com. This bug meant that if you blocked example.com, you would still see posts from blog.example.com. This has been fixed so that blocking a domain will also block all its subdomains. (ClearlyClaire)
  26. - A bug that caused the reply not to preserve the language from the replied-to post has been fixed. This bug meant that if you replied to a post that was written in a different language than your default language, your reply would use your default language instead of the original language. This has been fixed so that your reply will use the same language as the post you are replying to. (ClearlyClaire)
  27. - A bug that made the "Create Account" button in the interaction modal not work has been fixed. The interaction modal is a pop-up window that appears when you click on a post or an account from another website that uses the same protocol as Mastodon. This bug meant that if you wanted to create an account on that website, the button would not do anything. This has been fixed so that the button will take you to the registration page of that website. (mgmn)
  28. - A bug that affected the styling of the unfollow icon in the advanced column has been fixed. The advanced column is a column on your home page that shows more information and options about your account and Mastodon. The unfollow icon is a button that lets you stop following someone. This bug meant that the icon looked different from the other icons in the column. This has been fixed so that the icon looks consistent with the rest of the column. (ClearlyClaire)
  29. - A bug that prevented the "legal" report category from showing up in the moderation interface has been fixed. The report category is a way of telling the moderators why you are reporting a post or an account. The legal category is for reporting things that are illegal or violate the terms of service of Mastodon. This bug meant that this category was not available for choosing when you reported something. This has been fixed so that you can use this category when needed. (ClearlyClaire)
  30. - A bug that caused cached posts to include stale stats has been fixed. Cached posts are posts that are stored temporarily on your server to make them faster to access later. Stale stats are outdated information about how many likes, replies, and boosts a post has received. This bug meant that some posts would show incorrect numbers of interactions. This has been fixed so that cached posts will always show the latest stats. (ClearlyClaire)
  31. - A bug that prevented uploading of video files for which ffprobe reports 0/0 average framerate has been fixed. ffprobe is a tool that helps Mastodon analyze video files and extract information about them. Framerate is a measure of how many frames or images are shown per second in a video. This bug meant that some video files that had an unusual framerate could not be uploaded to Mastodon. This has been fixed so that you can upload any video file as long as it meets the size and duration limits. (NicolaiSoeborg)
  32. - A bug that affected the avatar and header image preview in profile settings has been fixed. The avatar and header images are your profile pictures that show on your account page and next to your posts. The preview is a small version of these images that shows in your profile settings when you upload or change them. This bug meant that the preview did not match the actual images or did not show at all. This has been fixed so that the preview will always show how your images will look like on your account page and next to your posts. (c960657)
  33.  
  34. I hope this helps you understand what's new and improved in Mastodon version 4.2.0-beta2! 😊
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement