Releases: remotemobprogramming/mob
Releases · remotemobprogramming/mob
v5.3.3
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
- Fix: Removed wrong warning about diverging wip branch when joining a new session
v5.3.1
v5.3.0
- 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
- Fixes a typo
- Feature:
mob done
now pulls when someone else already diddone
v5.1.1
v5.1.0
v5.0.1
- Fix: The configuration option MOB_SKIP_CI_PUSH_OPTION_ENABLED now works correctly
Thank you @stefanscheidt for reporting this issue
v5.0.0
- 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
- 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