Skip to content

v1.9.9 last release before 2.0

Latest
Compare
Choose a tag to compare
@reisir reisir released this 14 Feb 12:36

I'm releasing this to fix ExecutionPolicy issues before I start work on 2.0 and turning Meters on Demand.ps1 to a PowerShell module.

Changelog

  • Install supports installing from git urls
  • User settings / configuration. Most impactful is mond config AlwaysUpdate which is set to True by default. It refreshes the cache for every search and install command. No need to mond update anymore!
    • You can use mond config AlwaysUpdate false to disable this.
  • Install process enhancements
    • Bypasses ExecutionPolicy (it will not change it, you might need to Set-ExecutionPolicy Unrestriced -Scope LocalUser)
    • Can recover from ECONNREFUSED (no connectivity or api is blocked by firewall)
    • Installer skin shows status
    • Keeps existing user configuration
  • Better bang support
    • mond bang command with -Start -Stop and -NoStart switches. Use mond help bang for more info
    • There's also an alias for mond bang which lets you use the bang command directly eg. bang "!ActivateConfig Mondtholomew\Clock"