Releases: remotemobprogramming/mob
Releases · remotemobprogramming/mob
v4.5.0
- 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
- 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
v4.4.4
v4.4.3
- Fix: mob.sh now specifies the remote ref when pushing to allow for custom
git config push.default
settings such astracking
- 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
v4.4.1
v4.4.0
- 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
v4.3.0
- 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!