Skip to content

Commit

Permalink
release: v2024.8.0-kakurega.1.39.1 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
hideki0403 authored Aug 18, 2024
2 parents 2e329ef + 8bf562e commit b4d78f9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG_KAKUREGA.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.39.1
Release: 2024/08/18
Base: 2024.8.0

### 修正
- 「設定のバックアップ」で独自機能に関する項目がバックアップされていなかった問題を修正

## 1.39.0
Release: 2024/08/01
Base: 2024.7.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.8.0-kakurega.1.39.0",
"version": "2024.8.0-kakurega.1.39.1",
"codename": "nasubi",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/frontend/src/pages/settings/preferences-backups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ const defaultStoreSaveKeys: (keyof typeof defaultStore['state'])[] = [
'sound_note',
'sound_noteMy',
'sound_notification',
'collapseRenotesTrigger',
'collapseSelfRenotes',
'defaultScheduledNoteDelete',
'defaultScheduledNoteDeleteTime',
'postFormActions',
'customFont',
'instanceTickerStyle',
'hideReactionCount',
'hideReactionUsers',
];
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
'lightTheme',
Expand Down

0 comments on commit b4d78f9

Please sign in to comment.