Release 2024.3.1 - Codename #NotDeadYet
It's been a long while since the last release, but alas here we are with another Release after 2 Months of waiting.
This release includes a lot of bug fixes, and not many big features unlike the last release.
Changes in this Release:
- fixed lines connecting replies
- added a hover effect to replies in the detailed view
- if a direct link to a note in a long thread is opened a highlight will show which post is being linked to
- added download buttons for audio and video attachments
- added ability to select tossface emoji
- added oneko, the cute cat that follows your mouse pointer
- added a warning that will show up if you try to post images without alt text (this can be turned off)
- when searching for emoji, the closest match is shown first
- added ability to disable notifications from achievements
- the AiScript "scratchpad" shows line numbers in the editor and in error messages
- added ability for admins to set an URL for donations
- for translations, DeepLX-JS is supported in addition to regular DeepL
- blocked / silenced / suspended instances will not be listed to non-logged-in users, this makes it harder to target your instance for harassment based on who you block
- added a notification for when someone edits a post you have been tagged in
- made several improvements to the Mod player that should make it faster
- fixed the bug that would cause Sharkey to not work on older IOS devices / Safari version
- alot of fixes have been made to muting and blocking
- signToActivityPubGet now defaults to true even if not set in the config
- import from twitter decodes < etc
- reworked the boost visibility selector (only shows values that you can use, "local" is a separate switch)
- import from mastodon keeps alt text
- expandAllCws also expands all long posts on first click
in addition all the new features and bug fixes from the latest Misskey releases til 2024.3.1 have also been added.
Important Note for Users that have migrated from FireFish
Misskey has brought back Reversii, but firefish has dropped related tables, you will have to recreate those tables, please use "BEGIN;" before running any of these, so if anything goes wrong your database doesn't end up in a broken state-- Misskey used to have a Reversi game, Firefish dropped the tables,
-- now Misskey uses them again
CREATE TABLE "reversi_game" ("id" character varying(32) NOT NULL, "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "startedAt" TIMESTAMP WITH TIME ZONE, "user1Id" character varying(32) NOT NULL, "user2Id" character varying(32) NOT NULL, "user1Accepted" boolean NOT NULL DEFAULT false, "user2Accepted" boolean NOT NULL DEFAULT false, "black" integer, "isStarted" boolean NOT NULL DEFAULT false, "isEnded" boolean NOT NULL DEFAULT false, "winnerId" character varying(32), "surrendered" character varying(32), "logs" jsonb NOT NULL DEFAULT '[]', "map" character varying(64) array NOT NULL, "bw" character varying(32) NOT NULL, "isLlotheo" boolean NOT NULL DEFAULT false, "canPutEverywhere" boolean NOT NULL DEFAULT false, "loopedBoard" boolean NOT NULL DEFAULT false, "form1" jsonb DEFAULT null, "form2" jsonb DEFAULT null, "crc32" character varying(32), CONSTRAINT "PK_76b30eeba71b1193ad7c5311c3f" PRIMARY KEY ("id"));
CREATE INDEX "IDX_b46ec40746efceac604142be1c" ON "reversi_game" ("createdAt");
CREATE TABLE "reversi_matching" ("id" character varying(32) NOT NULL, "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "parentId" character varying(32) NOT NULL, "childId" character varying(32) NOT NULL, CONSTRAINT "PK_880bd0afbab232f21c8b9d146cf" PRIMARY KEY ("id"));
CREATE INDEX "IDX_b604d92d6c7aec38627f6eaf16" ON "reversi_matching" ("createdAt");
CREATE INDEX "IDX_3b25402709dd9882048c2bbade" ON "reversi_matching" ("parentId");
CREATE INDEX "IDX_e247b23a3c9b45f89ec1299d06" ON "reversi_matching" ("childId");
EDIT: side note we are currently doing a fundraiser for buying server hardware for Sharkey and our instances, it would help alot if you could donate (referee to https://transfem.social/notes/9q4cf231u9w700o5 for more info)
Conversation
Notices
-
Embed this notice
Sharkey - Official Account (sharkey@shonk.social)'s status on Sunday, 03-Mar-2024 03:26:36 JST Sharkey - Official Account