Skip to content

Commit 6fecc66

Browse files
committed
app: release 2.0.26
1 parent 841199e commit 6fecc66

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,40 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.0.25] - 2024-04-23
7+
## [2.0.26] - 2025-04-23
8+
### Changed:
9+
- Green is now Blockstream App, application style is updated to match the rebrand
10+
- Hardware wallet advertisement segmentation
11+
12+
### Fixes:
13+
- Child process must receive datadir form the parent process
14+
- Prevent multiple app settings dialogs
15+
16+
## [2.0.25] - 2025-04-23
817
### Fixes:
918
- Previous release had wrong version
1019

11-
## [2.0.24] - 2024-04-23
20+
## [2.0.24] - 2025-04-23
1221
### Changed:
1322
- Update GDK to 0.75.1
1423

1524
### Fixes:
1625
- Amount parsing when changing from fiat denomination to Liquid asset
1726

18-
## [2.0.23] - 2024-03-27
27+
## [2.0.23] - 2025-03-27
1928
### Fixes:
2029
- Correct amount parsing when sending a Liquid asset
2130
- Prevent a crash when the wallet logouts and a balance refresh was about to occur
2231

23-
## [2.0.22] - 2024-03-20
32+
## [2.0.22] - 2025-03-20
2433
### Added:
2534
- Option to request an email containing the user’s nLockTime transactions
2635

2736
### Fixes:
2837
- Image size when a new Jade device is detected
2938
- Correct location of crash reports on macOS and Linux
3039

31-
## [2.0.21] - 2024-03-07
40+
## [2.0.21] - 2025-03-07
3241
### Added:
3342
- Crash reporting
3443

@@ -43,23 +52,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4352
- Prevent invalid transaction creation under slow networking
4453
- Available amount displayed after manual coin selection
4554

46-
## [2.0.20] - 2024-02-03
55+
## [2.0.20] - 2025-02-03
4756
### Added:
4857
- Enable Liquid discounted fees for Confidential Transactions (CT).
4958

5059
### Fixed:
5160
- Can not change transaction notes on watch-only
5261

53-
## [2.0.19] - 2024-01-27
62+
## [2.0.19] - 2025-01-27
5463
### Added:
5564
- Create support tickets from the application
5665

57-
## [2.0.18] - 2024-01-23
66+
## [2.0.18] - 2025-01-23
5867
### Fixed:
5968
- Revert Qt to 6.8.0 to fix crash on macOS Intel
6069
- Prevent overflow of unit selector
6170

62-
## [2.0.17] - 2024-01-09
71+
## [2.0.17] - 2025-01-09
6372
### Added:
6473
- Graphical assets for Jade Plus
6574
- Support video advertisement on Linux

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
project(green VERSION 2.0.25 LANGUAGES CXX)
3+
project(green VERSION 2.0.26 LANGUAGES CXX)
44

55
option(GREEN_WAYLAND "Include Wayland support" OFF)
66
option(ENABLE_SENTRY "Enable crash reports with sentry" OFF)

0 commit comments

Comments
 (0)