From b5411c01e45b4da05f5407a05704cd46ca9f2b07 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Wed, 4 Sep 2024 21:55:23 +0200 Subject: [PATCH] fix: :pencil2: Fix typos --- .vscode/settings.json | 3 ++- CHANGELOG.md | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 76db3e48..08361bd1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,6 @@ "federation", "config", "plugin" - ] + ], + "languageToolLinter.languageTool.ignoredWordsInWorkspace": ["versia"] } diff --git a/CHANGELOG.md b/CHANGELOG.md index c7dcfa3a..2528c51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Versia Server `0.7.0` is backwards compatible with `0.6.0`. However, some new fe ## 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 [Sonic](https://github.com/valeriansaliou/sonic) search indexer. - Note deletions are now federated. @@ -25,7 +25,7 @@ Versia Server `0.7.0` is backwards compatible with `0.6.0`. However, some new fe - Added an endpoint to get a user by its username. - Add OpenID Connect registration support. Admins can now disable username/password registration entirely and still allow users to sign up via OpenID Connect. - Add option to never convert vector images to a raster format. -- Refactor logging system to be more robust and easier to use. Logfiles are now automatically rotated. +- Refactor logging system to be more robust and easier to use. Log files are now automatically rotated. - Add support for HTTP proxies. - Add support for serving Versia over a Tor hidden service. - Add global server error handler, to properly return 500 error messages to clients. diff --git a/README.md b/README.md index 4023b63f..6a60baa4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ## Features -- [x] Versia 3.0 federation (partial) +- [x] Versia Working Draft 4 federation (partial) - [x] Hyper fast (thousands of HTTP requests per second) - [x] S3 or local media storage - [x] Deduplication of uploaded files