Skip to content

Releases: remotemobprogramming/mob

v5.4.1

25 Nov 17:55

Choose a tag to compare

  • 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

Choose a tag to compare

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
ac52ce6

Choose a tag to compare

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

Choose a tag to compare

  • Fix: Removed wrong warning about diverging wip branch when joining a new session

v5.3.1

26 Sep 11:43
3e7edc4

Choose a tag to compare

  • Fix: Added documentation for mob start --discard-uncommitted-changes in the mob help command

v5.3.0

24 Sep 15:41
7f8721e

Choose a tag to compare

  • 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

Choose a tag to compare

  • Fixes a typo
  • Feature: mob done now pulls when someone else already did done

v5.1.1

30 Aug 14:03

Choose a tag to compare

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

Choose a tag to compare

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
e4ded45

Choose a tag to compare

  • Fix: The configuration option MOB_SKIP_CI_PUSH_OPTION_ENABLED now works correctly

Thank you @stefanscheidt for reporting this issue