• 0.10.7-bearhub.7 7d60a60c67

    spalencsar released this 2026-07-28 18:01:25 +02:00 | 2 commits to main since this release

    Bearhub 0.10.7-bearhub.7

    This release publishes the M3 namespace migration and fixes clean first-time
    installation on current Arch-based systems.

    Highlights

    • Runtime implementation is now native under the bearhub namespace.
    • Temporary bauh compatibility shims remain for one stable transition cycle.
    • Clean builds no longer depend on an older Bearhub/bauh installation being
      present on PYTHONPATH.
    • The stable AUR package is bearhub 0.10.7-12 and uses this release tag.

    Validation

    • Wheel build completed in a fresh Arch Linux container with Python 3.14.
    • Stable AUR makepkg --cleanbuild completed without a previously installed
      Bearhub package.
    • All 159 unit tests passed.
    • GitHub Tests and AUR Validate workflows passed for the release packaging.

    Users affected by the previous clean-install failure should refresh their AUR
    metadata and rebuild:

    yay -Sy
    rm -rf ~/.cache/yay/bearhub
    yay -S bearhub
    
    Downloads
  • 0.10.7-bearhub.6 4a119968bc

    spalencsar released this 2026-06-26 19:22:28 +02:00 | 18 commits to main since this release

    [0.10.7-bearhub.6] 2026-06-26

    Fixed

    • Arch metadata URLs no longer point to non-existent bearhub-files (restored bauh-files data sources)
    • AppImage repository URL now points to spalencsar/bearhub instead of vinifmor/bearhub
    • Unit test mocks corrected for namespace transition (bauh.gems paths)
    • Web locale tests updated for locale.getlocale() behavior

    Changed

    • CLI/log output uses dynamic app name (bearhub) instead of hardcoded [bauh]
    • Tray icon theme lookup prefers bearhub_tray_* with legacy bauh_tray_* fallback
    • AppImage-installed desktop entries use bearhub_appimage_* prefix
    • About dialog displays Bearhub (capitalized)
    • AUR/makepkg.conf marker uses dynamic app name

    Packaging

    • Removed legacy bauh/desktop/* entries from distribution
    • Desktop files and icons ship from bearhub/desktop and bearhub/view/resources
    • AppImage builder migrated to Bearhub naming (bearhub, bearhub-tray, BEARHUB_VERSION)
    • Added brand assets under gfx/
    • AUR stable release tag: 0.10.7-bearhub.6 (pkgrel=1)
    • AUR bearhub-git pkgrel bumped to 5

    Documentation

    • README aligned with Bearhub runtime paths, commands, and maintainer workflows
    • GitHub issue templates updated for Bearhub
    • CONTRIBUTING.md locale paths refreshed
    • Added docs/qt6-migration.md and roadmap milestone M6 (PySide6 decision)
    • Maintainer docs: AppImage build and Qt6 migration references

    CI

    • Added GitHub Actions workflow for unit tests (Python 3.11 and 3.12)
    Downloads
  • 0.10.7-bearhub.5 5babf0cea6

    spalencsar released this 2026-05-31 16:20:56 +02:00 | 24 commits to main since this release

    Packaging

    • Desktop integration finalized under bearhub/desktop/*
    • Bearhub resources are now packaged from bearhub/view/resources/*
    • AUR packaging paths updated to Bearhub-native locations
    • AUR release metadata updated:
      • bearhub pkgrel -> 6
      • bearhub-git pkgrel -> 3
    • Refreshed .SRCINFO in both AUR repositories after PKGBUILD changes
    Downloads
  • 0.10.7-bearhub.4 f7298430bc

    spalencsar released this 2026-05-28 08:35:09 +02:00 | 40 commits to main since this release

    Fixes

    • Fixed incorrect QThread base initialization in warnings worker
    • Improves runtime stability on modern Python/PyQt/SIP stacks during UI operations such as uninstall flows
    Downloads
  • 0.10.7-bearhub.3 a18fde27cc

    spalencsar released this 2026-05-28 07:12:28 +02:00 | 44 commits to main since this release

    Packaging

    • Fixed AUR dependency name to python-dateutil
    • AUR package now installs desktop entries and Bearhub icon

    UI/Branding

    • Replaced application logo with new Bearhub SVG

    Docs

    • Updated README command/package naming from bauh to Bearhub where applicable
    Downloads
  • 0.10.7-bearhub.2 7232089a10

    spalencsar released this 2026-05-28 06:08:49 +02:00 | 54 commits to main since this release

    Changed

    • Removed Snap support from maintained scope and codebase
    • Added Arch pre-upgrade checks for pending .pacnew files under /etc
    • Added Arch news feed check before system upgrade

    UX

    • Refined pre-upgrade warning wording to make manual .pacnew merge/review and Arch news intervention notices explicit
    • Upgrade now requires explicit confirmation when warnings are present
    Downloads
  • 0.10.7-bearhub.1 657ec4af61

    spalencsar released this 2026-05-26 08:42:02 +02:00 | 64 commits to main since this release

    Initial Bearhub release for the Arch-focused fork.

    Highlights:

    • restores compatibility with modern Arch Linux and Python 3.14+
    • fixes startup and runtime warnings in the current codebase
    • establishes Bearhub as a community-maintained fork of bauh
    • removes Debian / Apt support from the maintained scope and codebase

    Current maintained focus:

    • Arch Linux and AUR
    • Flatpak, Snap, AppImage, and Web applications on Arch-based systems
    Downloads