fix: Fix missing coommands

Close #249
This commit is contained in:
Mattia Astorino 2018-08-30 09:39:50 +02:00
parent dbc9a364d2
commit 746625e2e6
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
2 changed files with 23 additions and 3 deletions

View file

@ -120,7 +120,7 @@
}
},
"changelog": {
"lastversion": "2.4.0"
"lastversion": "2.4.1"
},
"icons": {
"theme": {

View file

@ -13,8 +13,28 @@
<section class="Release">
<header class="Release__Header">
<span class="Release__Number">2.3.0</span>
<h2 class="Release__Title">August 2018</h2>
<span class="Release__Number">2.4.2</span>
<h2 class="Release__Title">August 30, 2018</h2>
</header>
<ul class="Release-List">
<li data-type="fixed">Fix missing commands</li>
</ul>
</section>
<section class="Release">
<header class="Release__Header">
<span class="Release__Number">2.4.1</span>
<h2 class="Release__Title">August 30, 2018</h2>
</header>
<ul class="Release-List">
<li data-type="fixed">Fix new settings view colors for Code <= 1.26.0</li>
</ul>
</section>
<section class="Release">
<header class="Release__Header">
<span class="Release__Number">2.4.0</span>
<h2 class="Release__Title">August 29, 2018</h2>
</header>
<ul class="Release-List">
<li data-type="breaking">New file icons auto applying and notifications behaviors</li>