Skip to content

Commit

Permalink
Release QJournalctl v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pentix committed Dec 25, 2023
1 parent 65216e9 commit 187ea4c
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 28 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.3
name: v0.6.4
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.4 (2023, Dec. 25)
* Support loading a journald DB folder (#70)
* Fix several small issues in the ShowBootLog / MainWindow module
* Add support for Systemd251+ (#81)
* Fix and improve Debian packaging

#### v0.6.3 (2020, Dec. 25)
* Added support for Windows and macOS (#41 by @alacasta, #64 by @Marcool04)
* Added connection indicator for SSH (#61)
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.3
# QJournalctl v0.6.4

[![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.3.{build}
version: 0.6.4.{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.3-1
- name: qjournalctl-windows_0.6.4-1
path: release

deploy:
release: v0.6.3
release: v0.6.4
provider: 'GitHub'
force_update: true
auth_token:
secure: ja9G79s4vQR2K9YSZ9t8KKJaftNBJImJVOoVhuYKC+bhNV+X8WR45T7I+6StQVfE
artifact: qjournalctl-windows_0.6.3-1
artifact: qjournalctl-windows_0.6.4-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.3
VERSION=0.6.4
PKGREV=2
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.3-2
Version: 0.6.4-2
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.3"
#define VERSION "0.6.4"

#endif // VERSION_H
62 changes: 43 additions & 19 deletions ui/aboutdialog.ui

Large diffs are not rendered by default.

0 comments on commit 187ea4c

Please sign in to comment.