From 41e62a130cd36468130dbdbadb8724c863ecdc9b Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Jan 07 2022 18:24:22 +0000 Subject: Merge branch 'version-bump' into 'main' Bump version from v0.2.5 to v0.2.6 See merge request t0xic0der/obserware!60 --- diff --git a/obserware.spec b/obserware.spec index b067d87..7f811f1 100644 --- a/obserware.spec +++ b/obserware.spec @@ -2,13 +2,13 @@ %global appdomainname org.t0xic0der.obserware Name: obserware -Version: 0.2.5 +Version: 0.2.6 Release: 0%{?dist} Summary: Obserware License: GPLv3+ Url: https://gitlab.com/t0xic0der/%{name} -Source0: https://files.pythonhosted.org/packages/5e/ba/8e83450485d2bd8a718ae28588e1170f5b10f36499da13ea4720c80cd78f/%{name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/93/6e/cd1b6871f6beaeeb26e6c4d1627b81b65c80d6f8946ea09b56eb752a422e/%{name}-%{version}.tar.gz ExclusiveArch: x86_64 @@ -48,6 +48,27 @@ cp %{buildroot}%{python3_sitelib}/%{name}/appdata/%{appdomainname}.png %{buildro %changelog +* Fri Jan 07 2022 Akashdeep Dhar - 0.2.6-0 +- v0.2.6 - Released on January 07th, 2022 +- Find the release here - https://gitlab.com/t0xic0der/obserware/-/releases/v0.2.6 +- Added Font Awesome 5 fontface assets to the project +- Added tabscreen view for the network statistics with widget listing +- Added combined reader for the network statistics tabscreen view +- Removed dialog box for the network statistics with tabular view +- Removed standalone reader for the network statistics dialog box +- Fixed highlight color for the `QListWidget` elements on the information tabscreen +- Fixed highlight color for the `QTableWidget` rows on the process tabscreen +- Stepped down the Python version requirement from Python 3.10 to Python 3.8 +- Moved icon imports from static image assets to Font Awesome 5 fontface assets +- Removed useless static image assets, resource bytecodes and XML references +- Restored list item highlighting according to the application theme +- Added GitLab CI pipeline configuration file for checking code quality and build state +- Formatted the source code and sorted the dependency imports +- Removed border radius from frames, progress bars and buttons +- Set the vertical scrollbars for the dialog boxes to be always visible +- Used `PyQt5.QtCore.qVersion` instead of `PyQt5.Qt.PYQT_VERSION_STR` +- Updated the documentation with newer screenshots for the recent release + * Thu Dec 30 2021 Akashdeep Dhar - 0.2.5-0 - v0.2.5 - Released on December 30th, 2021 - Find the release here - https://gitlab.com/t0xic0der/obserware/-/releases/v0.2.5 diff --git a/obserware/__init__.py b/obserware/__init__.py index 43f62e0..6dbe0e5 100644 --- a/obserware/__init__.py +++ b/obserware/__init__.py @@ -17,4 +17,4 @@ along with this program. If not, see . """ -__version__ = "0.2.5" +__version__ = "0.2.6" diff --git a/obserware/appdata/org.t0xic0der.obserware.metainfo.xml b/obserware/appdata/org.t0xic0der.obserware.metainfo.xml index 12ed771..91a7e24 100644 --- a/obserware/appdata/org.t0xic0der.obserware.metainfo.xml +++ b/obserware/appdata/org.t0xic0der.obserware.metainfo.xml @@ -27,42 +27,43 @@
  • Per-process control with options to kill, resume, terminate or suspend those on demand
  • Static software information on operating system and kernel as well as dependency versions for the application
  • Static hardware information on CPU name, vendor, frequency, available feature flags and more
  • +
  • While adapting to the global system-wide theming options on Qt-based desktop environments like KDE Plasma or LXQt
  • org.t0xic0der.obserware.desktop - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_mainperf.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_mainperf.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_mainproc.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_mainproc.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_maininfo.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_mainntwk.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_maincntb.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_maininfo.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_cyclwind.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_maincntb.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_cputwind.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_cyclwind.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_sostwind.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_cputwind.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_ntwkwind.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_sostwind.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_phptwind.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_phptwind.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_lgptwind.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_lgptwind.png - https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_procwind.png + https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_procwind.png t0xic0der@fedoraproject.org @@ -72,6 +73,31 @@ https://pypi.org/project/obserware + + +

    v0.2.6 - Released on January 07th, 2022

    +

    Find the release here - https://gitlab.com/t0xic0der/obserware/-/releases/v0.2.6

    +
      +
    • Added Font Awesome 5 fontface assets to the project
    • +
    • Added tabscreen view for the network statistics with widget listing
    • +
    • Added combined reader for the network statistics tabscreen view
    • +
    • Removed dialog box for the network statistics with tabular view
    • +
    • Removed standalone reader for the network statistics dialog box
    • +
    • Fixed highlight color for the `QListWidget` elements on the information tabscreen
    • +
    • Fixed highlight color for the `QTableWidget` rows on the process tabscreen
    • +
    • Stepped down the Python version requirement from Python 3.10 to Python 3.8
    • +
    • Moved icon imports from static image assets to Font Awesome 5 fontface assets
    • +
    • Removed useless static image assets, resource bytecodes and XML references
    • +
    • Restored list item highlighting according to the application theme
    • +
    • Added GitLab CI pipeline configuration file for checking code quality and build state
    • +
    • Formatted the source code and sorted the dependency imports
    • +
    • Removed border radius from frames, progress bars and buttons
    • +
    • Set the vertical scrollbars for the dialog boxes to be always visible
    • +
    • Used `PyQt5.QtCore.qVersion` instead of `PyQt5.Qt.PYQT_VERSION_STR`
    • +
    • Updated the documentation with newer screenshots for the recent release
    • +
    +
    +

    v0.2.5 - Released on December 30th, 2021

    diff --git a/poetry.lock b/poetry.lock index 982df9a..10d31e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -179,8 +179,8 @@ python-versions = ">=3.6" [metadata] lock-version = "1.1" -python-versions = "^3.10" -content-hash = "0dbf01ab0d260c5bcc158daafeadf11bb7300d6158952aee34d8e8611a247f37" +python-versions = "^3.8" +content-hash = "9a41556239ece3b7bd6d9287d14e99fbfe442d2807e0e4c7ef113f23b0b28885" [metadata.files] black = [ diff --git a/pyproject.toml b/pyproject.toml index b6b7e29..c0301db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "obserware" -version = "0.2.5" +version = "0.2.6" description = "An advanced system monitor utility written in Python and Qt" authors = ["Akashdeep Dhar "] license = "GPL-3.0-or-later"