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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Morikko committed May 10, 2018
1 parent 0c7f9f3 commit 6644ce8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
35 changes: 35 additions & 0 deletions extension/optionpages/components/section_about.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,41 @@ class AboutSection extends React.Component {
React.createElement("img", { src: "/share/icons/firefox.png", alt: "" })
)
),
React.createElement(
"h2",
null,
"Release Notes (0.6.8)"
),
React.createElement(
"ul",
null,
React.createElement(
"li",
null,
"Add: Automatic Error Log"
),
React.createElement(
"li",
null,
"Check ",
React.createElement(
"a",
{ href: "https://github.com/Morikko/sync-tab-groups/wiki/How-to-help-me-solve-bugs" },
"the wiki page"
),
" to know how you can help me solved extensions bugs."
),
React.createElement(
"li",
null,
"Add: Notification when an error happened, so you can restore your groups and save the log"
),
React.createElement(
"li",
null,
"Add: Error management in popup, avoid the \"empty bubble\""
)
),
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.8)
</h2>
<ul>
<li>Add: Automatic Error Log</li>
<li>Check <a href="https://github.com/Morikko/sync-tab-groups/wiki/How-to-help-me-solve-bugs">the wiki page</a> to know how you can help me solved extensions bugs.</li>
<li>Add: Notification when an error happened, so you can restore your groups and save the log</li>
<li>Add: Error management in popup, avoid the "empty bubble"</li>
</ul>
<h2>
Release Notes (0.6.7)
</h2>
Expand Down

0 comments on commit 6644ce8

Please sign in to comment.