Skip to content

Releases: remotemobprogramming/mob

v5.4.2

Choose a tag to compare

@hollesse hollesse released this 26 Jan 21:08
  • Fix: mob start now correctly handles parsing of lastFile when the commit message has been extended with additional information.

v5.4.1

Choose a tag to compare

@gregorriegler gregorriegler released this 25 Nov 17:55
  • 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.3.3

Choose a tag to compare

@hollesse hollesse released this 18 Oct 14:49
ac52ce6

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

Choose a tag to compare

@gregorriegler gregorriegler released this 09 Oct 21:12
  • Fix: Removed wrong warning about diverging wip branch when joining a new session

v5.3.1

Choose a tag to compare

@hollesse hollesse released this 26 Sep 11:43
3e7edc4
  • Fix: Added documentation for mob start --discard-uncommitted-changes in the mob help command

v5.3.0

Choose a tag to compare

@hollesse hollesse released this 24 Sep 15:41
7f8721e
  • 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

Choose a tag to compare

@gregorriegler gregorriegler released this 20 Sep 16:04
  • Fixes a typo
  • Feature: mob done now pulls when someone else already did done

v5.1.1

Choose a tag to compare

@hollesse hollesse released this 30 Aug 14:03

5.1.1

  • Fix: mob break 5 is now correctly parsed

Thanks to @plejd-sebman for reporting this issue

v5.1.0

Choose a tag to compare

@simonharrer simonharrer released this 24 Aug 10:32

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

Choose a tag to compare

@hollesse hollesse released this 08 Jul 07:43
e4ded45
  • Fix: The configuration option MOB_SKIP_CI_PUSH_OPTION_ENABLED now works correctly

Thank you @stefanscheidt for reporting this issue