mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
11 lines
286 B
Handlebars
11 lines
286 B
Handlebars
|
<div id="changelog">
|
||
|
<button class="close-button">{{svg "x.svg" width="20" height="20"}}</button>
|
||
|
|
||
|
<h1>Changelog</h1>
|
||
|
{{#each changelog}}
|
||
|
<h2>Version {{@key}}</h2>
|
||
|
<ul>{{#each this}}
|
||
|
<li>{{change}} <span class="weak">- {{author}}</span></li>
|
||
|
{{/each}}</ul>
|
||
|
{{/each}}
|
||
|
</div>
|