As I manage one Misskey instance named Slippy, I always check the commits between two versions before upgrading the server. So today I though, maybe it would be good if I write about them a bit, because I don’t really see any good English content with the changes.
I will always compare to the previous minor version. Maybe, I will give up and will not continue, because it’s a lot of work to check and translate all of them, but at least I tried.
Highlights:
- Instance settings.
- Federated instances widget with favicon.
- Cat ears color match.
- Security fix
What’s in v12.43.0?
- There was a problem with Vote posts, when the deadline was at 1 minute, the visible counter was wrong and displayed it’s at 0 seconds. Issue PR
- Security fix for SNYK-JS-AJV-584908. PR
- In Deck view, in some cases, the title of the main column had overlapping text. Issue PR
- Cat ears are important and with the new blurhash algorithm, coloring the cat ears has some problem. Now it’s fixed. Issue PR
- Misskey will try to fetch Instance Favicon from federated servers. Issue PR
- Now we have a Federation Widget that shows information about the instance we recently federated with, that’s the place where the favicon is in use too. Issue Commit
- Missing instance setting were added. PR
Others:
- Lint fixes: PR
- Test fixes: PR
- Code refactor: Commit#1
- Other small fixes: Fix#1 Fix#2 Fix#3 Deck Fixes
- Contribution guide was updated, now it encourages everyone to ask if they are not sure how given design/pattern.
- Crowdin (translation) updates. PR
I don’t know if I miss anything from changes, if I do, sorry, you can check all commits on this compare page.