Skip to content

Releases: KaiserWilhelm23/PIP-Manager-App

5.0.1

28 Nov 23:59
902088c
Compare
Choose a tag to compare

Fixed high ram usage issue.

When it loaded the whole PyPi database it would store it in ram. So by default it is now disabled, however you can turn it on in settings.

5.0

28 Nov 01:20
ef84e53
Compare
Choose a tag to compare
5.0

Full Release.

Added direct connection to the PyPI database, and the ability to look up packages before you install them.
Cleaner Directories.

5.0 Beta

22 Jun 20:33
ecc86cd
Compare
Choose a tag to compare

Adds a search function to the Manager Tab.

When you press enter you can load a list of packages from the PyPI data base.
Screenshot (1)

The entry area will remain disabled until the database is loaded. The app may run slow while loading the database.

Add "App-ID": "None" to the cogs file to prevent APP-ID errors (This will be fixed soon)

4.3

12 Jun 22:50
a521b36
Compare
Choose a tag to compare

Adds Unique ID's to newly installed PIP Manager Builds.
Checks if it runs with 3.11.4 [OK]

Full Changelog: 4.2...4.3

4.2

01 Apr 23:53
2e84a0e
Compare
Choose a tag to compare
4.2

Adds PyPI Package Search

Allows the user to search for a package on the PyPI interface, select and install packages.

4.1.1 Bug Fixes

05 Feb 15:57
959304f
Compare
Choose a tag to compare

added lines 632-639:

try:
    file = open('output.txt', 'r')
except:
    print("Cannot find file :/")
    with open('output.txt', 'w') as f:
        f.write('')

    file = open('output.txt', 'r')

Fixes error No file named output.txt found

Version 4.1

30 Nov 23:26
e660250
Compare
Choose a tag to compare

Release 4.1

Adds:
Improved console messages.
Clear console from quick access and ctrl+x
Changes app title when an update is available to "PIP Manager App {version} (Update Available: {release version})"

Removes:
pygame library (improves startup time)

PIP Manager 4.0 Official

24 Nov 21:07
eda9a30
Compare
Choose a tag to compare

4th official release of PIP Manager

PIP Manager 3.2

11 Aug 23:11
09d943b
Compare
Choose a tag to compare

Adds the App Info button to the settings tab

Version 4 Beta 2 (Windows )

30 Jul 12:57
90ace41
Compare
Choose a tag to compare

4.0 Beta 2:

Adds:
App Info window
App Info can be accessed through the Quick Access menu

App Info pulls all info on the app:
App Version, Current Release version, Python Version,
Checks to see if PIP Manager is up to date, if not the user will see a button "Update" it will automatically update the main python file