Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion gluon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"binaryName": "pulse-browser",
"version": {
"product": "firefox",
"version": "110.0"
"version": "110.0.1"
},
"buildOptions": {
"generateBranding": true
Expand Down