- add github starcount command
- add github favorites command
- fix bug with 3ds-max install actions
- support adding private sources, including local manifest folder for debugging
- added support for unreal package install and pip dependencies in unreal
- search now returns packages in group, by version. this means you wont get multiple packages returned if there is only 1 package found on the repo, but with different versions. see PackagesMeta
dependencies changed
- detect app dependency is now optional
- meaning plugget can run outside any app
- and [detect app](https://github.com/hannesdelbeke/detect-app) dependency is now optional
- added requests dependency, currently only used for github favorites and starcount
other
- added untested MVP gumroad
- removed old unused blender module
- lots of refactor