Skip to content

Commit

Permalink
Release 3.4.0 (#787)
Browse files Browse the repository at this point in the history
* Release 3.4.0

* Update meson.build
  • Loading branch information
cassidyjames authored Apr 2, 2020
1 parent e79c675 commit 9ee2e70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions data/io.elementary.code.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@
</ul>
</description>
<releases>
<release version="3.4.0" date="2020-04-01">
<description>
<p>New features:</p>
<ul>
<li>Include Git status in file tooltips</li>
<li>Option for explicit case-sensitive Find</li>
</ul>
<p>Other updates:</p>
<ul>
<li>Correctly show Toggle Comment menu item when no text is selected</li>
<li>Fixed font switch alignment</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="3.3.0" date="2020-02-29">
<description>
<p>New features:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.code',
'vala', 'c',
version: '3.3.0'
version: '3.4.0'
)

add_project_arguments([
Expand Down

0 comments on commit 9ee2e70

Please sign in to comment.