Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
30de6d80bb Bump version to 2025.3.2-beta.1 2025-03-14 07:39:14 +00:00
syuilo
63993dace6 fix(frontend): fix pref migration
Fix #15661
2025-03-14 16:37:25 +09:00
3 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2025.3.2-beta.0",
"version": "2025.3.2-beta.1",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@@ -178,7 +178,18 @@ export const store = markRaw(new Storage('base', {
},
menu: {
where: 'deviceAccount',
default: [],
default: [
'notifications',
'clips',
'drive',
'followRequests',
'-',
'explore',
'announcements',
'search',
'-',
'ui',
],
},
statusbars: {
where: 'deviceAccount',

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2025.3.2-beta.0",
"version": "2025.3.2-beta.1",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",