-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- feat: implement user tags | ||
- feat: restrict local user search on current instance | ||
- feat: custom sort for user posts and comments | ||
- fix: prevent crash while switching account | ||
- fix: explore result and listing type bottom sheet titles | ||
- fix: window insets and bar colors | ||
- fix: default theme color | ||
- enhancement: improve accessibility | ||
- chore: update dependencies | ||
- chore: update l10n | ||
- chore: update acknowledgements | ||
- chore: add more unit tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
## What's Changed | ||
|
||
- fix(di): add missing binding for settings import/export by @AkesiSeli in #193 | ||
- fix(l10n): remove unnecessary escapes for apostrophes by @AkesiSeli in #191 | ||
- feat: implement user tags by @AkesiSeli in #196, #197, #201 | ||
- feat: restrict local user search on current instance by @AkesiSeli in #209 | ||
- feat: custom sort for user posts and comments by @AkesiSeli in #213 | ||
- fix(di): prevent crash while switching account by @AkesiSeli in #202 | ||
- fix: explore result and listing type bottom sheet titles by @AkesiSeli in #205, #206 | ||
- fix: window insets and bar colors by @AkesiSeli in #215 | ||
- fix: default theme color by @AkesiSeli in #218 | ||
- enhancement: improve accessibility • part 1 by @AkesiSeli in #217 | ||
- chore(deps): update dependencies by @dependabot in #198, #199, #208 | ||
- chore(l10n): update l10n by @Weblate and @diegoberaldin in #194, #200, #203, #212, #216, #220 | ||
- chore: update acknowledgements by @AkesiSeli in #210 | ||
- chore: add more unit tests by @AkesiSeli in #219 | ||
|
||
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.6...1.13.7 | ||
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.7...1.14.0 |