Releases: remotemobprogramming/mob
Releases · remotemobprogramming/mob
v5.4.1
25 Nov 17:55
Compare
Sorry, something went wrong.
No results found
Fix: mob next now correctly handles filenames with spaces when determining the last modified file for the open command.
Thank you @aglet for the fix!
v5.4.0
26 Mar 10:06
Compare
Sorry, something went wrong.
No results found
5.4.0
Feature: Add shortcut for mob start --create as mob start -c.
Thanks to @TimsDevCorner for your contributions!
v5.3.3
18 Oct 14:49
Compare
Sorry, something went wrong.
No results found
5.3.3
Fix: mob start now functions correctly on WIP branches when the base branch is not checked out, applicable to branch names that do not contain a - character.
Thanks to @stefanscheidt for reporting this issue!
And @Alex-CD for refactoring the codebase!
v5.3.2
09 Oct 21:12
Compare
Sorry, something went wrong.
No results found
Fix: Removed wrong warning about diverging wip branch when joining a new session
v5.3.1
26 Sep 11:43
Compare
Sorry, something went wrong.
No results found
Fix: Added documentation for mob start --discard-uncommitted-changes in the mob help command
v5.3.0
24 Sep 15:41
Compare
Sorry, something went wrong.
No results found
Feature: mob start --discard-uncommitted-changes allows to discard uncommitted changes and then starting a new mob session
Thank you @stefanscheidt for this feature request
v5.2.0
20 Sep 16:04
Compare
Sorry, something went wrong.
No results found
Fixes a typo
Feature: mob done now pulls when someone else already did done
v5.1.1
30 Aug 14:03
Compare
Sorry, something went wrong.
No results found
5.1.1
Fix: mob break 5 is now correctly parsed
Thanks to @plejd-sebman for reporting this issue
v5.1.0
24 Aug 10:32
Compare
Sorry, something went wrong.
No results found
5.1.0
Feature: Adds new flag --join for mob start to join an existing session
mob start --join (#437 )
#socrates2024 release
v5.0.1
08 Jul 07:43
Compare
Sorry, something went wrong.
No results found
Fix: The configuration option MOB_SKIP_CI_PUSH_OPTION_ENABLED now works correctly
Thank you @stefanscheidt for reporting this issue