Releases: lcpluginmaker/apkg
Releases · lcpluginmaker/apkg
v2.0.0
v1.3.0
Changes
- major refacoring
- using more built-in LeoConsole APIs
- updating plugins
v1.2.1
Changes
- fixed bugs related to the first run (config/cache directories not beeing present)
v1.2.0
Fix Command to comply with new API;
save repositories inside config.json
v1.1.1
Warning: doesn't work due to API changes. Fix following soon
Changes
- mark scripts and Go plugins as executable in Linux
- easier file names, download plugins to corresponding directories in tmp
- enable main repo by default
- save repo indexes to var
- integration with apkg-builder
- switch to json config
v1.0.0
First major release, for LC v2
- clean up, compatibility with new plugin API
- see changes in alpha and beta releases
v1.0.0-beta
Improvements and changes
- move all installed package databases (files and version) to one place
- clean up the code
- check package version before installing
v1.0.0-alpha
Alpha pre-release of the major 1.0.0
version
Improvements and changes
- Major re-work, switch to
.lcpkg
packages and repositories - clean-ups, removing/outsourcing unnecessary functionality
- writing docs
v0.4.1
What's new
- improving output
- refactoring code
- introducing manifest 1.1
- checking for var folder on startup (will be important in next releases)
v0.4.0
What's new
- heavy code refactoring
manifest.apkg.json
: this file inside the plugin repository tells apkg how to build the plugin (checkout thedocs
folder)