Remotemobprogramming Mob Versions Save

Tool for smooth git handover.

v4.5.0

3 months ago
  • Removes feature which cancels running timers as this can lead to longer rotations if the codebase is switched. The way it was implemented is also not ideal for virus detection.
  • Correct typo in the hint for creating a remote branch

Thank you @clemlatz for finding and fixing the typo Thank you @stefanscheidt for updating the readme on the build and install from source instructions

v4.4.6

8 months ago
  • Fix: Able to open last modified file with space in path
  • Fix: start ignores git hooks
  • Removes deprecated io/ioutil
  • Improves uninstallation instructions

Thanks to @dkbnz for improving the uninstallation instructions Thank you @testwill for removing the deprecated ioutil Thank you @kriber82 for allowing filenames with spaces

v4.4.5

10 months ago
  • Fix: version

v4.4.4

10 months ago
  • Fix: missing SHA in Arch PKGBUILD
  • Fix: missing glibc on older linux version

v4.4.3

11 months ago
  • Fix: mob.sh now specifies the remote ref when pushing to allow for custom git config push.default settings such as tracking
  • Fix: Improves the suggested command when you have uncommitted changes on an attempt to open a custom wip branch using mob start -b green
  • mob.sh now uses the go version 1.20.x

Thanks to @jstoneham for fixing the bug with using a custom push.default setting! Thank you @tobiasehlert for fixing our GitHub Action workflows post-31st May 2023!

v4.4.2

1 year ago
  • Fix: mob config, mob help, mob moo and mob version are now working outside of git repositories again
  • Fix: mob clean now works correctly

Thanks to @danilo-bc and @jrdodds for reporting these bugs!

v4.4.1

1 year ago
  • Fix: mob.sh now works correctly if git option status.branch is set to true

v4.4.0

1 year ago
  • Feature: mob timer open opens the timer website in your default web browser. If you specified MOB_TIMER_ROOM it will automatically open the specific timer page.
  • Feature: mob.sh is now built as a mac universal app and therefore supports Apple Silicon natively.

v4.3.1

1 year ago
  • Fix: mob done will now print the command git merge --squash --ff mob/main just once and not twice.

v4.3.0

1 year ago
  • Feature: Adds MOB_START_COMMIT_MESSAGE config property for changing the commit message on mob start empty commit introduced in 4.2.0. This should help overcome problems with pre-receive git hooks.

Thank you @lucas-dclrcq for your contribution!