Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Mar 6, 2019
1 parent cbbfd0b commit a56645b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 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,16 @@
</ul>
</description>
<releases>
<release version="3.1.0" date="2018-03-06">
<description>
<ul>Fix New Window desktop action behavior</ul>
<ul>Properly synchronize Ctrl+N key presses with number of new documents spawned</ul>
<ul>Build system fix for editorconfig dependency</ul>
<ul>Add Change Branch context menu item</ul>
<ul>Avoid possible startup crash related to how plugins load</ul>
<ul>Updated translations</ul>
</description>
</release>
<release version="3.0.2" date="2018-01-03">
<description>
<ul>Smarter file saving behavior</ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('io.elementary.code', 'vala', 'c', version: '3.0.2')
project('io.elementary.code', 'vala', 'c', version: '3.1.0')

add_project_arguments([
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())
Expand Down

0 comments on commit a56645b

Please sign in to comment.