Skip to content

Commit 187ea4c

Browse files
committed
Release QJournalctl v0.6.4
1 parent 65216e9 commit 187ea4c

File tree

8 files changed

+58
-28
lines changed

8 files changed

+58
-28
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deploy:
1010
draft: false
1111
prerelease: false
1212
skip-cleanup: true
13-
name: v0.6.3
13+
name: v0.6.4
1414
api_key:
1515
secure: pdFKe7DN/pJNdaoGpWbqZ+U09vXd8hXoe26YpzDpPDcyCRN+I82D5FGBd3ceMEe6rQzeFXiobTNy5ZatZwvGfPorHRj4OjlDyYUlzzfrTpX9vtHZ3QOInBRSJVM6h0XybLzhxHs0tENgtStZAx4kWCYTkbWoPGRtpEflEuE7L9gcpMqBElbDnzKhh4L2P/rRMl0xFugIITvKNitQ9nncRQUpFoKC7tk0zS5Rvh1NFp8NUzkFiz0ijiCes3BwLxsBbmen957Tw1K4IfohxoR6ozocXymZDzGTPcMclqjPr4EfghL8dKhqUc0EIYPLcmF9v4RfopLUTc4z6NbBhl++8Rb/3LGVn9CYJQDG5tRT8UOJkAJW6vvnHZi1ePGesBDXPYen/F0Jed9StY2TgCLFZ7wLpuqj8MumDWwqGpA0aoa3D/O6LqLNH15/iZkNcGSthZp2MiB6H4Jx60ZMdZB16l1VJE2q9UTmImNbIYndNqGO2tsKYMYOH2wnoek/65kncHmXVWQnSqjlqOANAV4Pvv6PzT7hubc3J4WBeezK2ohGdrXxmtAb9NRKYDPwvjMRksff5JTda9MMCORVzrnN+blHdFQTQVZg2rCCVngrQQ/d6TcKiUQu6kwAHmS7zDBDPQzJv0jKt3GpwZv+WwE/O3zWVs61ihiyR30wjMiBxi8=
1616
file_glob: true

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
#### v0.6.4 (2023, Dec. 25)
4+
* Support loading a journald DB folder (#70)
5+
* Fix several small issues in the ShowBootLog / MainWindow module
6+
* Add support for Systemd251+ (#81)
7+
* Fix and improve Debian packaging
8+
39
#### v0.6.3 (2020, Dec. 25)
410
* Added support for Windows and macOS (#41 by @alacasta, #64 by @Marcool04)
511
* Added connection indicator for SSH (#61)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QJournalctl v0.6.3
1+
# QJournalctl v0.6.4
22

33
[![Build Status](https://travis-ci.org/pentix/qjournalctl.svg?branch=master)](https://travis-ci.org/pentix/qjournalctl)
44
[![Build status](https://ci.appveyor.com/api/projects/status/67kfkc0b894x3ql3?svg=true)](https://ci.appveyor.com/project/pentix/qjournalctl)

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------#
44

55
# version format
6-
version: 0.6.3.{build}
6+
version: 0.6.4.{build}
77

88
# branches to build
99
#branches:
@@ -38,16 +38,16 @@ build_script:
3838
#---------------------------------#
3939
artifacts:
4040
# pushing entire folder as a zip archive
41-
- name: qjournalctl-windows_0.6.3-1
41+
- name: qjournalctl-windows_0.6.4-1
4242
path: release
4343

4444
deploy:
45-
release: v0.6.3
45+
release: v0.6.4
4646
provider: 'GitHub'
4747
force_update: true
4848
auth_token:
4949
secure: ja9G79s4vQR2K9YSZ9t8KKJaftNBJImJVOoVhuYKC+bhNV+X8WR45T7I+6StQVfE
50-
artifact: qjournalctl-windows_0.6.3-1
50+
artifact: qjournalctl-windows_0.6.4-1
5151
draft: false
5252
prerelease: false
5353
on:

packaging/deb/build_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
NAME=qjournalctl
4-
VERSION=0.6.3
4+
VERSION=0.6.4
55
PKGREV=2
66
OUT="$NAME""_$VERSION-$PKGREV"
77

packaging/deb/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: qjournalctl
2-
Version: 0.6.3-2
2+
Version: 0.6.4-2
33
Section: admin
44
Priority: optional
55
Architecture: amd64

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
#ifndef VERSION_H
1010
#define VERSION_H
1111

12-
#define VERSION "0.6.3"
12+
#define VERSION "0.6.4"
1313

1414
#endif // VERSION_H

ui/aboutdialog.ui

Lines changed: 43 additions & 19 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)