chore: release 1.8.2 prep β version bump + whatsnew alignment#589
Conversation
|
No actionable comments were generated in the recent review. π βΉοΈ Recent review infoβοΈ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: π Files selected for processing (15)
π€ Files with no reviewable changes (1)
WalkthroughThis PR bumps the app version from 1.8.1 to 1.8.2 and code from 16 to 17. It updates release metadata (version name and date) across 13 localized WhatsNew JSON files, and removes a translations note UI element from the WhatsNewSheet component. ChangesVersion 1.8.2 Release and WhatsNew UI Update
Estimated code review effortπ― 1 (Trivial) | β±οΈ ~4 minutes Possibly related PRs
Suggested reviewers
Poem
π₯ Pre-merge checks | β 5β Passed checks (5 passed)
βοΈ Tip: You can configure your own custom pre-merge checks in the settings. β¨ Finishing Touchesπ Generate docstrings
π§ͺ Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis is a release-prep PR for 1.8.2 that corrects previously placeholder metadata in 13
Confidence Score: 4/5Safe to merge β all metadata changes are purely cosmetic and the removed UI block has no runtime side effects. The only gap is the stale WhatsNewSheet.kt β stale import should be removed to match the deleted UI block. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[libs.versions.toml\nprojectVersionName: 1.8.2\nprojectVersionCode: 17] --> B[whatsnew/17.json x13\nversionName: 1.8.2\nreleaseDate: 2026-05-13]
B --> C[WhatsNewSheet.kt\nReads entry.versionName\nReads entry.releaseDate]
C --> D[ModalBottomSheet\nSheetHeader: versionName + releaseDate\nSectionBlocks: NEW / FIXED / IMPROVED]
C --> E[β οΈ Stale import\nwhats_new_translations_note\nnot removed]
D --> F[Dismiss / View History CTAs]
|
Release-prep diff for the 1.8.2 polish drop.
projectVersionName1.8.1 β 1.8.2,projectVersionCode16 β 17."versionName": "1.9.0"β"1.8.2",releaseDateβ 2026-05-13.WhatsNewSheet.kt: drops the obsolete translations-note block (8 lines).Compile-verified:
:composeApp:compileDebugKotlinAndroidBUILD SUCCESSFUL.Summary by CodeRabbit