From 8a3c31af00aa2689f25a61e60c73bc914a7e4105 Mon Sep 17 00:00:00 2001 From: mystie Date: Fri, 28 Mar 2025 20:00:17 +0300 Subject: [PATCH] add update guide for 2.2.0 --- UPDATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/UPDATE.md b/UPDATE.md index b2939f4..3784c28 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,5 +1,27 @@ # Updating +## 2.1.x -> 2.2.0 + +1. pull the update: `git pull` + +2. make the following changes in your config.json file: +```diff + ... + "crosspost": { + "fediverse": { + ... ++ }, ++ "bluesky": { ++ "enabled": false, ++ "handle": "", ++ "appPassword": "" ++ } + }, + ... ++ "noDeleteConfirm": false, ++ "fediVerificationUrl": "" +``` + ## 2.1.0 -> 2.1.1 pull the update: `git pull`