Skip to content

Commit

Permalink
Update changelog and package.json for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Dec 23, 2021
1 parent 87cc6e5 commit bdd9559
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ setting_definitions.push(
`TabFern is by Chris White (<a href="https://devwrench.wordpress.com">blog</a>,
<a href="https://github.com/cxw42/">GitHub</a>). I greatly appreciate
the following contributors! If I have accidentally missed you, please let
me know so I can correct the omission. All names below are in asciibetical
order within each category.`
me know so I can correct the omission. All names below are in case-insensitive
alphabetical order within each category.`
},

{
Expand Down Expand Up @@ -485,13 +485,13 @@ order within each category.`
setting_definitions.push(
{
"tab": future_i18n("What's new?"),
"group": `Version 0.2.2${brplain('2021-xx-xx')}`,
"group": `Version 0.2.2${brplain('2021-12-22')}`,
'group_html':true,
"type": "description",
"text": (
`<h1>Please back up!</h1>
<p>The next version of TabFern will introduce tab-at-a-time ${issue(35)}.
Please back up now just in case of bugs (${ham} ${gt} Backup now)!
Please back up now (${ham} ${gt} Backup now) just in case of unexpected bugs!
Remember, TabFern carries <b>no warranty</b>.
</p>
<ul>
Expand Down Expand Up @@ -519,7 +519,7 @@ recovered window will show up in TabFern as a separate, unsaved window
`<li>Icons of other extensions should now appear in the TF window. ${issue(202)}</li>
<li>Other fixes: ${issue(196,true)}, ${issue(224,true)} (thanks to bluikko),
${issue(233,true)}, ${issue(236,true)}, ${issue(237,true)}</li>
<li>Known issues; ${issue(276,true)}</li>
<li>Known issues: ${issue(276,true)}</li>
</ul>`
),

Expand Down
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.2",
"version": "0.2.2",
"description": "Google Chrome extension for displaying, saving, and managing tabs",
"main": "src/view/main.js",
"directories": {
Expand Down

0 comments on commit bdd9559

Please sign in to comment.