File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ 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.6] - 2024-08-01
8
+ Requires macOS 12.0 and higher.
9
+
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Fixed
15
+ - The ` unsupportedURL ` key was not being honored when clicking on the Unsupported UI button
16
+ - Addresses [ 626] ( https://github.com/macadmins/nudge/issues/626 )
17
+
7
18
## [ 2.0.5] - 2024-07-24
8
19
Requires macOS 12.0 and higher.
9
20
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ struct InformationButtonAsAction: View {
44
44
45
45
var body : some View {
46
46
Button ( action: {
47
- UIUtilities ( ) . openMoreInfo ( )
47
+ UIUtilities ( ) . openMoreInfoUnsupported ( )
48
48
UIUtilities ( ) . postUpdateDeviceActions ( userClicked: true , unSupportedUI: true )
49
49
} ) {
50
50
Text ( . init( UserInterfaceVariables . actionButtonTextUnsupported. localized ( desiredLanguage: getDesiredLanguage ( locale: appState. locale) ) ) )
You can’t perform that action at this time.
0 commit comments