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

Latest commit

 

History

History
125 lines (79 loc) · 4.9 KB

CHANGELOG.md

File metadata and controls

125 lines (79 loc) · 4.9 KB

0.6.1 (December 23, 2020)

IMPROVEMENTS

  • Improving notification server startup.

BUG FIXES

  • avoid error newline at the end of hostname (SocketError) [GH-44]

0.6.0 (September 5, 2020)

IMPROVEMENTS

  • Support for custom notifcation application without the need of a notify-send wrapper script.
  • Ensure plugin plays nice with read-only boxes.
  • Updating gem dependencies versions and newer version of Ruby for Travis CI testing.

BUG FIXES

  • Fixnum deprecation warning. [GH-40]

0.5.6 (September 29, 2017)

IMPROVEMENTS

  • AppleScript wrapper script.

BUG FIXES

0.5.5 (May 13, 2017)

IMPROVEMENTS

  • Support for Hyper-V and VMWare Workstation providers. [GH-32] [GH-33]
  • Disable plugin for google, vultr, vcloudair, skytap, and scaleway cloud providers.

BUG FIXES

  • Notifcation server suspend fix on VMWare Fusion.

0.5.4 (May 4, 2017)

IMPROVEMENTS

  • Display warning if Ruby is not installed on guest. [GH-35]
  • Shell name included in provision notify message. [GH-21]

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.