Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
81 lines (52 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

81 lines (52 loc) · 3.17 KB

0.5.3 (November 18, 2016)

IMPROVEMENTS

  • Command line operations work on multi-VM configurations.
  • Notification when provisioning fails. [GH-23]
  • Do not start notification server if the guest is not running or has not been created.
  • New Windows 10 notify-send notification center PowerShell script.

BUG FIXES

  • Correctly identify guest shared folder capability. [GH-31]
  • Properly manually restart notification server.
  • Don't send notify-send notices to host when doing a provision if plugin is disabled.

0.5.2 (October 7, 2016)

IMPROVEMENTS

  • Support for docker, lxc, parallels, and vmware fusion providers. [GH-13]
  • More reliable notification server status notices.
  • New bind_ip configuration option.

BUG FIXES

  • vagrant destroy on a running guest will now also stop the notfication server.

0.5.1 (July 23, 2016)

IMPROVEMENTS

  • New config option to disable plugin. [GH-6]
  • Plugin will automatically be disabled for cloud providers. [GH-15]
  • Solaris 11 and BSD guests are now supported.
  • Windows snarl wrapper script.
  • OS X growlnotify 1.2.2 wrapper script.

BUG FIXES

  • All single quotes that are part of the title or message get removed.

0.5.0 (June 21, 2016)

IMPROVEMENTS

  • Notification server runs as a daemon (fork() has been removed so it's compatible with Windows). [GH-14]
  • Windows support (beta) [GH-14]
  • Notification server is only available to localhost.
  • Notification server information is displayed each time vagrant is started and halted.
  • New plugin command. Ability to view notification server status, and ability for manual restart. CLI
  • New notify-send example scripts for OS X and Windows

BUG FIXES

  • vagrant suspend/resume stops/starts notification server respectively. [GH-18]
  • Plugin causes VM boot to fail. [GH-22]

0.4.0 (Feb 26, 2014)

IMPROVEMENTS

  • Notify provisioning status on Vagrant 1.4+ [GH-5]
  • Make use of $SSH_CLIENT when identifying host's IP to connect

BUG FIXES

  • Fix "rm: cannot remove ‘/usr/bin/notify-send’: No such file or directory" [GH-11]

Previous

The changelog began with version 0.4.0 so any changes prior to that can be seen by checking the tagged releases and reading git commit messages.