Fix changelog links

This commit is contained in:
Dessalines 2021-07-30 18:59:22 -04:00
parent 15a11c13a2
commit 520436cd9a

View file

@ -20,32 +20,32 @@ Since our last release, we've had [~30](https://github.com/LemmyNet/lemmy/compar
### Lemmy UI
- Have setting to disable notifs for new posts. Fixes [#132](https://github.com/LemmyNet/Lemmy/issues/132)
- Remove max length constraints on actors. Fixes [#350](https://github.com/LemmyNet/Lemmy/issues/350)
- Fix captcha replay bug. Fixes [#348](https://github.com/LemmyNet/Lemmy/issues/348)
- Removing community and user routes in favor of shortnames. Fixes [#317](https://github.com/LemmyNet/Lemmy/issues/317)
- Add front end helpers 1 [(#346](https://github.com/LemmyNet/Lemmy/issues/346))
- Have setting to disable notifs for new posts. Fixes [#132](https://github.com/LemmyNet/lemmy-ui/issues/132)
- Remove max length constraints on actors. Fixes [#350](https://github.com/LemmyNet/lemmy-ui/issues/350)
- Fix captcha replay bug. Fixes [#348](https://github.com/LemmyNet/lemmy-ui/issues/348)
- Removing community and user routes in favor of shortnames. Fixes [#317](https://github.com/LemmyNet/lemmy-ui/issues/317)
- Add front end helpers 1 [(#346](https://github.com/LemmyNet/lemmy-ui/issues/346))
- Don't use default subscribed for communities page.
- Adding Listing type to communities page, default local. [#190](https://github.com/LemmyNet/Lemmy/issues/190)
- Adding Listing type to communities page, default local. [#190](https://github.com/LemmyNet/lemmy-ui/issues/190)
- Fix language bug on mobile browsers.
- Collapse sidebar on mobile. Fixes [#335](https://github.com/LemmyNet/Lemmy/issues/335)
- Re-organized components folder. [(#339](https://github.com/LemmyNet/Lemmy/issues/339))
- Moving comment link to top bar. Fixes [#307](https://github.com/LemmyNet/Lemmy/issues/307)
- Make spinner bigger. Fixes [#203](https://github.com/LemmyNet/Lemmy/issues/203)
- Fix preview description html. Fixes [#110](https://github.com/LemmyNet/Lemmy/issues/110)
- Update darkly, make danger darker. Fixes [#16](https://github.com/LemmyNet/Lemmy/issues/16)
- Collapse sidebar on mobile. Fixes [#335](https://github.com/LemmyNet/lemmy-ui/issues/335)
- Re-organized components folder. [(#339](https://github.com/LemmyNet/lemmy-ui/issues/339))
- Moving comment link to top bar. Fixes [#307](https://github.com/LemmyNet/lemmy-ui/issues/307)
- Make spinner bigger. Fixes [#203](https://github.com/LemmyNet/lemmy-ui/issues/203)
- Fix preview description html. Fixes [#110](https://github.com/LemmyNet/lemmy-ui/issues/110)
- Update darkly, make danger darker. Fixes [#16](https://github.com/LemmyNet/lemmy-ui/issues/16)
- Always show previous paginator, extract paginator component.
- Use better comment collapse icon, and add text. Fixes [#318](https://github.com/LemmyNet/Lemmy/issues/318)
- Fix symbols issue. Fixes [#319](https://github.com/LemmyNet/Lemmy/issues/319)
- Don't restore scroll position on page refresh. Fixes [#186](https://github.com/LemmyNet/Lemmy/issues/186)
- Insert triple backticks for 'code' button when multiple lines are selected. [(#311](https://github.com/LemmyNet/Lemmy/issues/311))
- Adding a comment here placeholder. Fixes [#301](https://github.com/LemmyNet/Lemmy/issues/301)
- Fix non-local community and person links. Fixes [#290](https://github.com/LemmyNet/Lemmy/issues/290)
- Fix navbar bug. Fixes [#289](https://github.com/LemmyNet/Lemmy/issues/289)
- Hide names of mods / admins without priveleges. Fixes [#285](https://github.com/LemmyNet/Lemmy/issues/285)
- Adding URL search type. Fixes [#286](https://github.com/LemmyNet/Lemmy/issues/286)
- Add a link to joinlemmy on lemmy.ml signup. Fixes [#235](https://github.com/LemmyNet/Lemmy/issues/235)
- Fix duped site description. Fixes [#281](https://github.com/LemmyNet/Lemmy/issues/281)
- Use better comment collapse icon, and add text. Fixes [#318](https://github.com/LemmyNet/lemmy-ui/issues/318)
- Fix symbols issue. Fixes [#319](https://github.com/LemmyNet/lemmy-ui/issues/319)
- Don't restore scroll position on page refresh. Fixes [#186](https://github.com/LemmyNet/lemmy-ui/issues/186)
- Insert triple backticks for 'code' button when multiple lines are selected. [(#311](https://github.com/LemmyNet/lemmy-ui/issues/311))
- Adding a comment here placeholder. Fixes [#301](https://github.com/LemmyNet/lemmy-ui/issues/301)
- Fix non-local community and person links. Fixes [#290](https://github.com/LemmyNet/lemmy-ui/issues/290)
- Fix navbar bug. Fixes [#289](https://github.com/LemmyNet/lemmy-ui/issues/289)
- Hide names of mods / admins without priveleges. Fixes [#285](https://github.com/LemmyNet/lemmy-ui/issues/285)
- Adding URL search type. Fixes [#286](https://github.com/LemmyNet/lemmy-ui/issues/286)
- Add a link to joinlemmy on lemmy.ml signup. Fixes [#235](https://github.com/LemmyNet/lemmy-ui/issues/235)
- Fix duped site description. Fixes [#281](https://github.com/LemmyNet/lemmy-ui/issues/281)
### API