Skip to content

Commit

Permalink
Issue #2 - bump version number prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltrails committed Dec 29, 2023
1 parent f9c8bfa commit 2d7220d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jouno.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
QProgressDialog
from systemd import journal

JOUNO_VERSION = '1.3.4'
JOUNO_VERSION = '1.3.5'

JOUNO_CONSOLIDATED_TEXT_KEY = '___JOURNO_FULL_TEXT___'

Expand Down Expand Up @@ -2182,6 +2182,7 @@ def update_title_and_tray_indicators() -> None:
title_text = tr("Running") if journal_watcher_task.is_notifying() else tr("Muted")
self.setWindowTitle(title_text)
tray.setToolTip(f"{title_text} \u2014 {app_name}")
print(app.styleSheet())
manage_icon(tray,
SVG_JOUNO_LIGHT if config_panel.get_config().getboolean('options',
'dark_tray_enabled',
Expand Down
4 changes: 3 additions & 1 deletion jouno.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

Name: jouno
Version: 1.3.4
Version: 1.3.5
Release: 0
License: GPL-3.0-or-later
BuildArch: noarch
Expand Down Expand Up @@ -83,6 +83,8 @@ install -m644 %{name}.png %{buildroot}/%{_datadir}/icons/hicolor/64x64/apps

%changelog

* Fri Dec 29 2023 Michael Hamilton <michael@actrix.gen.nz>
- Add Setting Dark Tray Enabled for themes such as Breeze Twilight
* Mon Oct 24 2022 Michael Hamilton <michael@actrix.gen.nz>
- Recover from dbus reinit/desktop-error: jouno 1.3.4
* Mon Jul 18 2022 Michael Hamilton <michael@actrix.gen.nz>
Expand Down

0 comments on commit 2d7220d

Please sign in to comment.