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.9.6 #126

Merged
merged 57 commits into from
Jun 26, 2020
Merged

0.9.6 #126

merged 57 commits into from
Jun 26, 2020

Conversation

vinifmor
Copy link
Owner

Improvements

  • AppImage
    • creating a symlink for the installed applications at ~.local/bin (the link will have the same name of the application. if the link already exists, it will be named as 'app_name-appimage') #122
    • new initialization task that checks if the installed AppImage files have symlinks associated with (it creates new symlinks if needed)

    - able to update AppImages with continuous releases
  • UI
    • not performing a full table refresh after installing and uninstalling packages
    • filters algorithm speed and sorting
    • "ignore updates" action now takes less time to update the table content
    • displaying the "wait cursor" over some components while performing some actions
    • sorting installed packages by their names #124
    • some components compatibility with the system's color scheme
    • allowing "Oxygen" as a default style
    • big refactoring regarding the components states (now it is easier to maintain the code)
  • Settings
    • new property ui.scale_factor responsible for defining the interface scale factor. Useful if bauh looks
      small on the screen. It can be changed through the settings window (Interface tab):

Fixes

  • AppImage
    • allowing some apps to be filled with empty category elements
  • Web
    • handling unexpected connection errors
    • handling web page fetch errors
    • not able to search applications by their names after being enabled on settings
  • UI
    • displaying empty categories
    • not scrolling the table to top after updating its content
    • not calling initial required tasks for a given type after enabling it on settings
    • not updating the type filters if only one type is available after refreshing the table
    • displaying the type filters on the search results when there is only one type available after some actions finish
    • using the sleep function wrongly within the Qt threads (causes random crashes)
    • minor fixes
  • Tray
    • update notifications not working on Ubuntu 18.04
  • Regressions (from 0.9.5):
    • not displaying the default type icon besides the package when its icon path does not exist (Snap runtimes were rendered without icons)

vinifmor added 30 commits June 8, 2020 18:17
… not hiding custom actions button when an action finishes
…e is only one type available and some actions are done
vinifmor added 27 commits June 16, 2020 12:12
…stalled AppImage files have symlinks associated with
@vinifmor vinifmor merged commit 5add71e into master Jun 26, 2020
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.

1 participant