Releases: remotemobprogramming/mob
Releases · remotemobprogramming/mob
v0.0.20
mob start
on a branch namedfeature1
will switch to the branchmob/feature1
and will merge the changes back tofeature1
aftermob done
. For themaster
branch, themob-session
branch will still work (but this may change in the future, switching tomob/master
at some point).- Removes configuration options for base branch and wip branch. These are no longer necessary.
mob status
added. Thanks to Jeff Langr for that contribution!
v0.0.19
- Removes zoom screen share integration.
- Less git commands necessary for 'mob start'
- Mob automatically provides sound output on windows without any installation
v0.0.18
0.0.18
- Fixes a bug where boolean environment variables such as
MOB_NEXT_STAY
set to any value (including empty value) falsely activated their respective option. - Simplified
mob start
when joining a mob session. It usesgit checkout -B mob-session origin/mob-session
to override any localmob-session
in the process. It reduces the amount of commands necessary and makes the mob tool more predictable: theorigin/mob-session
always contains the truth. - Removes
mob share
command. You can still enable the zoom integration viamob start 10 share
although this is now DEPRECATED and will eventually be removed in the future.
v0.0.17
mob start
prints out untracked files as wellmob start --include-uncommitted-changes
now includes untracked files in the stash 'n' pop as well- keying in an unknown command like
mob conf
will internally callmob help
to print out the usage options instead of callingmob status
- fixed a bug where overriding
MOB_START_INCLUDE_UNCOMMITTED_CHANGES
via an environment variable could print out a wrong value (didn't affect any logic, just wrong console output)
0.0.16
mob start
prints out untracked files as wellmob start --include-uncommitted-changes
now includes untracked files in the stash 'n' pop as well- keying in an unknown command like
mob conf
will internally callmob help
to print out the usage options instead of callingmob status
- fixed a bug where overriding
MOB_START_INCLUDE_UNCOMMITTED_CHANGES
via an environment variable could print out a wrong value (didn't affect any logic, just wrong console output)
v0.0.15
Release 0.0.15
v0.0.14
Release v0.0.14
v0.0.13
0.0.13
v0.0.12
0.0.12
v0.0.11
Add feature for 'mob start --include-uncommitted-changes'