Skip to content

Commit 57db70c

Browse files
committed
Update release notes
1 parent 99f7155 commit 57db70c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

App/Sources/UI/Releases/Release3_27.swift

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ private struct HeaderOverlay: View {
111111
HStack(alignment: .center) {
112112
Text("Keyboard Cowboy")
113113
.font(Font.system(size: 20, design: .rounded))
114-
Text("3.27.1")
114+
Text("3.27.2")
115115
.foregroundStyle(.white)
116116
.font(Font.system(size: 24, design: .rounded))
117117
.allowsTightening(true)
118118
.fontWeight(.heavy)
119-
.shadow(color: Color(.systemRed), radius: 10)
119+
.shadow(color: Color(.systemOrange), radius: 10)
120120
}
121121
.padding(.vertical, 8)
122122
.padding(.horizontal, 16)
@@ -161,6 +161,10 @@ private struct ChangesView: View {
161161
@ObserveInjection var inject
162162

163163
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+
164168
Change(icon: { BugFixIconView(size: 24).anyView },
165169
text: "Fix bug where new Workspace ended up adding an App Focus command.",
166170
version: .v3271),

Scripts/release_pipeline/0_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
# Fetch external dependencies
44
echo "🗃 Resolving dependencies"
5+
tuist generate
56
tuist build

0 commit comments

Comments
 (0)