Skip to content

Commit

Permalink
Release 6.0.0 (#608)
Browse files Browse the repository at this point in the history
* Release 6.0.0

* Update meson.build

* Update screenshots

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames authored Jul 15, 2021
1 parent e986341 commit 06fb5ad
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions data/io.elementary.terminal.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015-2018 elementary, Inc. <[email protected]> -->
<!-- Copyright 2015–2021 elementary, Inc. <[email protected]> -->
<component type="desktop-application">
<id>io.elementary.terminal</id>
<metadata_license>CC0</metadata_license>
Expand All @@ -8,11 +8,7 @@
<name>Terminal</name>
<summary>Use the command line</summary>
<description>
<p>
Terminal is a terminal emulator application for accessing
a UNIX shell environment which can be used to run programs
available on your system.
</p>
<p>Terminal is a terminal emulator application for accessing a UNIX shell environment which can be used to run programs available on your system.</p>
</description>
<provides>
<binary>io.elementary.terminal</binary>
Expand All @@ -35,16 +31,24 @@
</screenshot>
</screenshots>
<releases>
<release version="5.6.0" date="2020-05-09" urgency="medium">
<release version="6.0.0" date="2020-06-15" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>Move tabs with the shortcut Ctrl + Alt + ←/→</li>
<li>Switch tabs with the shortcuts Ctrl + Tab and Ctrl + Shift + Tab</li>
<li>Zoom levels are now remembered per-tab</li>
<li>Also warn about multi-line pastes</li>
<li>Show text details in unsafe paste dialogs</li>
<li>Open Link option when secondary clicking</li>
<li>Reload tabs in the context menu or with the shortcut Ctrl + Shift + R</li>
<li>Notifications indicate if a process exited with errors or not</li>
<li>Show keyboard shortcuts in tab context menus</li>
</ul>
<p>Other updates:</p>
<ul>
<li>Fix an issue with keyboard shortcuts not activating the first time they're pressed</li>
<li>Avoid losing focus when closing background tabs</li>
<li>Validate custom palette</li>
<li>Translation updates</li>
</ul>
Expand Down
Binary file modified data/screenshot-find.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot-high-contrast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/screenshot-paste-protection-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot-paste-protection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.5.2'
version: '6.0.0'
)

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

0 comments on commit 06fb5ad

Please sign in to comment.