From 48d39471791712123dd169efbc4851c1a3758e18 Mon Sep 17 00:00:00 2001 From: Alex Wykoff Date: Mon, 12 Sep 2016 20:34:27 -0500 Subject: [PATCH 1/4] added release notes for 0.12.1 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b8e9ab7ff..dd61c5487dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,30 @@ # Changelog ## [0.12.1](https://github.com/brave/browser-laptop/releases/v0.12.1dev) -- (todo) + - Added Malay (Malaysia) language. ([#3843](https://github.com/brave/browser-laptop/issues/3843)) + - Added extensions. ([#3926](https://github.com/brave/browser-laptop/issues/3926))([#3867](https://github.com/brave/browser-laptop/issues/3867))([#2224](https://github.com/brave/browser-laptop/issues/2224)) + - Added clear Autofill option. ([#3458](https://github.com/brave/browser-laptop/issues/3458)) + - Added notification to let users know 24 hours before their wallet would be used to pay publishers. ([#3828](https://github.com/brave/browser-laptop/issues/3828)) + - Added notification in Brave Payments to inform user of their contribution day. ([#3801](https://github.com/brave/browser-laptop/issues/3801)) + - Fixed numerous things for Brave Payments. ([#3711](https://github.com/brave/browser-laptop/issues/3711))([#3612](https://github.com/brave/browser-laptop/issues/3612))([#3785](https://github.com/brave/browser-laptop/issues/3785))([#3852](https://github.com/brave/browser-laptop/issues/3852))([#3716](https://github.com/brave/browser-laptop/issues/3716))([#3778](https://github.com/brave/browser-laptop/issues/3778))([#3830](https://github.com/brave/browser-laptop/issues/3830))([#3805](https://github.com/brave/browser-laptop/issues/3805))([#3824](https://github.com/brave/browser-laptop/issues/3824))([#3831](https://github.com/brave/browser-laptop/issues/3831)) + - Fixed numerous things in the UI. ([#3910](https://github.com/brave/browser-laptop/issues/3910))([#3916](https://github.com/brave/browser-laptop/issues/3916))([#3908](https://github.com/brave/browser-laptop/issues/3908))([#3856](https://github.com/brave/browser-laptop/issues/3856))([#3622](https://github.com/brave/browser-laptop/issues/3622))([#3673](https://github.com/brave/browser-laptop/issues/3673))([#3708](https://github.com/brave/browser-laptop/issues/3708))([#3739](https://github.com/brave/browser-laptop/issues/3739))([#3855](https://github.com/brave/browser-laptop/issues/3855))([#3629](https://github.com/brave/browser-laptop/issues/3629))([#3813](https://github.com/brave/browser-laptop/issues/3813))([#3612](https://github.com/brave/browser-laptop/issues/3621))([#3833](https://github.com/brave/browser-laptop/issues/3833))([#3677](https://github.com/brave/browser-laptop/issues/3677))([#3803](https://github.com/brave/browser-laptop/issues/3803))([#3484](https://github.com/brave/browser-laptop/issues/3484))([#3940](https://github.com/brave/browser-laptop/issues/3940)) + - Fixed typing in the address bar. ([#3928](https://github.com/brave/browser-laptop/issues/3928))([#3927](https://github.com/brave/browser-laptop/issues/3927))([#3857](https://github.com/brave/browser-laptop/issues/3857))([#3718](https://github.com/brave/browser-laptop/issues/3718))([#3712](https://github.com/brave/browser-laptop/issues/3712))([#3933](https://github.com/brave/browser-laptop/issues/3933)) + - Fixed Autocomplete for Twitter login. ([#3915](https://github.com/brave/browser-laptop/issues/3915)) + - Fixed 1Password not filling the form and Brave saving the password. ([#3897](https://github.com/brave/browser-laptop/issues/3897)) + - Fixed enabling "Web notifications" on Twitter. ([#3579](https://github.com/brave/browser-laptop/issues/3579)) + - Fixed Brave crash when Dashlane password manager is selected. ([#3909](https://github.com/brave/browser-laptop/issues/3909)) + - Fixed crash when Linux users would check for updates. ([#3907](https://github.com/brave/browser-laptop/issues/3907)) + - Fixed Redhat desktop launcher. ([#3905](https://github.com/brave/browser-laptop/issues/3905)) + - Fixed setting Brave as the default browser under Linux. ([#3776](https://github.com/brave/browser-laptop/issues/3776)) + - Fixed privacy retention for new tabs opened via context menu actions. ([#3662](https://github.com/brave/browser-laptop/issues/3662))([#3895](https://github.com/brave/browser-laptop/issues/3895)) + - Fixed a Lastpass create account issue. ([#2936](https://github.com/brave/browser-laptop/issues/2936)) + - Fixed renderer crash after signing in to https://*.slack.com/home. ([#3841](https://github.com/brave/browser-laptop/issues/3841)) + - Fixed mixed content pages incorrectly showing as secure in private browsing mode. ([#3793](https://github.com/brave/browser-laptop/issues/3793))([#3795](https://github.com/brave/browser-laptop/issues/3795)) + - Fixed Mixed-content lock control to re-lock and reload the page. ([#3770](https://github.com/brave/browser-laptop/issues/3770))([#3808](https://github.com/brave/browser-laptop/issues/3808)) + - Fixed Mac menubar being inaccessible while download is in progress. ([#3823](https://github.com/brave/browser-laptop/issues/3823)) + - Fixed Cmd+T (New Tab) shortcut becoming disabled while navigation occurs. ([#3782](https://github.com/brave/browser-laptop/issues/3782)) + - Changed '...' to Unicode ellipsis. ([#3675](https://github.com/brave/browser-laptop/issues/3675)) + - Updated Electron to 1.3.12 . ## [0.12.0](https://github.com/brave/browser-laptop/releases/v0.12.0dev) - Added an option to temporarily disable mixed content protection enhancement security. ([#3443](https://github.com/brave/browser-laptop/issues/3443)) From f6d1aca2006ad26d0c76428e0b879a76a5198d17 Mon Sep 17 00:00:00 2001 From: Alex Wykoff Date: Tue, 13 Sep 2016 11:35:11 -0500 Subject: [PATCH 2/4] updated the notes --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd61c5487dc..199cdecef44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog ## [0.12.1](https://github.com/brave/browser-laptop/releases/v0.12.1dev) - - Added Malay (Malaysia) language. ([#3843](https://github.com/brave/browser-laptop/issues/3843)) - - Added extensions. ([#3926](https://github.com/brave/browser-laptop/issues/3926))([#3867](https://github.com/brave/browser-laptop/issues/3867))([#2224](https://github.com/brave/browser-laptop/issues/2224)) + - Added about:extensions page. ([#3926](https://github.com/brave/browser-laptop/issues/3926)) + - Added support for extension action buttons for password managers. ([#3867](https://github.com/brave/browser-laptop/issues/3867))([#2224](https://github.com/brave/browser-laptop/issues/2224)) - Added clear Autofill option. ([#3458](https://github.com/brave/browser-laptop/issues/3458)) - Added notification to let users know 24 hours before their wallet would be used to pay publishers. ([#3828](https://github.com/brave/browser-laptop/issues/3828)) - Added notification in Brave Payments to inform user of their contribution day. ([#3801](https://github.com/brave/browser-laptop/issues/3801)) + - Added Malay (Malaysia) language. ([#3843](https://github.com/brave/browser-laptop/issues/3843)) - Fixed numerous things for Brave Payments. ([#3711](https://github.com/brave/browser-laptop/issues/3711))([#3612](https://github.com/brave/browser-laptop/issues/3612))([#3785](https://github.com/brave/browser-laptop/issues/3785))([#3852](https://github.com/brave/browser-laptop/issues/3852))([#3716](https://github.com/brave/browser-laptop/issues/3716))([#3778](https://github.com/brave/browser-laptop/issues/3778))([#3830](https://github.com/brave/browser-laptop/issues/3830))([#3805](https://github.com/brave/browser-laptop/issues/3805))([#3824](https://github.com/brave/browser-laptop/issues/3824))([#3831](https://github.com/brave/browser-laptop/issues/3831)) - Fixed numerous things in the UI. ([#3910](https://github.com/brave/browser-laptop/issues/3910))([#3916](https://github.com/brave/browser-laptop/issues/3916))([#3908](https://github.com/brave/browser-laptop/issues/3908))([#3856](https://github.com/brave/browser-laptop/issues/3856))([#3622](https://github.com/brave/browser-laptop/issues/3622))([#3673](https://github.com/brave/browser-laptop/issues/3673))([#3708](https://github.com/brave/browser-laptop/issues/3708))([#3739](https://github.com/brave/browser-laptop/issues/3739))([#3855](https://github.com/brave/browser-laptop/issues/3855))([#3629](https://github.com/brave/browser-laptop/issues/3629))([#3813](https://github.com/brave/browser-laptop/issues/3813))([#3612](https://github.com/brave/browser-laptop/issues/3621))([#3833](https://github.com/brave/browser-laptop/issues/3833))([#3677](https://github.com/brave/browser-laptop/issues/3677))([#3803](https://github.com/brave/browser-laptop/issues/3803))([#3484](https://github.com/brave/browser-laptop/issues/3484))([#3940](https://github.com/brave/browser-laptop/issues/3940)) - Fixed typing in the address bar. ([#3928](https://github.com/brave/browser-laptop/issues/3928))([#3927](https://github.com/brave/browser-laptop/issues/3927))([#3857](https://github.com/brave/browser-laptop/issues/3857))([#3718](https://github.com/brave/browser-laptop/issues/3718))([#3712](https://github.com/brave/browser-laptop/issues/3712))([#3933](https://github.com/brave/browser-laptop/issues/3933)) @@ -17,14 +18,13 @@ - Fixed Redhat desktop launcher. ([#3905](https://github.com/brave/browser-laptop/issues/3905)) - Fixed setting Brave as the default browser under Linux. ([#3776](https://github.com/brave/browser-laptop/issues/3776)) - Fixed privacy retention for new tabs opened via context menu actions. ([#3662](https://github.com/brave/browser-laptop/issues/3662))([#3895](https://github.com/brave/browser-laptop/issues/3895)) - - Fixed a Lastpass create account issue. ([#2936](https://github.com/brave/browser-laptop/issues/2936)) - - Fixed renderer crash after signing in to https://*.slack.com/home. ([#3841](https://github.com/brave/browser-laptop/issues/3841)) + - Fixed a LastPass create account issue. ([#2936](https://github.com/brave/browser-laptop/issues/2936)) + - Fixed renderer crash after signing into https://.slack.com/home. ([#3841](https://github.com/brave/browser-laptop/issues/3841)) - Fixed mixed content pages incorrectly showing as secure in private browsing mode. ([#3793](https://github.com/brave/browser-laptop/issues/3793))([#3795](https://github.com/brave/browser-laptop/issues/3795)) - Fixed Mixed-content lock control to re-lock and reload the page. ([#3770](https://github.com/brave/browser-laptop/issues/3770))([#3808](https://github.com/brave/browser-laptop/issues/3808)) - - Fixed Mac menubar being inaccessible while download is in progress. ([#3823](https://github.com/brave/browser-laptop/issues/3823)) - - Fixed Cmd+T (New Tab) shortcut becoming disabled while navigation occurs. ([#3782](https://github.com/brave/browser-laptop/issues/3782)) + - Fixed Mac menu being inaccessible while download is in progress. ([#3823](https://github.com/brave/browser-laptop/issues/3823)) + - Fixed CmdOrCtrl+T (New Tab) shortcut becoming disabled while navigation occurs. ([#3782](https://github.com/brave/browser-laptop/issues/3782)) - Changed '...' to Unicode ellipsis. ([#3675](https://github.com/brave/browser-laptop/issues/3675)) - - Updated Electron to 1.3.12 . ## [0.12.0](https://github.com/brave/browser-laptop/releases/v0.12.0dev) - Added an option to temporarily disable mixed content protection enhancement security. ([#3443](https://github.com/brave/browser-laptop/issues/3443)) From e9447c83d937ce084f9f74dc44be34a5644180b0 Mon Sep 17 00:00:00 2001 From: Alex Wykoff Date: Mon, 12 Sep 2016 20:34:27 -0500 Subject: [PATCH 3/4] added release notes for 0.12.1 updated the notes updated markdown rendering of slack link --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b8e9ab7ff..a7ce7c821a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,30 @@ # Changelog ## [0.12.1](https://github.com/brave/browser-laptop/releases/v0.12.1dev) -- (todo) + - Added about:extensions page. ([#3926](https://github.com/brave/browser-laptop/issues/3926)) + - Added support for extension action buttons for password managers. ([#3867](https://github.com/brave/browser-laptop/issues/3867))([#2224](https://github.com/brave/browser-laptop/issues/2224)) + - Added clear Autofill option. ([#3458](https://github.com/brave/browser-laptop/issues/3458)) + - Added notification to let users know 24 hours before their wallet would be used to pay publishers. ([#3828](https://github.com/brave/browser-laptop/issues/3828)) + - Added notification in Brave Payments to inform user of their contribution day. ([#3801](https://github.com/brave/browser-laptop/issues/3801)) + - Added Malay (Malaysia) language. ([#3843](https://github.com/brave/browser-laptop/issues/3843)) + - Fixed numerous things for Brave Payments. ([#3711](https://github.com/brave/browser-laptop/issues/3711))([#3612](https://github.com/brave/browser-laptop/issues/3612))([#3785](https://github.com/brave/browser-laptop/issues/3785))([#3852](https://github.com/brave/browser-laptop/issues/3852))([#3716](https://github.com/brave/browser-laptop/issues/3716))([#3778](https://github.com/brave/browser-laptop/issues/3778))([#3830](https://github.com/brave/browser-laptop/issues/3830))([#3805](https://github.com/brave/browser-laptop/issues/3805))([#3824](https://github.com/brave/browser-laptop/issues/3824))([#3831](https://github.com/brave/browser-laptop/issues/3831)) + - Fixed numerous things in the UI. ([#3910](https://github.com/brave/browser-laptop/issues/3910))([#3916](https://github.com/brave/browser-laptop/issues/3916))([#3908](https://github.com/brave/browser-laptop/issues/3908))([#3856](https://github.com/brave/browser-laptop/issues/3856))([#3622](https://github.com/brave/browser-laptop/issues/3622))([#3673](https://github.com/brave/browser-laptop/issues/3673))([#3708](https://github.com/brave/browser-laptop/issues/3708))([#3739](https://github.com/brave/browser-laptop/issues/3739))([#3855](https://github.com/brave/browser-laptop/issues/3855))([#3629](https://github.com/brave/browser-laptop/issues/3629))([#3813](https://github.com/brave/browser-laptop/issues/3813))([#3612](https://github.com/brave/browser-laptop/issues/3621))([#3833](https://github.com/brave/browser-laptop/issues/3833))([#3677](https://github.com/brave/browser-laptop/issues/3677))([#3803](https://github.com/brave/browser-laptop/issues/3803))([#3484](https://github.com/brave/browser-laptop/issues/3484))([#3940](https://github.com/brave/browser-laptop/issues/3940)) + - Fixed typing in the address bar. ([#3928](https://github.com/brave/browser-laptop/issues/3928))([#3927](https://github.com/brave/browser-laptop/issues/3927))([#3857](https://github.com/brave/browser-laptop/issues/3857))([#3718](https://github.com/brave/browser-laptop/issues/3718))([#3712](https://github.com/brave/browser-laptop/issues/3712))([#3933](https://github.com/brave/browser-laptop/issues/3933)) + - Fixed Autocomplete for Twitter login. ([#3915](https://github.com/brave/browser-laptop/issues/3915)) + - Fixed 1Password not filling the form and Brave saving the password. ([#3897](https://github.com/brave/browser-laptop/issues/3897)) + - Fixed enabling "Web notifications" on Twitter. ([#3579](https://github.com/brave/browser-laptop/issues/3579)) + - Fixed Brave crash when Dashlane password manager is selected. ([#3909](https://github.com/brave/browser-laptop/issues/3909)) + - Fixed crash when Linux users would check for updates. ([#3907](https://github.com/brave/browser-laptop/issues/3907)) + - Fixed Redhat desktop launcher. ([#3905](https://github.com/brave/browser-laptop/issues/3905)) + - Fixed setting Brave as the default browser under Linux. ([#3776](https://github.com/brave/browser-laptop/issues/3776)) + - Fixed privacy retention for new tabs opened via context menu actions. ([#3662](https://github.com/brave/browser-laptop/issues/3662))([#3895](https://github.com/brave/browser-laptop/issues/3895)) + - Fixed a LastPass create account issue. ([#2936](https://github.com/brave/browser-laptop/issues/2936)) + - Fixed renderer crash after signing into `https://*.slack.com/home`. ([#3841](https://github.com/brave/browser-laptop/issues/3841)) + - Fixed mixed content pages incorrectly showing as secure in private browsing mode. ([#3793](https://github.com/brave/browser-laptop/issues/3793))([#3795](https://github.com/brave/browser-laptop/issues/3795)) + - Fixed Mixed-content lock control to re-lock and reload the page. ([#3770](https://github.com/brave/browser-laptop/issues/3770))([#3808](https://github.com/brave/browser-laptop/issues/3808)) + - Fixed Mac menu being inaccessible while download is in progress. ([#3823](https://github.com/brave/browser-laptop/issues/3823)) + - Fixed CmdOrCtrl+T (New Tab) shortcut becoming disabled while navigation occurs. ([#3782](https://github.com/brave/browser-laptop/issues/3782)) + - Changed '...' to Unicode ellipsis. ([#3675](https://github.com/brave/browser-laptop/issues/3675)) ## [0.12.0](https://github.com/brave/browser-laptop/releases/v0.12.0dev) - Added an option to temporarily disable mixed content protection enhancement security. ([#3443](https://github.com/brave/browser-laptop/issues/3443)) From 1a918a58fab0692b0da340a49390072cd13957ea Mon Sep 17 00:00:00 2001 From: Alex Wykoff Date: Tue, 13 Sep 2016 12:06:06 -0500 Subject: [PATCH 4/4] reordered some of the options --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ce7c821a5..2c189e97ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog ## [0.12.1](https://github.com/brave/browser-laptop/releases/v0.12.1dev) - - Added about:extensions page. ([#3926](https://github.com/brave/browser-laptop/issues/3926)) - Added support for extension action buttons for password managers. ([#3867](https://github.com/brave/browser-laptop/issues/3867))([#2224](https://github.com/brave/browser-laptop/issues/2224)) - - Added clear Autofill option. ([#3458](https://github.com/brave/browser-laptop/issues/3458)) - Added notification to let users know 24 hours before their wallet would be used to pay publishers. ([#3828](https://github.com/brave/browser-laptop/issues/3828)) + - Added about:extensions page. ([#3926](https://github.com/brave/browser-laptop/issues/3926)) + - Added clear Autofill option. ([#3458](https://github.com/brave/browser-laptop/issues/3458)) - Added notification in Brave Payments to inform user of their contribution day. ([#3801](https://github.com/brave/browser-laptop/issues/3801)) - Added Malay (Malaysia) language. ([#3843](https://github.com/brave/browser-laptop/issues/3843)) - Fixed numerous things for Brave Payments. ([#3711](https://github.com/brave/browser-laptop/issues/3711))([#3612](https://github.com/brave/browser-laptop/issues/3612))([#3785](https://github.com/brave/browser-laptop/issues/3785))([#3852](https://github.com/brave/browser-laptop/issues/3852))([#3716](https://github.com/brave/browser-laptop/issues/3716))([#3778](https://github.com/brave/browser-laptop/issues/3778))([#3830](https://github.com/brave/browser-laptop/issues/3830))([#3805](https://github.com/brave/browser-laptop/issues/3805))([#3824](https://github.com/brave/browser-laptop/issues/3824))([#3831](https://github.com/brave/browser-laptop/issues/3831))