Skip to content

Releases: LyraPhase/lyraphase_workstation

v3.0.2

12 May 08:11
v3.0.2
1627c35
Compare
Choose a tag to compare

v3.0.2

  • Fix longstanding bug #28 - just in principle, and for those who may care
    in the future
  • Update README to be more accurate w.r.t. user's intent

It turns out that v2.0.1 was the synchronistic dendrochronological version stratum where this plist_file LWRP issue was raised! How ironically fitting that the version numbering would accidentally work out to ~v3.0.1 / v3.0.2... just about the version numbering anniversary of this concern & thought being raised. 🤔

Note: The "hidden knowledge" is contained within d499741 ... if it is useful.

v3.0.1

12 May 04:53
v3.0.1
115cf63
Compare
Choose a tag to compare

v3.0.1

v3.0.0

12 May 03:00
v3.0.0
4b54316
Compare
Choose a tag to compare

v3.0.0

  • lyraphase_workstation::max_for_live:
    • Upgrade to Max v8.1.3 200310
  • lyraphase_workstation::sublime_text_settings:
    • Migrate default Sublime Text config file location to pCloud Drive
  • lyraphase_workstation::prolific_pl2303_driver:
    • Upgrade PL2303 driver to v2.0.0 20191204
  • lyraphase_workstation::iterm2:
    • Migrate config plist file to pCloud Drive
  • lyraphase_workstation::homebrew_sudoers:
    • Add mv /usr/local/Caskroom/* pattern to sudoers.d file
    • This should fix brew cask install java and similar Casks
  • lyraphase_workstation::hammerspoon
    • Add shortcut Hyper + m for Maximizing window
      • Same shortcut as in ShiftIt (R.I.P.)
      • Hyper = Command + Option + Control
    • Add shortcut Hyper + k to Kill Misbehaving McAfee
      • McAfee keeps eating all RAM, & crashing work macBook Pro
      • Killing it temporarily postpones the issue
      • However, it will always restart itself
      • Uninstaling doesn't work... it always re-installs itself
      • So ironically, Antivirus has become a virus! 🦠
      • Or maybe some kind of auto-immune disease! (Or cytokine storm?!)
      • No fix from McAfee
      • No fix from IT
      • Killing it prematurely may sometimes help
      • Nobody cares... 😩😣

v2.3.1

16 Oct 22:01
v2.3.1
f944c68
Compare
Choose a tag to compare

v2.3.1

  • lyraphase_workstation::hammerspoon:
    • Fix recipe for Hammerspoon
    • Chef 14 package only works with homebrew_formula, not Casks

v2.3.0

v2.2.0

16 Oct 18:51
v2.2.0
fb5d4d4
Compare
Choose a tag to compare

v2.2.0

  • lyraphase_workstation::autohide_dock:
    • Add recipe for controling OSX Dock AutoHide behavior
    • Add attribute for autohide-delay

v2.1.6

01 Oct 00:00
8366a8b
Compare
Choose a tag to compare

v2.1.6

  • lyraphase_workstation::sublime_text_settings:
    • Add missing case in ChefSpec unit tests: pre-existing correct symlinks
    • Fix recipe Idempotency for pre-existing Sublime Text 3 symlinks

v2.1.5

30 Sep 23:31
v2.1.5
d04dd33
Compare
Choose a tag to compare

v2.1.5

  • lyraphase_workstation::sublime_text_settings:
    • Add missing ChefSpec unit tests
    • Refactor to use node attributes
    • Add support for customizable Sublime Text directories
    • Fix handling for cases where:
      • Original settings directories exist & need deletion
      • Symlink targets (custom shared settings dirs) do not exist, & Original directories exist (opt for keeping originals)

v2.1.4

17 Sep 08:46
v2.1.4
5a1f17d
Compare
Choose a tag to compare

v2.1.4

  • lyraphase_workstation::homebrew_sudoers:
    • Fix mv Cask install steps (java Cask, etc...)

v2.1.3

17 Sep 07:33
v2.1.3
fd944ff
Compare
Choose a tag to compare

v2.1.3

  • lyraphase_workstation::homebrew_sudoers:
    • Fix vmware-fusion Cask install steps

v2.1.2

17 Sep 06:07
v2.1.2
e427114
Compare
Choose a tag to compare

v2.1.2

  • Update Max.app to 8.0.2.181127
  • Fix recipe lyraphase_workstation::homebrew_sudoers
    • Fix sudoers line for VirtualBox extension pack install steps
    • This fixes Homebrew Cask virtialbox-extension-pack
  • Fix/Update ChefSpec tests for Chef 15
    • Deprecated knife cookbook test in TravisCI
    • Add CookStyle target to demo this new tool
      • rake rubocop
      • Note don't use rubocop unless you're a style Gestapo 👮
    • Disable FC121 foodcritic rule
      • We do not want to break support for Chef < 14
      • Deprecated dependencies should simply not be used in Chef >= 14... ok to ignore
    • Fix fauxhai up to 8.0.0 (>= 6.8.0) mac_os_x platform versions
      • Assuming fauxhai does not deprecate any more macOS versions before 8.0.0
      • This also assumes they follow SemVer appropriately