Skip to content

Releases: Voog/voog-kit

0.3.1

12 Jan 15:41
Compare
Choose a tag to compare
  • Fixed bug with generating the manifest file based on remote files.

0.3

09 Jan 13:59
Compare
Choose a tag to compare
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

29 Aug 11:39
Compare
Choose a tag to compare

Add --overwrite option for both command line and .voog configuration files.
Minor code refactoring.
Fix some broken tests.

Beta release

01 Jul 12:54
Compare
Choose a tag to compare
v0.1.6

Read both possible configuration files when looking for a config bloc…