From 49bad497803e37691b38597f3602377adce17d88 Mon Sep 17 00:00:00 2001 From: Derek Schmidt Date: Thu, 1 Dec 2022 03:06:58 -0500 Subject: [PATCH] Bump version --- CHANGELOG.md | 11 ++++++++++- package.json | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bafc0a01..d6dc4cbf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ ### Improvements ### Bugfixes -- +- You should also include the user name that made the change. --> +# Fork-unique changes +## vtopia1 +- Allow emoji picker to select multiple (4c290c4) +- Allow larger files in Drive (fad0195) +- Allow changeable mascot (75dafa8) +- Drop auto-nsfw code (b250e53) +- Mitigate AP reference chain DOS vector (40b23c0) (pending upstream: https://github.com/misskey-dev/misskey/pull/9247) + +# Upstream ## 12.119.0 (2022/09/10) diff --git a/package.json b/package.json index 37f0762f5..06d790728 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "misskey", - "version": "12.119.0", + "name": "missv", + "version": "12.119.0-vtopia1", "codename": "indigo", "repository": { "type": "git", - "url": "https://github.com/misskey-dev/misskey.git" + "url": "https://code.vtopia.live/Vtopia/MissV" }, "private": true, "scripts": { -- 2.45.1