From c86538566c43f5a938836f3c6bd4c0015dd50790 Mon Sep 17 00:00:00 2001 From: TrickyPR <23250792+trickypr@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:04:23 +1100 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20firefox=20to?= =?UTF-8?q?=20`110.0.1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gluon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon.json b/gluon.json index ce62b7ca..930b222b 100644 --- a/gluon.json +++ b/gluon.json @@ -5,7 +5,7 @@ "binaryName": "pulse-browser", "version": { "product": "firefox", - "version": "110.0" + "version":u "110.0.1" }, "buildOptions": { "generateBranding": true From 20a3fd613bfdd554a0bd6b5fa89b5eb2ef4c17e1 Mon Sep 17 00:00:00 2001 From: TrickyPR <23250792+trickypr@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:08:36 +1100 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=90=9B=20Remove=20stray=20character?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gluon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon.json b/gluon.json index 930b222b..59505f73 100644 --- a/gluon.json +++ b/gluon.json @@ -5,7 +5,7 @@ "binaryName": "pulse-browser", "version": { "product": "firefox", - "version":u "110.0.1" + "version": "110.0.1" }, "buildOptions": { "generateBranding": true From 430b72ee7a7fbc909c7adf50141641cfacfd2ca0 Mon Sep 17 00:00:00 2001 From: TrickyPR <23250792+trickypr@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:19:37 +1100 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04806c48..5c3a30cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,49 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.0.0-a.60 +### Fixed + +- Forget functionality would forget all cookies (#215, [Bug 1816279](https://bugzilla.mozilla.org/show_bug.cgi?id=1816279)) + ### Changed + +- Updated Firefox to `110.0.1` (#219) - Updated Better-Fox (#218) - Enable VA-API by default (#216) ## 1.0.0-a.58 ### Changed + - Updated Firefox to 110.0 (#209) - Updated UBlock to 1.47.0 (#209) ## 1.0.0-a.57 ### Fixed + - Reenable firefox sync (#208) ## 1.0.0-a.56 ### Fixed + - Fix our Better-Fox implementation ## 1.0.0-a.55 ### Fixed + - Vertical tab scrolling is less horrible ## 1.0.0-a.54 ## Added + - Vertical tab resizing (#199) ## Changed + - Welcome screeen will ask if you want to enable vertical tabs (#198) - Pulse Theme for vertical tabs has been cleaned up (#201) ## 1.0.0-a.53 ## Added + - Vivaldi & Opera importers (#200, Upstream) ## Changed + - Updated Firefox to `109.0` (#200) - Update uBlock Origin to `1.46.0` (#200) ## Fixed + - Vertical tabs no-longer display in fullscreen (#197, @Jacob-Tsekrekos) - Remove gap above toolbar w/ vertical tabs on Windows (#197, @Jacob-Tsekrekos)