From 6c91df7ba20ab81c1801f83e80c8240f6af3b1ee Mon Sep 17 00:00:00 2001 From: Patrick Eigensatz Date: Fri, 25 Dec 2020 21:11:57 +0100 Subject: [PATCH] Release QJournalctl v0.6.3 --- .travis.yml | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- appveyor.yml | 8 ++++---- packaging/deb/build_deb.sh | 2 +- packaging/deb/control | 2 +- src/version.h | 2 +- ui/aboutdialog.ui | 10 ++++++++-- 8 files changed, 23 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index db2a138..25c7a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ deploy: draft: false prerelease: false skip-cleanup: true - name: v0.6.2 + name: v0.6.3 api_key: secure: pdFKe7DN/pJNdaoGpWbqZ+U09vXd8hXoe26YpzDpPDcyCRN+I82D5FGBd3ceMEe6rQzeFXiobTNy5ZatZwvGfPorHRj4OjlDyYUlzzfrTpX9vtHZ3QOInBRSJVM6h0XybLzhxHs0tENgtStZAx4kWCYTkbWoPGRtpEflEuE7L9gcpMqBElbDnzKhh4L2P/rRMl0xFugIITvKNitQ9nncRQUpFoKC7tk0zS5Rvh1NFp8NUzkFiz0ijiCes3BwLxsBbmen957Tw1K4IfohxoR6ozocXymZDzGTPcMclqjPr4EfghL8dKhqUc0EIYPLcmF9v4RfopLUTc4z6NbBhl++8Rb/3LGVn9CYJQDG5tRT8UOJkAJW6vvnHZi1ePGesBDXPYen/F0Jed9StY2TgCLFZ7wLpuqj8MumDWwqGpA0aoa3D/O6LqLNH15/iZkNcGSthZp2MiB6H4Jx60ZMdZB16l1VJE2q9UTmImNbIYndNqGO2tsKYMYOH2wnoek/65kncHmXVWQnSqjlqOANAV4Pvv6PzT7hubc3J4WBeezK2ohGdrXxmtAb9NRKYDPwvjMRksff5JTda9MMCORVzrnN+blHdFQTQVZg2rCCVngrQQ/d6TcKiUQu6kwAHmS7zDBDPQzJv0jKt3GpwZv+WwE/O3zWVs61ihiyR30wjMiBxi8= file_glob: true diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bfc7d..846d3e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +#### v0.6.3 (2020, Dec. 25) +* Added support for Windows and macOS (#41 by @alacasta, #64 by @Marcool04) +* Added connection indicator for SSH (#61) +* Minor bug fixes (#42, #52) +* Improved pipeline for compilation and deployment + #### v0.6.2 (2019, Dec. 12) * Fixed the cropped host label in the main window * Fixed possible null pointer issue on disconnecting from a remote host diff --git a/README.md b/README.md index 83e21c4..2fbec55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# QJournalctl v0.6.2 +# QJournalctl v0.6.3 [![Build Status](https://travis-ci.org/pentix/qjournalctl.svg?branch=master)](https://travis-ci.org/pentix/qjournalctl) [![Build status](https://ci.appveyor.com/api/projects/status/67kfkc0b894x3ql3?svg=true)](https://ci.appveyor.com/project/pentix/qjournalctl) diff --git a/appveyor.yml b/appveyor.yml index bc5eaa2..bcb16be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ #---------------------------------# # version format -version: 0.6.2.{build} +version: 0.6.3.{build} # branches to build #branches: @@ -38,16 +38,16 @@ build_script: #---------------------------------# artifacts: # pushing entire folder as a zip archive - - name: qjournalctl-windows_0.6.2-1 + - name: qjournalctl-windows_0.6.3-1 path: release deploy: - release: v0.6.2 + release: v0.6.3 provider: 'GitHub' force_update: true auth_token: secure: ja9G79s4vQR2K9YSZ9t8KKJaftNBJImJVOoVhuYKC+bhNV+X8WR45T7I+6StQVfE - artifact: qjournalctl-windows_0.6.2-1 + artifact: qjournalctl-windows_0.6.3-1 draft: false prerelease: false on: diff --git a/packaging/deb/build_deb.sh b/packaging/deb/build_deb.sh index 0ba8243..7275315 100755 --- a/packaging/deb/build_deb.sh +++ b/packaging/deb/build_deb.sh @@ -1,7 +1,7 @@ #/bin/bash NAME=qjournalctl -VERSION=0.6.2 +VERSION=0.6.3 PKGREV=1 OUT="$NAME""_$VERSION-$PKGREV" diff --git a/packaging/deb/control b/packaging/deb/control index 7f3ad6a..0f5533a 100644 --- a/packaging/deb/control +++ b/packaging/deb/control @@ -1,5 +1,5 @@ Package: qjournalctl -Version: 0.6.2-1 +Version: 0.6.3-1 Section: admin Priority: optional Architecture: amd64 diff --git a/src/version.h b/src/version.h index cda96ab..526c942 100644 --- a/src/version.h +++ b/src/version.h @@ -9,6 +9,6 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "0.6.2" +#define VERSION "0.6.3" #endif // VERSION_H diff --git a/ui/aboutdialog.ui b/ui/aboutdialog.ui index 5c5929e..dffc7c0 100644 --- a/ui/aboutdialog.ui +++ b/ui/aboutdialog.ui @@ -72,7 +72,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">Developed by</span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt;">(C) 2016-2019 Patrick Eigensatz </span><a href="https://github.com/pentix/"><span style=" font-family:'Noto Sans'; font-size:10pt; font-style:italic; text-decoration: underline; color:#2980b9;">https://github.com/pentix/</span></a><span style=" font-family:'Noto Sans'; font-size:10pt;"><br /></span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt;">(C) 2016-2021 Patrick Eigensatz </span><a href="https://github.com/pentix/"><span style=" font-family:'Noto Sans'; font-size:10pt; font-style:italic; text-decoration: underline; color:#2980b9;">https://github.com/pentix/</span></a><span style=" font-family:'Noto Sans'; font-size:10pt;"><br /></span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">Contributions by</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt;">Simon Doppler </span><a href="https://github.com/dopsi/"><span style=" font-family:'Noto Sans'; font-size:10pt; font-style:italic; text-decoration: underline; color:#2980b9;">https://github.com/dopsi/</span></a><span style=" font-family:'Noto Sans'; font-size:10pt;"><br />Asier Lacasta </span><a href="https://github.com/alacasta/"><span style=" font-family:'Noto Sans'; font-size:10pt; font-style:italic; text-decoration: underline; color:#2980b9;">https://github.com/alacasta/</span></a></p></body></html> @@ -160,7 +160,12 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a name="Changelog_0"></a><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">{</span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;"> Release Notes, Changelog, License }</span></p> +<p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">Changelog</span></p> +<p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a name="v05_2"></a><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">v</span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">0.6.3 (2020, Dec. 25)</span></p> +<ul type="square" style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Added support for Windows and macOS (#41 by @alacasta, #64 by @Marcool04)</li> +<li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Added connection indicator for SSH (#61)</li> +<li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Minor bug fixes (#42, #52)</li> +<li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Improved pipeline for compilation and deployment</li></ul> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a name="v05_2"></a><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">v</span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">0.6.2 (2019, Dec. 12)</span></p> <ul type="square" style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Fixed the cropped host label in the main window</li> <li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Fixed possible null pointer issue on disconnecting from a remote host</li></ul> @@ -203,6 +208,7 @@ p, li { white-space: pre-wrap; } <li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Showing the journal of a specific boot</li> <li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Showing the complete journal</li> <li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Filter by date or priority</li></ul> +<p style="-qt-paragraph-type:empty; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">License</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt;">This program is free software: you can redistribute it and/or modify it under the terms of<br />the GNU General Public License as published by the Free Software Foundation, either version 3<br />of the License, or (at your option) any later version.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;<br />without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br />See the GNU General Public License for more details.</span></p></body></html>