You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ALWAYS add an entry under `## [Unreleased]` in `CHANGELOG.md` for `feat:` and `fix:` PRs; skip for `chore:`, `ci:`, `refactor:`, `test:`, `docs:` unless the change is user-facing
243
+
- ALWAYS add exactly ONE entry per PR under `## [Unreleased]` in `CHANGELOG.md` for `feat:` and `fix:` PRs; skip for `chore:`, `ci:`, `refactor:`, `test:`, `docs:` unless the change is user-facing
244
+
- NEVER add multiple changelog lines for the same PR — summarize all changes in a single concise entry
244
245
- USE standard Keep a Changelog categories: `### Added`, `### Changed`, `### Deprecated`, `### Removed`, `### Fixed`, `### Security`
245
246
- ALWAYS append `#PR_NUMBER` at the end of each changelog entry when the PR number is known
246
247
- ALWAYS place new entries at the top of their category section (newest first)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [Unreleased]
9
9
10
10
### Fixed
11
+
- Retouch Primary, Secondary, and Tertiary buttons styling #887
12
+
- Avoid msat truncation when paying invoices and LNURL callbacks #879
11
13
- Fix ANR on RGS server settings screen caused by catastrophic regex backtracking #880
12
14
- Fix crash when returning app to foreground on Receive screen #875
13
15
- Show loading state on Spending tab when node is not running #875
@@ -22,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
24
- Mnemonic warning text transitions on reveal #857
23
25
24
26
### Changed
27
+
- Show end of address on Receive Bitcoin screen using middle ellipsis truncation #886
28
+
- Update funding screen: replace Advanced with Manual Setup, fix Use Other Wallet navigation to open amount entry, and add Fund Wallet button to no-funds dialog #885
29
+
- Updated design of the success screen in the manual channel setup flow #883
30
+
- Unified send flow with payment method switcher, details toggle, Lightning support for BIP21 payments, and improved fee rate defaults #863
25
31
- Settings redesigned with tabbed navigation (General/Security/Advanced) with swipe support #857
26
32
- Icons added to all settings rows for faster scanning #857
27
33
- Selected values displayed on right side of settings rows #857
0 commit comments