Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Added release notes for 0.18.x #10560

Merged
merged 1 commit into from
Aug 18, 2017
Merged
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

##[0.18.23](https://github.com/brave/browser-laptop/releases/tag/v0.18.23dev)
- Fixed spell check not working on Disqus comment boxes. ([#10040](https://github.com/brave/browser-laptop/issues/10040))
- Fixed findbar slowness (cmd + F, typing). ([#10271](https://github.com/brave/browser-laptop/issues/10271))
- Fixed issue where pinned tab can't be really unpinned. ([#10241](https://github.com/brave/browser-laptop/issues/10241))
- Fixed pinned tab will not display. ([#10122](https://github.com/brave/browser-laptop/issues/10122))
- Fixed cursor not shown when editing a bookmark. ([#10104](https://github.com/brave/browser-laptop/issues/10104))
- Fixed short term video freezes. ([#9808](https://github.com/brave/browser-laptop/issues/9808))
- Fixed browser freezes per 5 minutes with existing profile. ([#10094](https://github.com/brave/browser-laptop/issues/10094))
- Fixed tab previews: stick to changing properties that can be handled by the compositor alone. ([#10291](https://github.com/brave/browser-laptop/issues/10291))
- Fixed when the main process crashes, window state is lost. ([#10349](https://github.com/brave/browser-laptop/issues/10349))
- Fixed Linux rpm is not signed. ([#10188](https://github.com/brave/browser-laptop/issues/10188))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RPM

- Fixed minimizing the browser window leaves the tooltip open. ([#8697](https://github.com/brave/browser-laptop/issues/8697))
- Fixed extension popup menu items dismissed on click. ([#10130](https://github.com/brave/browser-laptop/issues/10130))
- Fixed extension popup not showing. ([#10224](https://github.com/brave/browser-laptop/issues/10224))
- Fixed about favicons are taking up way too much space in the session store. ([#10000](https://github.com/brave/browser-laptop/issues/10000))
- Fixed js/lib/urlutil.js for safer url parsing. ([#6098](https://github.com/brave/browser-laptop/issues/6098))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed using chromium URL parsing everywhere in favour of node based URL parsing.

- Upgrade to muon 4.3.10. ([#10262](https://github.com/brave/browser-laptop/issues/10262))
- Upgrade to Chromium 60.0.3112.90. ([#10261](https://github.com/brave/browser-laptop/issues/10261))

## [0.18.14](https://github.com/brave/browser-laptop/releases/tag/v0.18.14dev)
- Added a welcome screen for first time users. ([#9423](https://github.com/brave/browser-laptop/issues/9423))
- Added Chromium spell checker (in place of Electron spell checker). ([#9880](https://github.com/brave/browser-laptop/issues/9880))
Expand Down