nexis (2.2.10-0) unstable; urgency=medium

  * Fix Jammy PPA build: inject libqt6opengl6-dev via per-series workflow patch.

 -- Luke Simpson <luke@s4solutions.ai>  Tue, 01 Apr 2026 00:00:00 +0000

nexis (2.2.9-0) unstable; urgency=medium

  * Fix Jammy PPA build: add libqt6opengl6-dev for Qt6OpenGL dependency.

 -- Luke Simpson <luke@s4solutions.ai>  Mon, 31 Mar 2026 00:00:00 +0000

nexis (2.2.8-0) unstable; urgency=medium

  * Add PPA repository support (FR-90): automated publishing to Launchpad
    PPA for Ubuntu Jammy, Noble, and Questing via GitHub Actions.
  * Migrate GitHub organization from lsimpsonsfdc to s4solutionsllc.
  * Fix Jammy build-dep compatibility (qt6-svg-dev / libqt6svg6-dev).

 -- Luke Simpson <luke@s4solutions.ai>  Sun, 30 Mar 2026 00:00:00 +0000

nexis (1.2.0-1) unstable; urgency=medium

  * Add scheduled/automated cleaning (FR-16): quick-setup toggle, custom
    schedule management, cleaning history viewer, threshold alerts, and
    tray notifications.
  * Add battery and disk health monitoring (FR-29): battery CircleBar on
    Dashboard, SMART-based disk health via smartctl/IOKit, disk temperature
    history chart on Resources page.
  * Add startup apps improvements (FR-10): search/filter bar, inline editor
    fields, and application icons.
  * Add ARM64 Linux CI (FR-06): GitHub Actions workflow for ARM64 builds.
  * Fix large /etc/hosts files freezing UI at startup (BUG-06).
  * Fix HiDPI/4K scaling across the entire UI (BUG-07).
  * Fix Wayland compatibility issues (BUG-08).
  * Fix System Cleaner memory leak (BUG-10).
  * Fix desktop file parser truncating Exec lines with env variables (BUG-39).
  * Fix FR-16 UI regressions: layout position and theme compliance (BUG-40).
  * Fix Manage Schedules dialog scroll area in dark mode (BUG-41).
  * Add generic QDialog dark mode theming rules.
  * Fix checkbox focus ring styling.

 -- Luke Simpson <luke@s4solutions.ai>  Tue, 18 Feb 2026 00:00:00 +0000

nexis (1.1.2-1) unstable; urgency=medium

  * Add Hardware Info page (FR-12): System, Processor, Graphics, and Memory
    details with platform-specific cache size retrieval.
  * Add Dashboard kiosk mode (FR-28): F11 fullscreen, ESC exit, state
    persisted across sessions.
  * Add Crowdin translations via GitHub Action integration.
  * Fix Uninstaller "Purge" checkbox text in dark mode (BUG-33).
  * Fix Settings page author link color (BUG-34).
  * Remove non-functional "Donate" button (BUG-35).
  * Fix System Cleaner "Total Size" label in dark mode (BUG-36).
  * Fix System Cleaner scanLoading.gif animation and QMovie leak (BUG-37).
  * Fix Hardware Info table rows in dark mode (BUG-38).

 -- Luke Simpson <luke@s4solutions.ai>  Sun, 16 Feb 2026 00:00:00 +0000

nexis (1.1.0-1) unstable; urgency=medium

  * Add GPU monitoring on Dashboard and Resources (FR-11).
  * Add Disk Usage Analyzer launcher (FR-23) and configurable preference
    (FR-24).
  * Add GNOME Settings dropdowns (FR-27).
  * Add Homebrew page tree widget (FR-22).
  * Add macOS .app bundle uninstaller (FR-21).
  * Add purge option in uninstaller (FR-19).
  * Add autostart delay option (FR-15).
  * Add expanded cache cleaning for dev tools (FR-03).
  * Add single-instance enforcement via QLockFile (FR-02).
  * Add SVG logo and tray icon (FR-07).
  * Add Crowdin translation integration for 34 languages (FR-08).
  * Add pip cache cleaning (FR-17).
  * Fix swapped memory variables (BUG-01).
  * Fix System Cleaner deleting entire cache directories (BUG-02).
  * Fix CPU speed fallback (BUG-04).
  * Fix background thread cleanup on exit (BUG-05).
  * Fix non-English locale parsing (BUG-09).
  * Fix macOS crash from double CFRelease (BUG-11).
  * Fix numerous additional bugs (BUG-12 through BUG-32).

 -- Luke Simpson <luke@s4solutions.ai>  Thu, 16 Jan 2025 00:00:00 +0000

nexis (1.0.1-1) unstable; urgency=medium

  * Rebrand from Stacer to Nexis.
  * Reset version numbering.

 -- Luke Simpson <luke@s4solutions.ai>  Thu, 13 Feb 2026 00:00:00 +0000

