Skip to content

Commit 723749a

Browse files
author
K9spud LLC
committed
Release v1.0.30
1 parent 5373d05 commit 723749a

19 files changed

+2809
-413
lines changed

README.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,40 @@ App Swipe
33
Copyright (c) 2021, K9spud LLC
44

55
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.
99

1010
The program was written with Qt 5.15.2, Sqlite 3.34.0, Portage 3.0.14,
1111
Portage Utils 0.90.1, exo 4.16.0, and Xfce4 Terminal 0.8.10.
1212

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+
1340
License
1441
=======
1542

0 commit comments

Comments
 (0)