@@ -3,13 +3,40 @@ App Swipe
3
3
Copyright (c) 2021, K9spud LLC
4
4
5
5
This is an application for browsing your local Portage repository files.
6
- Making it easy to manage your system from a point and click user interface
7
- rather than having to type out long command lines for installing,
8
- uninstalling, and upgrading apps.
6
+ Easily manage your system's applications from a point and click user interface
7
+ rather than typing out long command lines for installing, uninstalling, and
8
+ upgrading apps.
9
9
10
10
The program was written with Qt 5.15.2, Sqlite 3.34.0, Portage 3.0.14,
11
11
Portage Utils 0.90.1, exo 4.16.0, and Xfce4 Terminal 0.8.10.
12
12
13
+ What's New in v1.0.30?
14
+ ======================
15
+
16
+ Viewing an application now shows more useful details, such as whether
17
+ the app is a member of the @world set, what CFLAGS were used to build it,
18
+ what the USE flags were, etc.
19
+
20
+ The list of package versions should be sorted a little better now.
21
+
22
+ Some support for displaying masked status has been implemented (may still
23
+ have some bugs/unsupported mask filters, and doesn't traverse repo profile
24
+ masks yet).
25
+
26
+ Added new right click menu option for "Reinstall from Source," which will
27
+ force a rebuild of the selected package from source code rather than
28
+ reinstall from a previously built binary package.
29
+
30
+ Moving Forward and Back through history now retains the proper scroll
31
+ position.
32
+
33
+ Upgrading from Prior Releases
34
+ =============================
35
+
36
+ After compiling and starting this new version, you should hit the "Reload
37
+ Database" option from the top right menu (hit the apple with worm icon).
38
+ Otherwise, you won't get all the mask/world, etc display improvements.
39
+
13
40
License
14
41
=======
15
42
0 commit comments