From 6a7cb714a15c2d6e05501272bba0b518a2d88ffe Mon Sep 17 00:00:00 2001 From: trickypr <23250792+trickypr@users.noreply.github.com> Date: Sun, 5 Mar 2023 12:15:18 +1100 Subject: [PATCH] :arrow_up: Upgrade firefox to 110.0.1 (#219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️ Upgrade firefox to `110.0.1` * 📝 Update changelog --- CHANGELOG.md | 15 +++++++++++++++ gluon.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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) diff --git a/gluon.json b/gluon.json index ce62b7ca..59505f73 100644 --- a/gluon.json +++ b/gluon.json @@ -5,7 +5,7 @@ "binaryName": "pulse-browser", "version": { "product": "firefox", - "version": "110.0" + "version": "110.0.1" }, "buildOptions": { "generateBranding": true