Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 0.68.x #5754

Merged
merged 2 commits into from
Aug 21, 2019
Merged
Changes from 1 commit
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
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.68.131](https://github.com/brave/brave-browser/releases/tag/v0.68.131)

- Added ability to tip Reddit publishers. ([#4745](https://github.com/brave/brave-browser/issues/4745))
- Added ability to tip Vimeo publishers. ([#4391](https://github.com/brave/brave-browser/issues/4391))
- Added ability for users to hide background images on the new tab page. ([#4523](https://github.com/brave/brave-browser/issues/4523))
- Added ability to select default search engine during onboarding. ([#1548](https://github.com/brave/brave-browser/issues/1548))
- Replaced adblock library with new Rust based library. ([#4793](https://github.com/brave/brave-browser/issues/4793))
- Replaced PDF.js in favor of PDFium. ([#3846](https://github.com/brave/brave-browser/issues/3846))
- Disabled field trials. ([#4283](https://github.com/brave/brave-browser/issues/4283))
- Combined Trackers Blocked and Ads Blocked under the new tab page. ([#5273](https://github.com/brave/brave-browser/issues/5273))
- Updated order of brave://settings sections for popularity and complexity. ([#4108](https://github.com/brave/brave-browser/issues/4108))
- Updated labels on brave://settings/shields and Brave Shields panel for consistency. ([#3589](https://github.com/brave/brave-browser/issues/3589))
- Updated macOS installer graphics. ([#1105](https://github.com/brave/brave-browser/issues/1105))
- Updated dialog box text when installing extensions. ([#3231](https://github.com/brave/brave-browser/issues/3231))
- Removed message on launch for side loaded extensions. ([#4349](https://github.com/brave/brave-browser/issues/4349))
- Removed sliding notification animation in URL bar. ([#3751](https://github.com/brave/brave-browser/issues/3751))
- Removed settings button from ad notification on Linux (Gnome). ([#4231](https://github.com/brave/brave-browser/issues/4231))
- Fixed publisher "Thank you" banner not being automatically dismissed. ([#4590](https://github.com/brave/brave-browser/issues/4590))
- Fixed ad notifications not being displayed until browser restart after toggling Brave ads off and on. ([#4748](https://github.com/brave/brave-browser/issues/4748))
- Fixed dynamically generated PDFs not loading properly. ([#884](https://github.com/brave/brave-browser/issues/884))
- Fixed PDFs inside of popup windows not loading. ([#3119](https://github.com/brave/brave-browser/issues/3119))
- Fixed unable to print from from Google Drive. ([#3694](https://github.com/brave/brave-browser/issues/3694))
rebron marked this conversation as resolved.
Show resolved Hide resolved
- Fixed inability to fill out online PDFs. ([#5033](https://github.com/brave/brave-browser/issues/5033))
- Fixed PDFs not loading in certain cases. ([#4424](https://github.com/brave/brave-browser/issues/4424))
- Fixed inability to hide bookmarks bar on new tab page. ([#1306](https://github.com/brave/brave-browser/issues/1306))
- Fixed URL bar not showing full URL. ([#2192](https://github.com/brave/brave-browser/issues/2192))
- Fixed interception of media keys. ([#3807](https://github.com/brave/brave-browser/issues/3807))
- Fixed display mismatch between main view and detailed view under Brave Shields when blocking scripts. ([#4228](https://github.com/brave/brave-browser/issues/4228))
- Fixed cosmetic filter not working in certain cases. ([#4417](https://github.com/brave/brave-browser/issues/4417))
- Fixed inability to play Amazon music. ([#3308](https://github.com/brave/brave-browser/issues/3308))
- Fixed display issue on brave://downloads. ([#5330](https://github.com/brave/brave-browser/issues/5330))

## [0.67.125](https://github.com/brave/brave-browser/releases/tag/v0.67.125)

- Fixed retry logic for failed ads confirmations. ([#5548](https://github.com/brave/brave-browser/issues/5548))
Expand Down