Skip to content

Releases: purplg/treebundel

v0.3.2

Choose a tag to compare

@purplg purplg released this 04 Apr 21:36
  • Fixed more git commands not working

v0.3.1

Choose a tag to compare

@purplg purplg released this 02 Apr 00:22
  • Fixed git commands not working

v0.3.0

Choose a tag to compare

@purplg purplg released this 08 Feb 23:22

Fixes

  • Fixed some sentinal [ options ] failing
  • Fixed ".git" suffix issues when cloning a new bare repository
  • Fixed new workspaces failing to open due to returning nil

New stuff

  • Added function treebundel-move-project
  • Added function treebundel-rename-project
  • Added prompts for creating root workspace and bare directories

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@purplg purplg released this 30 Jan 23:33

Mostly internal API changes in this to use names of workspace and projects instead of absolute paths. But some of these changes have leaked outside, so some breaking changes.

Breaking

  • Renamed treebundel-prefix to treebundel-branch-prefix
  • Changed treebundel-before-project-open-functions two arguments to be the workspace and project names instead of paths.
  • Changed treebundel-before-workspace-open-functions now receives the workspace name instead of path.

New stuff

  • Moved some functions out of "private" namespace. Feel free to use them:
    • treebundel-project-path
    • treebundel-workspace-path
    • treebundel-bare-path
    • treebundel-read-bare
    • treebundel-read-project
    • treebundel-read-workspace

Dev stuff

  • Replaced ERT with buttercup
  • Replaced Cask with Eask