-
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
4 changed files
with
23 additions
and
9 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
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,8 @@ | ||
- feat: support for opening posts and comments | ||
- fix: image height in timelines | ||
- fix: high res image, loading state and action buttons in image detail | ||
- fix: autofill empty message in post creation | ||
- refactor: improve dependency injection | ||
- refactor: define and apply Gradle convention plugins | ||
- chore: update dependencies | ||
- 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,8 +1,12 @@ | ||
## What's Changed | ||
|
||
- fix: images in timelines with post cards with "Compact" layout by @AkesiSeli in #124 | ||
- fix: Markdown rendering of list in quotes by @AkesiSeli in #122 | ||
- fix: add missing insets in modals and below section selectors by @AkesiSeli in #121 | ||
- chore: update dependencies by @dependabot in #123 | ||
- feat(app): support for opening posts and comments by @AkesiSeli in #152 | ||
- fix(postlist): image height by @AkesiSeli in #128 | ||
- fix(zoomableimage): high resolution image, loading state and action buttons by @AkesiSeli in #154, #155 | ||
- fix(createpost): autofill empty message by @AkesiSeli in #158 | ||
- refactor(di): improve dependency injection by @AkesiSeli in #136, #137, #138, #139, #141, #147 | ||
- refactor(build): define and apply Gradle convention plugins by @AkesiSeli in #140, #143, #144, #150 | ||
- chore(deps): update dependencies by @dependabot and @AkesiSeli in #130, #131, #134, #135, #148, #153 | ||
- chore(qa): add more unit tests by @AkesiSeli in #156 | ||
|
||
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.1...1.13.2 | ||
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.2...1.13.3 |