Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloventuroso committed Aug 28, 2018
1 parent 959b465 commit 0426f78
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ addons:
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev
- libvte-2.91-dev
- libgee-0.8-dev
- libunity-dev

cache:
directories:
Expand All @@ -25,15 +28,9 @@ matrix:
include:
- env: DIST=juno

before_install:
- docker pull ubuntu:18.04

install:
- npm install @elementaryos/houston@1
- npm install @elementaryos/houston

script:
- houston ci
--type system-app
--name-appstream com.github.muriloventuroso.easyssh
--name-human EasySSH
--distribution $DIST
--distribution $DIST
8 changes: 8 additions & 0 deletions data/com.github.muriloventuroso.easyssh.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<binary>com.github.muriloventuroso.easyssh</binary>
</provides>
​<releases>
<release version="1.3.4" date="2018-08-28">
<description>
<p>Bugfix</p>
</description>
</release>
<release version="1.3.0" date="2018-08-16">
<description>
<p>New Icons</p>
Expand Down Expand Up @@ -97,6 +102,9 @@
<screenshot type="default">
<image>https://raw.githubusercontent.com/muriloventuroso/easyssh/master/data/screenshot.png</image>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/muriloventuroso/easyssh/master/data/screenshot2.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand Down
6 changes: 2 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
com.github.muriloventuroso.easyssh (1.3.0) precise; urgency=low
com.github.muriloventuroso.easyssh (1.3.4) precise; urgency=low

* New Icons
* Sync ~/.ssh/config
* Bugfix

-- Murilo Venturoso <[email protected]> Thu, 16 Ago 2018 08:58:00 -0300
-- Murilo Venturoso <[email protected]> Tue, 28 Ago 2018 017:53:00 -0300
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.muriloventuroso.easyssh', 'vala', 'c')
project('com.github.muriloventuroso.easyssh', 'vala', 'c', version: '1.3.4')

gnome = import('gnome')
i18n = import('i18n')
Expand Down

0 comments on commit 0426f78

Please sign in to comment.