diff --git a/app/changelog/page.mdx b/app/changelog/page.mdx new file mode 100644 index 0000000..5876d64 --- /dev/null +++ b/app/changelog/page.mdx @@ -0,0 +1,28 @@ +export const metadata = { + title: 'Changelog', + description: + 'Changes since the last version of the Lysand protocol.', +} + +# 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/users) and [Notes](/entities/notes). +- 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/users). +- Removed `visibility` from [Notes](/entities/notes). +- Made `subject` optional in [Notes](/entities/notes). \ No newline at end of file diff --git a/components/Header.tsx b/components/Header.tsx index 90b334a..455e1e2 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -94,7 +94,7 @@ export const Header = forwardRef, { className?: string }>(
- +
diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 8f1eebd..f7b9807 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -298,7 +298,11 @@ export function Navigation(props: ComponentPropsWithoutRef<"nav">) { /> ))}
  • -