Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

0.11.0 - Colourful Config

Compare
Choose a tag to compare
@autopulated autopulated released this 11 Dec 10:51
· 323 commits to master since this release

New Features and Significant Fixes

  • display information about where config values came from in the output of yotta config (use yotta --plain config to disable)
  • support overriding config on the commandline (see docs for details)
  • Fix various issues with the --cmake-generator / -G parameter to yotta build: now Eclipse project files should include the source for the module being built. You can also use this to generate project files for Sublime text, Codeblocks, and others.

Behind the Scenes

  • The wire-format for JWTs used by yotta to authenticate against the registry has changed (it now conforms to the standard). This change should have no visible effects, as the registry accepts both new and old formats. (Thanks @headlessme!)
  • Improved the way that command line options are shared between subcommands, making it easier to re-use them.
  • Bump the version of the argcomplete dependency (thanks @kylemanna!)