Update CHANGELOG
This commit is contained in:
parent
8c47346470
commit
ea5db41462
1 changed files with 9 additions and 5 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -19,8 +19,8 @@ platforms, like Vercel or Netlify, as well as locally. Setting the project up
|
||||||
now takes seconds! This comes with changes, though:
|
now takes seconds! This comes with changes, though:
|
||||||
|
|
||||||
- **static files aren't built any more**, but generated server-side
|
- **static files aren't built any more**, but generated server-side
|
||||||
- **new output directory**: ~~`public`~~ → `dist`
|
- **new output directory**: ~~`public/`~~ → `dist/`
|
||||||
- this also means that `public` **is not ignored any more**
|
- this also means that `public/` **is not ignored any more**
|
||||||
|
|
||||||
Some changes came with the name change:
|
Some changes came with the name change:
|
||||||
|
|
||||||
|
@ -32,11 +32,14 @@ Some changes came with the name change:
|
||||||
- Friendica
|
- Friendica
|
||||||
- GNU Social
|
- GNU Social
|
||||||
- Hubzilla
|
- Hubzilla
|
||||||
- Misskey
|
- Misskey (+ flavours)
|
||||||
- Pleroma
|
- Pleroma (+ flavours)
|
||||||
- **new ways to host**
|
- **new ways to host**
|
||||||
- Netlify
|
- Netlify
|
||||||
- Cloudflare Pages
|
- Cloudflare Pages
|
||||||
|
- **multilingual share page**
|
||||||
|
- Share₂Fedi can be used in English, German, and Russian.
|
||||||
|
[Help us with other languages!](./src/i18n/translations.ts)
|
||||||
- remembering of multiple Fediverse instances
|
- remembering of multiple Fediverse instances
|
||||||
- new API endpoints
|
- new API endpoints
|
||||||
- `/api/instances` will return the list of popular instances
|
- `/api/instances` will return the list of popular instances
|
||||||
|
@ -46,7 +49,8 @@ Some changes came with the name change:
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **new project name**: Share₂Fedi (see #1)
|
- **new project name**: Share₂Fedi (see
|
||||||
|
[GH#24](https://github.com/kytta/share2fedi/issues/24))
|
||||||
- new default instance URL: <https://s2f.kytta.dev>
|
- new default instance URL: <https://s2f.kytta.dev>
|
||||||
- new logo
|
- new logo
|
||||||
- new design
|
- new design
|
||||||
|
|
Reference in a new issue