File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,12 @@ private struct HeaderOverlay: View {
111
111
HStack ( alignment: . center) {
112
112
Text ( " Keyboard Cowboy " )
113
113
. font ( Font . system ( size: 20 , design: . rounded) )
114
- Text ( " 3.27.1 " )
114
+ Text ( " 3.27.2 " )
115
115
. foregroundStyle ( . white)
116
116
. font ( Font . system ( size: 24 , design: . rounded) )
117
117
. allowsTightening ( true )
118
118
. fontWeight ( . heavy)
119
- . shadow ( color: Color ( . systemRed ) , radius: 10 )
119
+ . shadow ( color: Color ( . systemOrange ) , radius: 10 )
120
120
}
121
121
. padding ( . vertical, 8 )
122
122
. padding ( . horizontal, 16 )
@@ -161,6 +161,10 @@ private struct ChangesView: View {
161
161
@ObserveInjection var inject
162
162
163
163
private let changes : [ Change < AnyView > ] = [
164
+ Change ( icon: { BugFixIconView ( size: 24 ) . anyView } ,
165
+ text: " Fix bug where keyboard sequences became unreliable. " ,
166
+ version: . v3272) ,
167
+
164
168
Change ( icon: { BugFixIconView ( size: 24 ) . anyView } ,
165
169
text: " Fix bug where new Workspace ended up adding an App Focus command. " ,
166
170
version: . v3271) ,
Original file line number Diff line number Diff line change 2
2
3
3
# Fetch external dependencies
4
4
echo " 🗃 Resolving dependencies"
5
+ tuist generate
5
6
tuist build
You can’t perform that action at this time.
0 commit comments