Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.1 KB

Changelog.md

File metadata and controls

37 lines (22 loc) · 1.1 KB

Lima Xbar/Swiftbar changelog

0.0.1 - 1.0.0

  • bash proof of concept

1.1.1

  • Rewrite in Python for speed and maintainability.
    • Now have submenus for container and image operations instead of just start/stop the VM
    • We send notifications to the Notification Manager

1.2.0

  • Add option to pull new image into one of your Lima VMs.

1.3.0

  • Add option to run an arbitrary lima command in a VM.

1.3.1

  • Add /opt/homebrew/bin to the plugin's $PATH when it exists and is a directory.

1.3.2

  • Swiftbar started capturing stderr in addition to stdout, causing log messages to spam the menu bar. Default to log level critical so we don't spam log messages (that no one was seeing anyway) except when we're testing.

1.3.3

dd more candidate directories to be added to $PATH

  • Check for ~/homebrew/bin and ~/homebrew/sbin to cope when homebrew is installed in a user's home directory. Closes #28
  • While we're in there, check for /usr/local/sbin, /opt/homebrew/sbin, /opt/local/sbin, ~/bin and ~/sbin directories too.