Skip to content

0.9.12

Compare
Choose a tag to compare
@vinifmor vinifmor released this 19 Jan 17:29
· 712 commits to master since this release
4568aef

Features

  • Arch
    • AUR
      • rebuild-detector integration #139

        • if a package needs to be rebuilt, it will be marked for update (rebuild-detector must be installed on your system, but it is not a hard requirement).
        • if you hold the mouse over the package 'version' (on the table), a tip will be displayed with the message "It needs to be reinstalled".
        • this integration can be controlled though the new settings property aur_rebuild_detector (default: true).

        • new package actions to Allow/Ignore rebuild check for a specific package

        • new settings property aur_rebuild_detector_no_bin to ignore binary packages when checking with rebuild-detector (e.g: package-bin ). Default: true

      • new custom action to quickly reinstall a package

Improvements

  • Arch

    • repositories/AUR search time (=~ -70%)
    • new category to filter packages removed from AUR (only available for packages installed from AUR through bauh)

  • Core

    • saving settings time (=~ -11%)
    • internet checking time (=~ -58%)
  • UI

    • not displaying the number of packages when none is displayed / available
    • minor improvements

Fixes

  • Arch
    • crashing when information of a given package is not available
    • displaying "provided" repository packages on the search results (e.g: nvidia would appear as a package)
    • calling pacman to read installed packages when "Repositories" and "AUR" properties are set to "false" (it would not display the packages, but the call was unnecessary being done)
    • not displaying installed AUR packages when AUR support is disabled
    • displaying packages removed from AUR as AUR packages
    • downloading AUR index during the initialization process when AUR support is disabled
  • Flatpak
    • crashing for version 1.10 #167
    • crashing when trying to retrieve size of runtimes subcomponents #164
  • UI
    • initialization dialog hanging sometimes (due to thread locking)
    • settings dialog hangs sometimes when the button "Change" is clicked
    • displaying a popup when information of a given package is not available
    • wrong package type icon size depending on resolution