Releases: manatools/dnfdragora
Release 2.1.6
Release 2.1.5
- Fixed Segfault error when there is no package description. Thanks to Petr Leliaev
- Added Info window after transaction. Thanks to Petr Leliaev
Release 2.1.4
- Fixed #177 "size sorting is broken". Thanks to Nicolas Thierry-Mieg
- Removed "failovermethod" from repo information, since it is not available any more
Release 2.1.3
This is a bug fixing release that contains the following changes
- Changed widget weight to avoid wrong behavior and resizing limitations (see issue #206, issue #207 and libyui/libyui-gtk#83)
- Added logging info if metadata have to be downloaded (expiration time).
Note that MetaData update_interval <= 0 means that tha check is disabled as well as if dnf-makecache.timer is enabled - Fixed clicking to the right of checkboxes wrong behaviour (issue #203)
- Performed an "escape" on description text before showing it as package information (issue #191)
Release 2.1.2
Minor bug fixings and translations release
- Updated translations
- Fix issue #172
show only new packages
triggers dnfdragora crash - Fix issue #168 for loading icons
- Managed line feed into descriptions (see related Mageia bug)
- Added an user preference to consider upgrades as updates (issue #163)
New libyui-mga menubar introduced and more...
This release mainly introduces the new menubar widget with a better menu view, see libyui-mga screenshots. However for those who don't have new libyui-mga 1.1.0 installed, old menu buttons are still present so that dnfdragora can continue working in the old way.
Note that pynotify dependency has been removed, since pystray has its own notifies now.
From the stability and bug fixing point of view a hugh work has been done, thanks for your reports and feed backs, below the major changes:
- Test if new menubar is available or use old menu buttons
- Fixed issue #158 uncategorized packages were not shown as updates with groups view
- Fixed a crash when notify2.show is invoked, removed notify2 and use pstray.notify instead
- Fixed a crash when a search is performed and select all is pressed
- Hide menu dnfdragora-update if no updates present (experimental and configurable, as default is disabled since it does not work in every DEs)
- Fixed dnfdragora logging settings
- Fixed dnfdragora view when all_updates is True into settings (system configuration file)
- Fixed dnfdragora view when --update-only is passed as option
- dnfdragora-update: hide menu when running dnfdragora (experimental)
- dnfdragora-update: used a different icon to show that updates are present
- Added a message to dnfdragora-update if user force a check for updates and no updates are present
- Added Restore default push button to reset the chosen options tothe default values
- Added new Otions dialog
- Added Help dialog
- Fixed loop in case of GPG key missing if OnGPGImport is not received
- Removed MenuButtons and added MenuBar and new menus (new libyui-mga needed)
- Cleaning info text if got empty result searching
- Added use of python regular expression if searching into package names or summaries. These search is performed into cached packages.
Release 2.0.4 mainly for translations
This release is focused mainly on translation but we also fixed some problems:
- Fixed regression on starting --update that didn't honour updates filter
- Default view at first running is again Groups and All, added an option all_updates for Fedora packager into
system settings (/et/dnfdragora/dnfdragora.yaml) to change this behaviour and show All the packages with To_update filter (see dnfdragora.yaml.example) - try to avoid crash on exit from dnfdragora-update (https://bugzilla.redhat.com/show_bug.cgi?id=1839784
and https://bugzilla.redhat.com/show_bug.cgi?id=1844707)
Bug fixing release 2.0.3
This release contains the following fixings:
- Trapped AccessDeniedError got when cancelling or giving a wrong password to avoid closing dnfdragora
- Fixed Build transaction cancelled (https://bugzilla.redhat.com/show_bug.cgi?id=1833623)
- dnfdragora-update honouring --icon-path option parameter (also for svg files) see issue #55
- Added Message box for users if build transaction fails
Bug fixing release 2.0.2
Another issue on startup due to configuration file missed or incomplete has been fixed.