- mostly refactor to better handle packages with `plugget.search` command.
- `plugget.list` has been depricated, now use `plugget.search(... , installed=True)`
for now kept the list method in there but will remove in future.
- various changes in logic with installed status, and removed the different types of metaPackages
metaPackages returned by list were created from the install folder instead of the manifest folder, whivh meant they didnt contain all versions, but only the installed version.
now there is only 1 way to do this, simplifying things and making them consistent
Despite all changes this still works with plugget qt without changes.
**Full Changelog**: https://github.com/plugget/plugget/compare/0.0.13...0.1.0