mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix: ✏️ Fix typos
This commit is contained in:
parent
6c56b582b3
commit
b5411c01e4
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -7,5 +7,6 @@
|
||||||
"federation",
|
"federation",
|
||||||
"config",
|
"config",
|
||||||
"plugin"
|
"plugin"
|
||||||
]
|
],
|
||||||
|
"languageToolLinter.languageTool.ignoredWordsInWorkspace": ["versia"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Versia Server `0.7.0` is backwards compatible with `0.6.0`. However, some new fe
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Upgrade Bun to `1.1.26`. This brings performance upgrades and better stability.
|
- Upgraded Bun to `1.1.26`. This brings performance upgrades and better stability.
|
||||||
- Added support for the [ActivityPub Federation Bridge](https://github.com/versia-pub/activitypub).
|
- Added support for the [ActivityPub Federation Bridge](https://github.com/versia-pub/activitypub).
|
||||||
- Added support for the [Sonic](https://github.com/valeriansaliou/sonic) search indexer.
|
- Added support for the [Sonic](https://github.com/valeriansaliou/sonic) search indexer.
|
||||||
- Note deletions are now federated.
|
- Note deletions are now federated.
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [x] Versia 3.0 federation (partial)
|
- [x] Versia Working Draft 4 federation (partial)
|
||||||
- [x] Hyper fast (thousands of HTTP requests per second)
|
- [x] Hyper fast (thousands of HTTP requests per second)
|
||||||
- [x] S3 or local media storage
|
- [x] S3 or local media storage
|
||||||
- [x] Deduplication of uploaded files
|
- [x] Deduplication of uploaded files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue