Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.10.6 #341

Merged
merged 69 commits into from
Dec 23, 2023
Merged

0.10.6 #341

merged 69 commits into from
Dec 23, 2023

Conversation

vinifmor
Copy link
Owner

Features

  • new verified filter for the management table

Improvements

  • AppImage
    • supporting AppImages from GitLab repositories
    • info window: displaying "unknown" when there is no mapped license
  • Arch
    • parallelized installed packages reading
    • parallelized search
    • adding the AUR's URL on the package information dialog #339
  • General
    • new download implementation replaces wget (implemented in Python using the requests library)
    • replaced the internet checking old host (google.com) by a more general one (w3.org) #300
    • faster exit (threaded calls won't be waited)
    • adding a new project definition/setup (pyproject.toml) file to comply with the latest standards
  • UI
    • faster package icons download
    • faster packages filtering (type, category, name, etc... up to 95% less time)
    • the "Skip" button on the initialization panel is now enabled after 10 seconds #310
    • displaying the download progress for screenshots
    • on the package information dialog is now possible to open fields associated with URLs in the browser #340
    • displaying a text warning before installing an unverified package (unverified = not verified by the system maintainers or a trustable source)
      • at the moment the following packaging formats are considered completely unverified: AppImage, AUR, Web
      • Snap supports both verified and unverified software
    • minor reduction in the table loading time
    • improvements to help with random widget centralisation issues
    • more translations

Fixes

  • AppImage
    • upgrade fails when the package was initially imported, but later available on bauh's database #321
  • General
    • random segmentation fault errors associated with threads and caching
  • Web
    • search not working for some typed addresses (e.g: those returning 403)

Contributions

Distribution

  • bauh's AppImage is now based on Debian bullseye and had a small size reduction

…loads to keep compatibility with older Python versions
@vinifmor vinifmor merged commit 6f7e4db into master Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crashes with KeyError: 'grub'
1 participant