chore: sync 2.4.1 onto master - #1197
Merged
Merged
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
approved these changes
Aug 31, 2026
ovitrif
left a comment
Collaborator
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 🤞🏻
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.
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