Skip to content

v0.11.0

Compare
Choose a tag to compare
@m-triassi m-triassi released this 20 Dec 02:46
· 10 commits to main since this release

Changelog

  • d4d287b feat: #17 add basic filesystem package for managing folders
  • 0ff7045 feat: #17 add command to remove installed addons
  • e3f1194 feat: #17 add find command and deduplicate functionality
  • ffb784a fix: #17 add error handling to prevent trying to delete bad directories
  • 58c59b8 fix: #17 reverse equality sign to get correct result
  • 3dccc07 major(release): add remove command to uninstall addons
  • dd81b7f major: #17 finalize remove
  • 264a4e0 refactor: #17 extract contains to internal class for reuse