docs/app/changelog/page.mdx

33 lines
1.5 KiB
Plaintext
Raw Normal View History

2024-08-11 03:58:28 +02:00
export const metadata = {
title: 'Changelog',
description:
'Changes since the last version of the Versia protocol.',
2024-08-11 03:58:28 +02:00
}
# Changelog
This page lists changes since Working Draft 03. {{ className: 'lead' }}
## Since WD 03
- Rewrote the signature system from scratch to be simpler and not depend on dates.
- Moved Likes and Dislikes to an extension.
- Renamed fields on several common entities like [Users](/entities/user) and [Notes](/entities/note).
2024-08-11 03:58:28 +02:00
- Removed the `Patch` entity.
- Useless since edits can just be sent to inboxes directly.
- Allowed `uri`s to not contain the entity's `id`.
- Loosened restrictions on the `id` field in entities.
- Can now be any string, not just a UUID.
- Made `uri` optional in some entities not useful enough to keep track of.
- Added shared inboxes.
- Added `remote` field to [ContentFormat](/structures/content-format).
- Switched to [ThumbHash](https://evanw.github.io/thumbhash/) from [BlurHash](https://blurha.sh/).
- Added optional identification characters to [Custom Emojis](/structures/emoji).
- Added `manually_approves_followers` to [Users](/entities/user).
- Removed `visibility` from [Notes](/entities/note).
- Made `subject` optional in [Notes](/entities/note).
- Clarified the way [Follows](/entities/follow) work.
- Removed the use of `Undo` entities for anything except than deleting entities.
- Renamed `Undo` to [Delete](/entities/delete).
2024-08-14 16:13:42 +02:00
- Added [Unfollow](/entities/unfollow) entity.
- Completely rework [ServerMetadata](/entities/server-metadata).