Releases: Voog/voog-kit
Releases · Voog/voog-kit
0.3.1
0.3
- Kit now prefers the local configuration file (.voog) when determining the default site to push to
- Added the 'kit add' and 'kit remove' commands to manually add new files to the manifest and sync them with the site
- Added the 'kit sites' command to show a list of currently defined sites (read from the local and global .voog files). The --verbose flag also shows the host and API token for each site.
- 'kit init new' now takes an optional argument to specify which Git repo to clone the initial design from
- All new files are properly validated against a whitelist, making sure they are in the correct folder before adding them to the manifest
- When updating the manifest, all layouts are now ordered by content type so that 'blog' and 'elements' layouts appear before their child layouts ('blog_article' and 'element', respectively)
- Watch now properly syncs the local and remote files – adding and removing local files also the relevant requests to the site as well
0.2.0
Beta release
v0.1.6 Read both possible configuration files when looking for a config bloc…