Skip to content

Commit

Permalink
Added date to changelog [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed Mar 8, 2018
1 parent c2d9db2 commit e29c4c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tabfern/src/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Shortcuts for frequently-used items
function icon(cls) { return `<i class="${cls}"></i>`; }
function issue(num) { return `(<a href="https://github.com/cxw42/TabFern/issues/${num|0}">#${num|0}</a>)`; }
function brplain(date_str){return `<br/><span class="plain">${date_str}</span>`;}
function brplain(text){return `<br/><span class="plain">${text}</span>`;}

let ham = icon('fa fa-bars');
let gt = icon('fa fa-lg fa-caret-right');
Expand Down Expand Up @@ -261,7 +261,7 @@ bar (it will start with "file://")</li>
// Changelog {{{1
{
"tab": i18n.get("What's new?"),
"group": `Version 0.1.16${brplain('2018-xx-xx')}`,
"group": `Version 0.1.16${brplain('2018-03-08')}`,
'group_html':true,
"type": "description",
"text":
Expand Down
4 changes: 2 additions & 2 deletions webstore/src/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Shortcuts for frequently-used items
function icon(cls) { return `<i class="${cls}"></i>`; }
function issue(num) { return `(<a href="https://github.com/cxw42/TabFern/issues/${num|0}">#${num|0}</a>)`; }
function brplain(date_str){return `<br/><span class="plain">${date_str}</span>`;}
function brplain(text){return `<br/><span class="plain">${text}</span>`;}

let ham = icon('fa fa-bars');
let gt = icon('fa fa-lg fa-caret-right');
Expand Down Expand Up @@ -261,7 +261,7 @@ bar (it will start with "file://")</li>
// Changelog {{{1
{
"tab": i18n.get("What's new?"),
"group": `Version 0.1.16${brplain('2018-xx-xx')}`,
"group": `Version 0.1.16${brplain('2018-03-08')}`,
'group_html':true,
"type": "description",
"text":
Expand Down

0 comments on commit e29c4c0

Please sign in to comment.