Skip to content

Commit

Permalink
Update changelog; bump version to 0.3.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Dec 12, 2020
1 parent 85a9345 commit 4ab8553
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
2 changes: 2 additions & 0 deletions app/common/setting-definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

// Fixed configuration
let ISSUE35 = true; // Set to true to enable #35 functions, false to disable
// TODO remove this flag once #35 is closed and #35 functions are
// always enabled.

// Names of settings, and their defaults // {{{1

Expand Down
22 changes: 14 additions & 8 deletions app/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,16 +484,11 @@ order within each category.`
setting_definitions.push(
{
"tab": future_i18n("What's new?"),
"group": `Version 0.2.2${brplain('2020-xx-xx')}`,
"group": `Version 0.3.0${brplain('2020-xx-xx')}`,
'group_html':true,
"type": "description",
"text": (
`<ul>
<li>Fixed a regression in the settings: it is now possible to set the
window action-button order again. ${issue(208)}</li>
<li>When running a development version of TF, the commit hash will be
listed in the title bar. This will make it easier to reference the
commit in bug reports. ${issue(210)}</li>` +
`<ul>` +
(!S.ISSUE35 ? '' :
`<li class="gold-star">Opening one tab at a time! Yes, the wait is over! ${issue(35)}
<ul>
Expand All @@ -507,7 +502,18 @@ commit in bug reports. ${issue(210)}</li>` +
<p>Please note that if Chrome crashes while you have only some tabs open, the
recovered window will show up in TabFern as a separate, unsaved window
(related to ${issue(41, true)}).</p>
</li></ul>`) +
</li></ul>
`) +
`
<li>New option to use Chrome or DuckDuckGo as a favicon source. ${issue(196)}</li>
<li>Show in the tree favicons of pages created by other Chrome extensions. ${issue(202)}</li>
<li>Fixed a regression in the settings: it is now possible to set the
window action-button order again. ${issue(208)}</li>
<li>When running a development version of TF, the commit hash will be
listed in the title bar. This will make it easier to reference the
commit in bug reports. ${issue(210)}</li>
<li>Fix broken image links in README.md. Thanks, @bluikko! ${issue(224)}</li>
` +
'</ul>'
),

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabfern",
"version": "0.2.2-pre.1",
"version": "0.3.0-pre.1",
"description": "Google Chrome extension for displaying, saving, and managing tabs",
"main": "src/view/main.js",
"directories": {
Expand Down

0 comments on commit 4ab8553

Please sign in to comment.