Skip to content

Commit d7739c1

Browse files
committed
version++
1 parent 17771bc commit d7739c1

6 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Future
1+
# 1.0.7
22
* Performance side panel is now resizable
33
* Implemented compressed memory support
44
* Visual improvements of process tree

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
tux-manager (1.0.7) unstable; urgency=medium
2+
3+
* Performance side panel is now resizable
4+
* Implemented compressed memory support
5+
* Visual improvements of process tree
6+
* Refactored run new task
7+
8+
-- Petr Bena <petr@bena.rocks> Sun, 31 May 2026 12:00:00 +0200
9+
110
tux-manager (1.0.6) unstable; urgency=medium
211

312
* Memory view now shows compressed memory when zswap is used

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
packages.default = pkgs.stdenv.mkDerivation {
2424
pname = "tux-manager";
25-
version = "1.0.6";
25+
version = "1.0.7";
2626
src = ./.;
2727

2828
nativeBuildInputs = with pkgs.kdePackages; [ qmake wrapQtAppsHook ];

packaging/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Application metadata
77
APP_NAME="tux-manager"
8-
APP_VERSION="1.0.6"
8+
APP_VERSION="1.0.7"
99
MAINTAINER="Petr Bena <petr@bena.rocks>"
1010
DESCRIPTION="Tux Manager - Linux system monitor inspired by Windows Task Manager"
1111
APP_HOMEPAGE_URL="https://github.com/benapetr/TuxManager"

packaging/flatpak/io.github.benapetr.TuxManager.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</developer>
2121
<url type="homepage">https://github.com/benapetr/TuxManager</url>
2222
<releases>
23+
<release version="1.0.7" date="2026-05-31" />
2324
<release version="1.0.6" date="2026-05-04" />
2425
<release version="1.0.5" date="2026-04-22" />
2526
<release version="1.0.4" date="2026-04-13" />

src/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef GLOBALS_H
2020
#define GLOBALS_H
2121

22-
#define TUX_MANAGER_VERSION_STRING "1.0.6"
22+
#define TUX_MANAGER_VERSION_STRING "1.0.7"
2323
#define TUX_MANAGER_PRODUCT_NAME "TuxManager"
2424

2525
/// Number of historical samples kept per metric (max graph window: 15 min at 1 Hz).

0 commit comments

Comments
 (0)