Update changelog

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-10-13 00:19:21 +02:00
parent 54b9990e82
commit 873a6a344a

View file

@ -26,7 +26,7 @@ Changes made since the project forked from Soapbox in April 2024.
- You can write posts with multiple language versions, when supported by backend. - You can write posts with multiple language versions, when supported by backend.
- Language detection is done client-side for composed posts, utilizing `fasttext.wasm.js`. - Language detection is done client-side for composed posts, utilizing `fasttext.wasm.js`.
- Draft posts. They are stored locally only and work with any backend. - Draft posts. They are stored locally only and work with any backend.
- New visibility scopes are supported local-only and list-only for Pleroma. Local-only is a separate switch on GoToSocial.
**Features:** **Features:**
- The most recent scrobble is displayed on user profile/card. - The most recent scrobble is displayed on user profile/card.
@ -34,7 +34,7 @@ Changes made since the project forked from Soapbox in April 2024.
- You can bite users, if supported by backend. - You can bite users, if supported by backend.
- You can browse Bubble timeline, if supported by backend. - You can browse Bubble timeline, if supported by backend.
- Mastodon displays trending articles on Search page. - Mastodon displays trending articles on Search page.
- Postsa can be addressed to lists of users, on Pleroma. - Posts can be addressed to lists of users, on Pleroma.
### Changed ### Changed
@ -62,13 +62,14 @@ Changes made since the project forked from Soapbox in April 2024.
- Updated Lists UI, to match the overall style. - Updated Lists UI, to match the overall style.
- RSS button is displayed in account header for local users, when unauthenticated. - RSS button is displayed in account header for local users, when unauthenticated.
- Conversations page is always displayed, even when Chats are supported. - Conversations page is always displayed, even when Chats are supported.
- Made it woke.
- Emojis are zoomed on hover. - Emojis are zoomed on hover.
**Internal:** **Internal:**
- Migrated some local stores from Redux to Zustand. - Migrated some local stores from Redux to Zustand.
**Dependencies:** **Dependencies:**
- `@tanstack/react-virtual` is used for list virtualization, instead of `react-virtuoso`. - `@tanstack/react-virtual` is used for list virtualization, instead of `react-virtuoso`. This improves compatibility with Ladybird browser.
- Replaced `react-popper` and `react-overlays` with `@floating-ui/react`. - Replaced `react-popper` and `react-overlays` with `@floating-ui/react`.
- `uuid` package is replaced by the `randomUUID()` method. - `uuid` package is replaced by the `randomUUID()` method.