forked from manatools/dnfdragora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
75 lines (71 loc) · 2.92 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
2019-04-26 v. 1.1.2
---------------------
- Fix screenshot referenced in dnfdragora metainfo file
- Add support for more ARM architectures and POWER-based architectures
- Refer to the architectures by their basearch names
- Really use given file for logging
2019-01-17 v. 1.1.1
---------------------
- Relabeled "Check all" button to "Select all", see
https://bugzilla.redhat.com/show_bug.cgi?id=1654684
- Filled in missing Python dependency checks into CMake
- Fixed issue #82, dnfdragora-updater crashed when using Papirus-Dark icon theme
- Fixed issue #119, Set focus to search-field after dialog init
- Handle additional progress callback actions for DNF 3.6+, see
https://bugzilla.redhat.com/show_bug.cgi?id=1624652
2018-09-15 v. 1.1.0
---------------------
- Fixed issue #70, aligned check boxes into user preferences
- Fixed issue #113, adding user preferences to get newest package only
on searching
- Updated repository information dialog with repo size and its package
number issue #97
- enabling/disabling repository does not update packages (issue #98)
- dnfdragora-updater: hide icon if no updates (some problems
on QT desktops)
- dnfdragora-updater: hide icon if dnfdragora update is chosen
(some problems on QT desktops)
- dnfdragora-updater: lock dnf backend only for updates requests
- dnfdragora: quit dnf backend on exit
- managed undo operation from history view
- added history view
- dnfdragora can be installed and run into python3
virtualenv now
- Added Size column - github issue #62
- Added package repository info - github issue #57
- Do not exit if cancel is pressed on run transaction
authentication see:
https://bugs.mageia.org/show_bug.cgi?id=20923
- Caught GLib.Error exception to avoid a crash, see
https://bugs.mageia.org/show_bug.cgi?id=20975
- Added answer always yes to user preferences
. New dnfdragora-updater notifier (besser82)
- Added Option Menu and User preferences dialog
- Group caching (Fedora) is invoked only when needed now
- Managed showing by all or groups and filtering (to_update,
install,...) at start up, from user preferences
- Added user preferences configuration file
2017-04-14 v. 1.0.1
---------------------
- Install all sizes of the dnfdragora logo
- Added a workaround for exceeded recursion depth,
fixing #16
- Added man pages
- Added installation documentation (README section)
- Fixed dnf-2.2.0 missing dbus signal
- Added desktop file to handle local RPM installation
- Added "--exit" command line option to clean up dnf
connection in case of a previous crash
- Added "--install" command line option to be used in a
desktop mime type
- Workaround to libyui-ncurses github issue 55, tree
items shown twice
- Caught exception if network is not active at first
run
- Fixed long time startup in Fedora where backend
was initialized before GUI
- Added a dialog to show the error message on exit
in case of known exception
2017-02-19 v. 1.0.0
---------------------
first release