File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 1.2.3 ] - 2023-06-21
8
8
### Changed
9
9
- Bigger QR Codes to aid scanning with Jade
10
10
11
11
### Fixed
12
12
- Support temporary Recovery Phrase Login with Jade
13
13
- Handle sign message error with Jade
14
14
- Sending with minium fee rate on Liquid singlesig
15
+ - Click on new version notification to open download page
16
+ - Regression in analytics initialization
15
17
16
18
## [ 1.2.2] - 2023-06-21
17
19
### Added
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16)
2
2
3
- project (green VERSION 1.2.2 LANGUAGES CXX)
3
+ project (green VERSION 1.2.3 LANGUAGES CXX)
4
4
5
5
option (GREEN_WAYLAND "Include Wayland support" OFF )
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -eo pipefail
3
3
4
- VERSION=1.2.2
4
+ VERSION=1.2.3
5
5
6
6
HASH_WINDOWS=` cat SHA256SUMS.asc | grep Windows | awk ' {split($0, a," "); print a[1]}' `
7
7
HASH_MAC=` cat SHA256SUMS.asc | grep Mac | awk ' {split($0, a," "); print a[1]}' `
You can’t perform that action at this time.
0 commit comments