Skip to content

Releases: remotemobprogramming/mob

v5.3.3

18 Oct 14:49
ac52ce6
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v5.0.0

30 Jun 17:36
Compare
Choose a tag to compare
  • Feature: You can now set goals
  • Feature: Can make use of the git push-option "ci.skip"
  • Removed: mob start does not create an emtpy commit on a new wip branch anymore
  • Feature: Prints git commands before they are finished for faster feedback
  • Feature: Added cli option --room to set the room name of timer.mob.sh once
  • Feature: mob status shows a hint if there is no remote branch
  • Feature: mob status shows the duration of wip branches
  • Fix: mob done --squash-wip now squashes the start commit as well
  • Fix: Fixes a bug with timers smaller than 1
  • Windows Performance is improved due to use of os.UserHomeDir()
  • Upgrade to go 1.22

Thank you @schmonz for fixing the build on non-Linux Unix systems
Thank you @jmbockhorst for improving windows performance
Thank you @michael-mader for improving our readme

v4.5.0

01 Feb 21:20
2115883
Compare
Choose a tag to compare
  • Removes feature which cancels running timers as this can lead to longer rotations if the codebase is switched. The way it was implemented is also not ideal for virus detection.
  • Correct typo in the hint for creating a remote branch

Thank you @clemlatz for finding and fixing the typo
Thank you @stefanscheidt for updating the readme on the build and install from source instructions