Releases: remotemobprogramming/mob
Releases · remotemobprogramming/mob
Release list
v5.4.2
v5.4.1
- Fix:
mob nextnow correctly handles filenames with spaces when determining the last modified file for the open command.
Thank you @aglet for the fix!
v5.3.3
5.3.3
- Fix:
mob startnow 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
- Fix: Removed wrong warning about diverging wip branch when joining a new session
v5.3.1
v5.3.0
- Feature: mob start
--discard-uncommitted-changesallows to discard uncommitted changes and then starting a new mob session
Thank you @stefanscheidt for this feature request
v5.2.0
- Fixes a typo
- Feature:
mob donenow pulls when someone else already diddone
v5.1.1
v5.1.0
5.1.0
- Feature: Adds new flag
--joinformob startto join an existing session
mob start --join(#437)
#socrates2024 release
v5.0.1
- Fix: The configuration option MOB_SKIP_CI_PUSH_OPTION_ENABLED now works correctly
Thank you @stefanscheidt for reporting this issue