-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetchcord 3 release #229
Open
BlivionIaG
wants to merge
35
commits into
master
Choose a base branch
from
testing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fetchcord 3 release #229
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add asrock motherboard support * import fix * version update for fix * Fix future import bug and amd A series detection * version update for fix * fix packaging * Manifest stuff * INtel gpu fix * Add some acer mobo * (test) add optiplex (generic) * oops * ideapad test * Add snap support (#146) * Create snapcraft.yml * add snap support * fix README * Add parrot OS config Co-authored-by: Tabulate <[email protected]>
This reverts commit ff5bdc3. deleted: asusmobo.txt deleted: parrot.txt deleted: yeet.txt
* Fetchcord v2.7.7 (#153) (#154) * Add parrot OS (#153) * Add asrock motherboard support * import fix * version update for fix * Fix future import bug and amd A series detection * version update for fix * fix packaging * Manifest stuff * INtel gpu fix * Add some acer mobo * (test) add optiplex (generic) * oops * ideapad test * Add snap support (#146) * Create snapcraft.yml * add snap support * fix README * Add parrot OS config Co-authored-by: Tabulate <[email protected]> * fix windows scoop neofetch compatibility * Update version number * Add more mobo support and os's * Add mageia * Add elitedesk 800 g1 * Fix debug and add windows 11 * Add athlon silver & gold cpu support * Prepare alt mobo detect * [untested] motherboard fix * Add some random acer laptop * Add elementary os support and thinkcenter * Disable logger * Revert "Disable logger" This reverts commit ff5bdc3. deleted: asusmobo.txt deleted: parrot.txt deleted: yeet.txt * Disable logger file * Add terminus / elementary os terminal * Add windows terminal * fix windows terminal detection Co-authored-by: Tabulate <[email protected]> * Update README.md * Update README.md * Update README.md (#165) * first iteration of GUI * add launch option with --gui * update README Co-authored-by: Kévin Le Torc'h <[email protected]> Co-authored-by: MelonMan <[email protected]>
Fixes #149 by altering the `boot_time()` function so that it works on UNIX-based OS's. Pulled the same function from PSUTIL for the Windows detection. * Following the zen of python Co-authored-by: Kévin Le Torc'h <[email protected]> Co-authored-by: Tabulate <[email protected]> Co-authored-by: MelonMan <[email protected]>
Building from testing currently produces the `ValueError: Newlines are not allowed` exception when `setuptools.setup()` is called, presumably due to new functionality in `setuptools`. For building on the latest setuptools, all newlines (`\n`) in the code needs to go. I have already raised the issue in the support Discord Server.
* Add parrot OS (#153) * Add asrock motherboard support * Fix future import bug and amd A series detection * fix packaging * Manifest stuff * INtel gpu fix * Add some acer mobo * add optiplex (generic) * Add snap support (#146) * Create snapcraft.yml * add snap support * fix README * fix windows scoop neofetch compatibility * Add more mobo support and os's * Add mageia * Add elitedesk 800 g1 * Fix debug and add windows 11 * Add athlon silver & gold cpu support * Prepare alt mobo detect * Add some random acer laptop * Add elementary os support and thinkcenter * Disable logger * Add terminus / elementary os terminal * Add windows terminal * Update README.md * Baseline for v3 * flake8 and Cycle correction * Adding kernel script * Update Config.py * MOre scripts * Migrating jsons * Motherboards json migration * Minicrep * Update os.json * Fix unkown issues * Improve regexes * Add OS script for Macos and Linux + updated cpu list * Add debug * Remove scripts and use commands from config * Remove lspci central db query option' * Add better gpu detection for linux' * Fix better gpu detection for macos' * Add macos to the os list * Improved terminal detection, gpu detection and cycle time config * Fix potential issue on systems where python == python2 * Improve terminal detection * Use custom config for neofetch * Syntax cleanup * Add native python query mode * Linux specific fixes Disable import of windows libs on non windows systems Fix host/motherboard dection on linux * Update Fetch.py * Update setup.py * Fix macos detection --------- Co-authored-by: Tabulate <[email protected]> Co-authored-by: MelonMan <[email protected]>
Readme Pre refactor for 3.0 release
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.