Skip to content

Commit e9a79c4

Browse files
committed
v0.3.0 release notes and version bump
1 parent ccf16ef commit e9a79c4

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

Qubic.Net.Wallet.Mobile.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<!-- App identifiers -->
1717
<ApplicationTitle>Qubic Wallet</ApplicationTitle>
1818
<ApplicationId>org.qubic.lab.wallet</ApplicationId>
19-
<ApplicationDisplayVersion>0.2.0</ApplicationDisplayVersion>
20-
<ApplicationVersion>2</ApplicationVersion>
19+
<ApplicationDisplayVersion>0.3.0</ApplicationDisplayVersion>
20+
<ApplicationVersion>3</ApplicationVersion>
2121

2222
<!-- Android -->
2323
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">24</SupportedOSPlatformVersion>

RELEASE_NOTES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Release Notes
22

3+
## v0.3.0
4+
5+
### New Features
6+
7+
#### MSVault
8+
- Full multi-signature vault interface for creating, managing, and signing multi-sig transactions
9+
10+
#### Watchlist
11+
- Dedicated watchlist page for monitoring addresses you don't own
12+
- Add any 60-character identity with a custom label
13+
- View QU balance and owned assets for each watched address
14+
- Accessible from Vault > Manage menu
15+
16+
#### Light Theme
17+
- Full light theme support for navigation, top bar, tab bar, cards, and all UI elements
18+
- Theme selection is now persisted and applied on app startup (no longer resets to dark)
19+
20+
### Improvements
21+
22+
- **Vault UI restructured** — Consolidated from 5 separate cards to 2: Seeds card (with inline add form) and a single Manage menu card with expandable sections for contacts, change password, biometric toggle, and export
23+
- **Asset page** — Enhanced asset display with improved caching (AssetCacheService) and better UX
24+
- **Home page** — UI improvements
25+
- **App icon** — Updated to new Qubic logo
26+
27+
### Downloads
28+
29+
| Platform | File |
30+
|----------|------|
31+
| Android | `org.qubic.lab.wallet-0.3.0.apk` |
32+
33+
Verify downloads with the `.sha256` file included alongside the APK.
34+
35+
---
36+
337
## v0.2.0
438

539
### Core Features

0 commit comments

Comments
 (0)