add update guide for 2.2.0

This commit is contained in:
mystie 2025-03-28 20:00:17 +03:00
parent e0f9f33fd1
commit 8a3c31af00

View file

@ -1,5 +1,27 @@
# Updating # 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 ## 2.1.0 -> 2.1.1
pull the update: `git pull` pull the update: `git pull`