From 7cd7350d789c1909f4694f32347a52d0a7268f8d Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:34:42 -0400 Subject: [PATCH 1/5] Release 3.3.0 --- app/package.json | 2 +- changelog.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index b9f2367af9..104602ba17 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.2.10-beta2", + "version": "3.3.0", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 8b41ffc577..06281b5aab 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,17 @@ { "releases": { + "3.3.0": [ + "[New] Initial support for repository rules - #16707.", + "[Fixed] Fix loop creating a new repository that already exists, or trying to add a repository that doesn't exist - #17262", + "[Fixed] Allow cloning repositories that have git as a suffix - #17221", + "[Fixed] Fix accessibility semantics of root items of the app menu bar - #17254", + "[Fixed] Double clicking the checkbox of a changed file does not open that file in the external editor - #17229", + "[Fixed] Expand buttons in the diff are keyboard navigable. - #17212", + "[Improved] Improve light mode color contrast of lines added and deleted - #17206", + "[Improved] Dropdown select buttons have aria attributes - #17271", + "[Improved] Dropdown select button menu items are keyboard navigable and have aria attributes - #17271", + "[Improved] Prevent interupting verbose annoucements of branch count on branch dropdown open for screen reader users - #17225" + ], "3.2.10-beta2": [ "[Fixed] Fix loop creating a new repository that already exists, or trying to add a repository that doesn't exist - #17262", "[Fixed] Allow cloning repositories that have git as suffix - #17221", From b6acda9df16e4ac1eb0900fc499fbc1253e68fba Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:37:42 -0400 Subject: [PATCH 2/5] Flip Repo Rules Flag --- app/src/lib/feature-flag.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/lib/feature-flag.ts b/app/src/lib/feature-flag.ts index 6c23b247fe..92f3d42a0c 100644 --- a/app/src/lib/feature-flag.ts +++ b/app/src/lib/feature-flag.ts @@ -103,4 +103,4 @@ export function enableSectionList(): boolean { return enableBetaFeatures() } -export const enableRepoRulesBeta = enableBetaFeatures +export const enableRepoRulesBeta = true From d30716e5ae6fb7a79ec49287a42d70d18df3c7aa Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:39:18 -0400 Subject: [PATCH 3/5] Flip move stash feature flag --- app/src/lib/feature-flag.ts | 4 ++-- changelog.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/lib/feature-flag.ts b/app/src/lib/feature-flag.ts index 92f3d42a0c..7255394f9e 100644 --- a/app/src/lib/feature-flag.ts +++ b/app/src/lib/feature-flag.ts @@ -94,7 +94,7 @@ export function enablePullRequestQuickView(): boolean { } export function enableMoveStash(): boolean { - return enableBetaFeatures() + return true } export const enableCustomGitUserAgent = enableBetaFeatures @@ -103,4 +103,4 @@ export function enableSectionList(): boolean { return enableBetaFeatures() } -export const enableRepoRulesBeta = true +export const enableRepoRulesBeta = () => true diff --git a/changelog.json b/changelog.json index 06281b5aab..61dabb9056 100644 --- a/changelog.json +++ b/changelog.json @@ -2,6 +2,7 @@ "releases": { "3.3.0": [ "[New] Initial support for repository rules - #16707.", + "[Fixed] Recreate stash after renaming branch - #16442", "[Fixed] Fix loop creating a new repository that already exists, or trying to add a repository that doesn't exist - #17262", "[Fixed] Allow cloning repositories that have git as a suffix - #17221", "[Fixed] Fix accessibility semantics of root items of the app menu bar - #17254", From 88afe795dcc87063f54deb860609fcd6fef125a4 Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Wed, 30 Aug 2023 09:05:10 +0200 Subject: [PATCH 4/5] Update changelog.json --- changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 61dabb9056..65d446bb46 100644 --- a/changelog.json +++ b/changelog.json @@ -1,7 +1,7 @@ { "releases": { "3.3.0": [ - "[New] Initial support for repository rules - #16707.", + "[New] Initial support for repository rules - #16707", "[Fixed] Recreate stash after renaming branch - #16442", "[Fixed] Fix loop creating a new repository that already exists, or trying to add a repository that doesn't exist - #17262", "[Fixed] Allow cloning repositories that have git as a suffix - #17221", From c71dec4120867afd5b122cc4330d150e52aa95d7 Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Wed, 30 Aug 2023 09:05:16 +0200 Subject: [PATCH 5/5] Update changelog.json --- changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 65d446bb46..e3eb913014 100644 --- a/changelog.json +++ b/changelog.json @@ -11,7 +11,7 @@ "[Improved] Improve light mode color contrast of lines added and deleted - #17206", "[Improved] Dropdown select buttons have aria attributes - #17271", "[Improved] Dropdown select button menu items are keyboard navigable and have aria attributes - #17271", - "[Improved] Prevent interupting verbose annoucements of branch count on branch dropdown open for screen reader users - #17225" + "[Improved] Prevent interrupting verbose announcements of branch count on branch dropdown open for screen reader users - #17225" ], "3.2.10-beta2": [ "[Fixed] Fix loop creating a new repository that already exists, or trying to add a repository that doesn't exist - #17262",