stacer (2.1.3-1) unstable; urgency=medium

  * Replace custom Disk Analyzer pie chart with external tool launcher
    (FR-23). Users can now configure their preferred disk analyzer
    (Filelight, Baobab, ncdu, etc.) in Settings.
  * Add configurable disk analyzer preference in Settings page (FR-24).
  * Add Dev Tool Caches cleaning category for npm, pip, Cargo, Go, Maven,
    Gradle, CocoaPods, Composer, NuGet, and Dart/Flutter caches (FR-03).
  * Fix background threads not joining on exit, preventing clean shutdown
    (BUG-05).
  * Fix System Cleaner checkbox state not toggling file selections
    (BUG-19).
  * Fix System Cleaner scan results not respecting minimum size threshold
    (BUG-20).
  * Fix Homebrew tree view not inheriting theme styling in APT Source
    Manager (BUG-21).

 -- Luke Simpson <luke@s4solutions.ai>  Thu, 13 Feb 2026 00:00:00 +0000

stacer (2.1.2-1) unstable; urgency=medium

  * Fix System Cleaner deleting entire cache/log directories instead of
    emptying their contents (BUG-02). Directories are now preserved while
    only their contents are removed.
  * Fix Settings page showing hardcoded stale version "v2.0.1" instead of
    the actual build version (BUG-18). The label now pulls dynamically from
    qApp->applicationVersion(), which is derived from cmake/git at build time.

 -- Luke Simpson <luke@s4solutions.ai>  Wed, 11 Feb 2026 00:00:00 +0000

stacer (2.1.1-1) unstable; urgency=medium

  * Replace feedback form with GitHub Issues launcher (BUG-17).
    The old form posted to a defunct Heroku endpoint; no user data is now
    collected or transmitted. Opens browser to the appropriate GitHub issue
    template (bug report, feature request, or general feedback).
  * Add GitHub issue templates for bug reports, feature requests, and
    general feedback (.github/ISSUE_TEMPLATE/).
  * Fix macOS release: re-sign .app bundle after macdeployqt to prevent
    Code Signature Invalid crash on launch.
  * Fix release workflow: copy .deb into workspace before upload step.
  * Use version-independent splashscreen filename (splashscreen.png).

 -- Luke Simpson <luke@s4solutions.ai>  Tue, 11 Feb 2026 00:00:00 +0000

stacer (2.1.0-1) unstable; urgency=medium

  * Full macOS platform support with native .app bundle management.
  * Add GPU load/utilization monitoring on Dashboard and Resources.
  * Add autostart delay option for startup applications.
  * Add purge vs remove option in the Uninstaller (Linux).
  * Add pip cache cleaning with PIP_CACHE_DIR support.
  * Add single-instance enforcement via QLockFile.
  * Replace System Cleaner icons with Adwaita SVGs.
  * Derive app version from git describe at build time.
  * Fix NVIDIA GPU utilization always reading 0%.
  * Fix non-English locale parsing with LC_ALL=C.
  * Fix swapped memory variables in /proc/meminfo parsing.
  * Fix CPU speed showing 0 GHz on modern kernels.

 -- Luke Simpson <luke@s4solutions.ai>  Mon, 10 Feb 2026 00:00:00 +0000

stacer (2.0.1-1) unstable; urgency=medium

  * Fix CPU speed displaying "0GHz" on Dashboard system info.
    The lscpu "CPU max MHz" result was not assigned when the first
    filter matched, so speedLine kept its default "error:0.0" value.

 -- Luke Simpson <luke@s4solutions.ai>  Sat, 07 Feb 2026 00:00:00 +0000

stacer (2.0.0-1) unstable; urgency=medium

  * Bump version to 2.0.0.
  * Port entire codebase from Qt5 to Qt6 with C++17.
  * Add hardware temperature gauges on Dashboard (hwmon sensors).
  * Add GNOME Shell Settings page for modern desktop preferences.
  * Redesign Uninstaller with section grouping, descriptions, and
    dependency preview.
  * Adwaita/GNOME UI modernization with dark/light/auto theme support.
  * System theme icon integration with Adwaita fallback.
  * Fix LTO crash from strict aliasing, thread safety issues, and
    memory leaks.
  * Fix CPU info locale and clock frequency detection.
  * Fix system tray minimize vs close behavior.
  * Remove dead Unity Settings page (defunct since Ubuntu 18.04).
  * Modernize Debian packaging for Qt6 and debhelper compat 13.
  * Add GitHub Actions CI workflow.
  * Update attribution to Luke Simpson.

 -- Luke Simpson <luke@s4solutions.ai>  Fri, 07 Feb 2026 00:00:00 +0000

stacer (1.1.0-1) stable; urgency=medium

  * Snap package uninstaller.
  * Advanced file search.
  * Disk chart.
  * Host manager.

 -- Oguzhan Inan <oguzhan3488@gmail.com>  Sun, 13 May 2018 00:50:10 +0300
