Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Prepare release v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Morikko committed May 12, 2018
1 parent 93c961c commit b2b1cea
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
29 changes: 29 additions & 0 deletions extension/optionpages/components/section_about.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,35 @@ class AboutSection extends React.Component {
React.createElement("img", { src: "/share/icons/firefox.png", alt: "" })
)
),
React.createElement(
"h2",
null,
"Release Notes (0.6.9)"
),
React.createElement(
"ul",
null,
React.createElement(
"li",
null,
"Improve groups interface performance #114"
),
React.createElement(
"li",
null,
"Add: Context Menu to move tab on right click on page #115"
),
React.createElement(
"li",
null,
"Fix: Error Notifications popped for no good reason #116"
),
React.createElement(
"li",
null,
"Fix: Change window focus was not well taken in account (Chrome) #110"
)
),
React.createElement(
"h2",
null,
Expand Down
9 changes: 9 additions & 0 deletions extension/optionpages/components/section_about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ class AboutSection extends React.Component {
<img src="/share/icons/firefox.png" alt=""/>
</a>
</div>
<h2>
Release Notes (0.6.9)
</h2>
<ul>
<li>Improve groups interface performance #114</li>
<li>Add: Context Menu to move tab on right click on page #115</li>
<li>Fix: Error Notifications popped for no good reason #116</li>
<li>Fix: Change window focus was not well taken in account (Chrome) #110</li>
</ul>
<h2>
Release Notes (0.6.8)
</h2>
Expand Down

0 comments on commit b2b1cea

Please sign in to comment.