Skip to content

Releases: lanayotech/vagrant-manager

Vagrant Manager 2.4.1

06 Jun 05:04
Compare
Choose a tag to compare

(b92456f)(109111a) Fix bug where menu items may become permanently disabled #87
(38c4590) Replace bookmark indicator with new graphic icon #92

Vagrant Manager 2.4.0

24 May 21:22
Compare
Choose a tag to compare

(3be3f22) Add check for current Vagrant version #80
(2f2d769) Un-dealias cd command to fix issue with fish shell #72
(16e6f63) Hide console command colors, should fix #75
(db2de68) Make application have an active dock icon when there are open windows #70 #71
(c71dc4a) Make task output windows 80 characters wide #69
(938b184) Ensure spawned NSTasks invoke bash as login shells #84 #83 #76

Vagrant Manager 2.3.0

31 Jan 09:27
Compare
Choose a tag to compare
  • Issue #64: Fixed race condition on task output window (ba8a171)
  • Issue #65: Implemented notifications for task completion (a7fe2e9)

Vagrant Manager 2.2.1

16 Jan 04:08
Compare
Choose a tag to compare

HOTFIX for issue #62 (crash on task window close)

Vagrant Manager 2.2.0

09 Jan 06:26
Compare
Choose a tag to compare
  • Added Custom Commands (#56, #51) (e179aa5)
  • Added preference for animating status bar icon (#59) (c2bac3f)
  • Invoke bash as login shell (#34, #58) (a73963a)
  • Re-implemented Window menu (#60) (019ae81)
  • Dealias cd command (#52)
  • Make task output window monospaced font (c1d1c90)
  • Other minor bugfixes

Vagrant Manager 2.1.2

09 Nov 09:53
Compare
Choose a tag to compare

Release 2.1.2 adds machine detection using the vagrant global-status command, a preference for displaying the full path to the machine in the menu, and addresses some bugs.

CHANGELOG

  • Improved machine detection using vagrant global-status command (e580f27)
  • Machine statuses are updated when waking from sleep (731aabc)
  • Added preference to display full path name to instance in menu (bd1853a)

Vagrant Manager 2.1.1

05 Nov 06:34
Compare
Choose a tag to compare

Hotfixes:

  • Bookmark scanning improvements
  • Fix submenu rendering issue
  • Other minor bugfixes

Vagrant Manager 2.1.0

03 Nov 02:15
Compare
Choose a tag to compare

Release 2.1.0 brings back the native OSX menu and takes advantage of all of the functionality and feature requests implemented in the custom menu UI since the 2.0 release. This should resolve issues that were being encountered in Yosemite, and provide a more consistent experience with other native status bar applications.

CHANGELOG

  • Implemented native menu (cec1c73) (issue #40, issue #39)
  • Added preference to show machine names in top-level menu labels (b9507e3) (resolves issue #38)
  • Added refreshing animation to status bar icon (f052f0a)
  • Added cancel button to task output window (55da9ed)
  • Added icons for vagrant actions (2094907)
  • Fixed rename bug in bookmark manager (32f4ce9)

Vagrant Manager 2.0.3

24 Sep 06:38
Compare
Choose a tag to compare
  • Fix bookmark bug for providers that are not auto-detected (3b4f091)

Vagrant Manager 2.0.2

16 Sep 06:46
Compare
Choose a tag to compare

Added auto-refresh feature ( issue #33 )