File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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
+ ## [ 2.0.22] - 2024-03-20
8
+ ### Added:
9
+ - Option to request an email containing the user’s nLockTime transactions
10
+
11
+ ### Fixes:
12
+ - Image size when a new Jade device is detected
13
+ - Correct location of crash reports on macOS and Linux
14
+
7
15
## [ 2.0.21] - 2024-03-07
8
16
### Added:
9
17
- Crash reporting
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16)
2
2
3
- project (green VERSION 2.0.21 LANGUAGES CXX)
3
+ project (green VERSION 2.0.22 LANGUAGES CXX)
4
4
5
5
option (GREEN_WAYLAND "Include Wayland support" OFF )
6
6
option (ENABLE_SENTRY "Enable crash reports with sentry" OFF )
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -eo pipefail
3
3
4
- VERSION=2.0.21
4
+ VERSION=2.0.22
5
5
6
6
if [[ -z " $CHANNEL " ]]; then
7
7
echo " Must set CHANNEL environment variable" 1>&2
You can’t perform that action at this time.
0 commit comments