Skip to content

Commit

Permalink
Release QJournalctl v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pentix committed Dec 25, 2020
1 parent ab17e1b commit 6c91df7
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 0.6.2.{build}
version: 0.6.3.{build}

# branches to build
#branches:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/build_deb.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/bin/bash

NAME=qjournalctl
VERSION=0.6.2
VERSION=0.6.3
PKGREV=1
OUT="$NAME""_$VERSION-$PKGREV"

Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: qjournalctl
Version: 0.6.2-1
Version: 0.6.3-1
Section: admin
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#ifndef VERSION_H
#define VERSION_H

#define VERSION "0.6.2"
#define VERSION "0.6.3"

#endif // VERSION_H
10 changes: 8 additions & 2 deletions ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot;&gt;Simon Doppler &lt;/span&gt;&lt;a href=&quot;https://github.com/dopsi/&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-style:italic; text-decoration: underline; color:#2980b9;&quot;&gt;https://github.com/dopsi/&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot;&gt;&lt;br /&gt;Asier Lacasta &lt;/span&gt;&lt;a href=&quot;https://github.com/alacasta/&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-style:italic; text-decoration: underline; color:#2980b9;&quot;&gt;https://github.com/alacasta/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
Expand Down Expand Up @@ -160,7 +160,12 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;Changelog_0&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;{&lt;/span&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt; Release Notes, Changelog, License }&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;Changelog&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;v05_2&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;v&lt;/span&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;0.6.3 (2020, Dec. 25)&lt;/span&gt;&lt;/p&gt;
&lt;ul type=&quot;square&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Added support for Windows and macOS (#41 by @alacasta, #64 by @Marcool04)&lt;/li&gt;
&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Added connection indicator for SSH (#61)&lt;/li&gt;
&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Minor bug fixes (#42, #52)&lt;/li&gt;
&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Improved pipeline for compilation and deployment&lt;/li&gt;&lt;/ul&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a name=&quot;v05_2&quot;&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;v&lt;/span&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;0.6.2 (2019, Dec. 12)&lt;/span&gt;&lt;/p&gt;
&lt;ul type=&quot;square&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Fixed the cropped host label in the main window&lt;/li&gt;
&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Fixed possible null pointer issue on disconnecting from a remote host&lt;/li&gt;&lt;/ul&gt;
Expand Down Expand Up @@ -203,6 +208,7 @@ p, li { white-space: pre-wrap; }
&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Showing the journal of a specific boot&lt;/li&gt;
&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Showing the complete journal&lt;/li&gt;
&lt;li style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Filter by date or priority&lt;/li&gt;&lt;/ul&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;License&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot;&gt;This program is free software: you can redistribute it and/or modify it under the terms of&lt;br /&gt;the GNU General Public License as published by the Free Software Foundation, either version 3&lt;br /&gt;of the License, or (at your option) any later version.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot;&gt;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;&lt;br /&gt;without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;See the GNU General Public License for more details.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
Expand Down

0 comments on commit 6c91df7

Please sign in to comment.