Skip to content

Feat/update version and changelog#221

Merged
theovilardo merged 3 commits intomasterfrom
feat/update-version-and-changelog
Oct 10, 2025
Merged

Feat/update version and changelog#221
theovilardo merged 3 commits intomasterfrom
feat/update-version-and-changelog

Conversation

@theovilardo
Copy link
Copy Markdown
Owner

No description provided.

google-labs-jules bot and others added 3 commits October 10, 2025 06:01
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.
@theovilardo theovilardo merged commit 59fce71 into master Oct 10, 2025
@theovilardo theovilardo deleted the feat/update-version-and-changelog branch October 16, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant