Skip to content

v0.6.0

Compare
Choose a tag to compare
@mansona mansona released this 04 Mar 22:40
· 23 commits to main since this release

What's Changed

This change is quite a major one (hopefully the last major change before a 1.0.0 release) but it has quite a few benefits πŸŽ‰

Firstly this fixes a bug that meant that the --no-overlay argument that is very important never worked πŸ™ˆ this is a big deal and I'm really glad that it was fixed.

The second big change is that now command like arguments don't work with the format --links=my-awesome-folder, instead you need to make them space separated like --links my-awesome-folder. This is a side-effect of moving from minimist to commander, but that brings me to the biggest benefit...

We now have a --help command πŸŽ‰ The can probably be some work done on improving the descriptions and I have a feeling that we can remove some redundant arguments before we release our 1.0.0 version but having a --help command is a huge improvement πŸŽ‰

  • breaking: Add some tests and fix --no-overlay command line option and move from minimist to commander by @mansona in #16

Full Changelog: v0.5.0...v0.6.0