All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release
- Added ability to manually update all git packages
- Checked for package type, so we only operate on git packages
- Internal refactoring and tidying up of the code base
- Update detection is now fully functional and offloaded to its own thread
- Created editor window to manage git package updates
- The link for version checking can now be declared in the package.json as "custom_packageJsonLink"
- The link for git dependencies is now done via "custom_gitDependencies" in package.json
- More refactoring and tidying up
- force repaint window only if it is currently opened (prevent automatic opening of window)
- force repaint is now only triggered if there are package updates
- fixed a potentially too early call to the package manager API
- added option to create a Blacklist where you can define a list of packages that should never be resolved