File tree Expand file tree Collapse file tree
src/main/github/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ fun extractSigningConfigProperties(storeName: String): SigningConfigProperties?
5353 )
5454}
5555
56- val appVersionCode = 2686
57- val appVersionName = " 3.0.11 "
56+ val appVersionCode = 2687
57+ val appVersionName = " 3.0.12 "
5858
5959tasks.register(" generateReleaseProperties" ) {
6060 doLast {
Original file line number Diff line number Diff line change 99- Fixed fetching zap receipts for all transactions (#965 )
1010- Migrated to ZXing scanner for AOSP (#963 )
1111- Migrated user voted poll logic to EventUserStats (#964 )
12- - Fixed the note editor reading clipboard on every keystroke (#962 )
12+ - Fixed the note editor reading clipboard on every keystroke (#962 )
13+ - Implement re-assigning lightning address in wallet picker
14+ - Added relay hint tags to zap poll events (#973 )
15+ - Fixed poll options rendering to appear after attachments (#974 )
16+ - Set maxLines=1 on poll option labels (#976 )
17+ - Fixed using zap receipts instead of zap requests for zap data parsing (#977 )
18+ - Fixed WalletSessionProvider to handle missing user wallet status
19+ - Implemented wallet picker flag in dev tools
20+ - Added wallet id indicator in Dev Tools
You can’t perform that action at this time.
0 commit comments