This one I wanted populated at runtime to avoid diff noise.
This commit is contained in:
parent
dded914e41
commit
800556091c
@ -168,7 +168,7 @@ Main =
|
||||
return if previousversion is g.VERSION
|
||||
if previousversion
|
||||
el = $.el 'span',
|
||||
<%= html(meta.name + ' has been updated to <a href="' + meta.repo + 'blob/' + meta.mainBranch + '/CHANGELOG.md" target="_blank">version ' + meta.version + '</a>.') %>
|
||||
<%= html(meta.name + ' has been updated to <a href="' + meta.repo + 'blob/' + meta.mainBranch + '/CHANGELOG.md" target="_blank">version ${g.VERSION}</a>.') %>
|
||||
new Notice 'info', el, 15
|
||||
else
|
||||
Settings.open()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user