Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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