Uh oh!
There was an error while loading. Please reload this page.
chore: sync 2.4.1 onto master - #1197
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Greptile SummaryThis PR synchronizes the already-shipped 2.4.1 release metadata onto master so its changelog fragments are not reused.
Confidence Score: 5/5The PR appears safe to merge because the release metadata and consumed changelog entries are internally consistent. The version bump is monotonic, downstream build outputs derive from the same version source, and every deleted changelog fragment is represented exactly once under the correct 2.4.1 category.
|
| Filename | Overview |
|---|---|
| app/build.gradle.kts | Bumps the application version code and name consistently with the documented patch-release sequence and downstream artifact naming. |
| CHANGELOG.md | Adds the shipped 2.4.1 notes, preserves an empty Unreleased section, and updates version comparison links consistently. |
Reviews (1): Last reviewed commit: "chore: sync 2.4.1 onto master" | Re-trigger Greptile
ovitrif
left a comment
There was a problem hiding this comment.
looks good, didn't go too deep though, I trust it should be simple to figure out right 🤞🏻
Uh oh!
There was an error while loading. Please reload this page.
This PR records the shipped 2.4.1 hotfix on master so the next release does not reuse those changelog entries.
Do not merge
release-2.4.1(#1174). That branch was cut fromv2.4.0and already contains later 2.5.0 work on master.Description
versionCode187 → 188 andversionName2.4.0 → 2.4.1## [2.4.1]changelog sectionchangelog.d/next/fragments: fix: prevent crash during wallet backup #1092, fix: guard coroutine scopes against crashes #1094, fix: harden ldk node teardown on stop #1100, fix: update DataStore for 16 KB compatibility #1107, fix: integrate ldk crash fixes #1122, feat: increase background stop debounce time #1146, fix: stop auto-accepting stale monitors #1155, fix: fail closed without vss auth #1156, fix: secure shop payments and locked links #1158, fix: gate pubky auth handler #1162, fix: consume vss-client 0.5.23 #1164Preview
N/A
QA Notes
Manual Tests
N/A
Automated Checks
N/A
Made with Cursor