Skip to content

Commit

Permalink
Release 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Dec 6, 2018
1 parent 0dc43a8 commit a796435
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions data/io.elementary.terminal.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@
</screenshot>
</screenshots>
<releases>
<release version="5.3.3" date="2018-12-06" urgency="medium">
<description>
<ul>
<li>Fix erratic search text highlightning behavior</li>
<li>Support -h flag for help</li>
<li>Disable audible bell</li>
<li>Add Alt+↑ action to scroll to last command</li>
<li>Add Alt+c action to copy last output</li>
<li>Add accels to tooltips</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="5.3.2" date="2018-10-30" urgency="medium">
<description>
<ul>
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.terminal',
'vala', 'c',
version: '5.3.2'
version: '5.3.3'
)

if meson.get_compiler('vala').version().version_compare('<0.40')
Expand Down

0 comments on commit a796435

Please sign in to comment.