fetchcord / FetchCord

FetchCord grabs your OS info and displays it as Discord Rich Presence
MIT License
324 stars 19 forks source link

2.7 #120

Closed BlivionIaG closed 3 years ago

BlivionIaG commented 3 years ago

Future new release, with improved internal architecture.

No dirty import non sense anymore. Fixed pypresence "application_id" bug (doesn't crash anymore). Cycles are separated in another file for future changes (direct loading from config for example). Some ground work has been started for crossplatform temps support. No more "ressource" non sense, it's called resource now. infos.json is now called fetchcord_ids.json, and the internal organisation is slightly changed (everything should be a map now, not a list) and also a map to point to the internal categories (also ground work for future changes like loading the neofetch separator from neofetch config). Some idea of unit testing has been prepared. Some other fix around terminal overriding and stuff that i forgot.