The C3AddonChecker notifies users whenever new addon updates are available.
It works only when in Construct 3 Preview. This is to prevent notifications to come out in exports.
Using this, users will be notified by a list of all Addon updates available.
Add your Addons to the "version-checker.js" and get started.
Github Link-
https://github.com/SparshaDhar/C3AddonVersionChecker
Demo Preview-
sparshadhar.github.io/C3AddonVersionChecker/demo-preview.html
Features
- Group specific Addons into <div>.
- Optional Release Notes and Download Link
- Only lists all uptates available for addons included in current C3 Project.
- Features Shadow dom element so that it cannot be accessed directly from document and global styles won't affect it.
- Loads version-checker.js only if in Construct preview. Disables itself in Export.
- Smoothly slides in and slides out of the viewport.
- Responsive height.
- Auto-destroys itself when out of viewport.
- Snooze notification for 1 day option in client side
https://github.com/SparshaDhar/C3AddonVersionChecker