Merged
Conversation
This commit updates the app version to 0.2.0-beta and adds a changelog. Changes include: - Updated `APP_VERSION_NAME` to `0.2.0-beta` and `APP_VERSION_CODE` to `2` in `gradle.properties`. - Added a new entry to `CHANGELOG.md` for version `0.2.0-beta`. - Added an in-app changelog to the `AboutScreen`.
This commit updates the app version to 0.2.0-beta, updates the `CHANGELOG.md`, and correctly implements the in-app changelog. Changes include: - Updated `APP_VERSION_NAME` to `0.2.0-beta` and `APP_VERSION_CODE` to `2` in `gradle.properties`. - Added a new entry to `CHANGELOG.md` for version `0.2.0-beta`, correcting previous inaccuracies. - Refactored `ChangelogBottomSheet.kt` to display a structured, data-driven changelog. - Added a Floating Action Button to `ChangelogBottomSheet.kt` that links to the full changelog on GitHub. - Reverted incorrect changes from `AboutScreen.kt`.
This commit addresses UI layout issues where content was being obscured by other components.
1. **About Screen:** The bottom padding of the `LazyColumn` has been increased to account for the `MiniPlayerHeight`. This prevents the last items in the list from being hidden behind the mini-player.
2. **Changelog Bottom Sheet:**
- Padding has been added to the bottom of the `LazyColumn` to ensure the final changelog entry is fully visible and not cut off by the sheet's edge.
- The URL for the changelog has been corrected to point to the `master` branch, ensuring the link is valid.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.