Skip to content

Releases: Voog/voog-kit

v0.5.9

21 Dec 06:43
2f16c38
Compare
Choose a tag to compare

What's Changed

  • Remove content type sorting constraint and sort assets in manifest by @pxska in #58

Full Changelog: v0.5.8...58

v0.5.8

24 Aug 09:24
Compare
Choose a tag to compare
  • Sort manifest alphabetically before writing (#54)

v0.5.7

23 Aug 14:07
Compare
Choose a tag to compare
  • Fix rb-fsevent version (ac2ecb3)
  • Handle URLs correctly when making requests (preserve port and protocol) (6d657ab)

v0.5.4

15 Sep 10:19
Compare
Choose a tag to compare
  • Fixed issue with reading protocol value from the .voog file

0.5.1

09 Feb 13:45
Compare
Choose a tag to compare
  • Read 'overwrite' option from the configuration file
  • Allow providing host and token even when the configuration file exists
  • Add 'protocol' option to specifiy whether to use HTTP or HTTPS requests
    • The protocol can also be given as part of the host URL, e.g "https://myhost.voog.com", but the --protocol option overrides this
    • The protocol is also saved in the configuration file
  • Bumped some versions and fixed a few typos

v0.4.0

22 Dec 09:27
Compare
Choose a tag to compare

Changed and simplified the underlying system that handles watching file system changes.
Improved support for file names with spaces and/or non-ascii characters.

Closes #40 and #44.

v0.3.9

18 Dec 12:05
Compare
Choose a tag to compare

Updated dependency versions for pry, guard and mime-types gems.

v0.3.8

21 Apr 13:31
Compare
Choose a tag to compare

Fixes for 'kit manifest':

  • partial filename matches don't overwrite other similarly named files in the manifest.json file.
  • asset kind is now set correctly

Increase 'kit watch' polling speed from 500ms to 100ms

Implement automatic pagination to fix updating resources for sites that have more than 250 of layouts or layout assets.

0.3.4

19 Jan 09:34
Compare
Choose a tag to compare

Specify Ruby version in the .gemspec file (>= 2.0.0)

0.3.3

19 Jan 09:26
Compare
Choose a tag to compare

Tweaked 'kit manifest' to also use the allowed filename patterns when adding new files
Improved 'kit pull' to allow pulling whole folders