Skip to content

v0.12.0

Choose a tag to compare

@skylarmacdonald skylarmacdonald released this 20 Feb 12:44
· 247 commits to main since this release
20f74e4

Hello! I've forked bork in 2021 to fix some bugs and carry on the project. I'm indebted to @mattly for his work on it up to this point.

Fixed

  • the cask type will now work with updated versions of Homebrew, where brew cask install has been replaced with brew install --cask.
  • all tests should now pass on BSD and GPL environments (tested on macOS and Ubuntu, please raise an issue if you run into failures on other platforms).
  • CI changed to GitHub Actions and running in a matrix on both macOS and Ubuntu runners.

Added

  • new pip3 type for Python 3.x
  • new shells type for registering a shell in /etc/shells
  • apk type support has now been merged and the tests fixed. Thanks @mattly & @jitakirin for your work in 2018!
  • there is now Markdown documentation in docs/, which is also the source of the GitHub Pages site.