Skip to content

Releases: remotemobprogramming/mob

v5.0.0

29 Jun 22:27
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

v4.4.6

08 Sep 20:42
Compare
Choose a tag to compare
  • Fix: Able to open last modified file with space in path
  • Fix: start ignores git hooks
  • Removes deprecated io/ioutil
  • Improves uninstallation instructions

Thanks to @dkbnz for improving the uninstallation instructions
Thank you @testwill for removing the deprecated ioutil
Thank you @kriber82 for allowing filenames with spaces

v4.4.5

23 Jun 14:25
Compare
Choose a tag to compare
  • Fix: version

v4.4.4

23 Jun 14:15
Compare
Choose a tag to compare
  • Fix: missing SHA in Arch PKGBUILD
  • Fix: missing glibc on older linux version

v4.4.3

02 Jun 11:58
Compare
Choose a tag to compare
  • Fix: mob.sh now specifies the remote ref when pushing to allow for custom git config push.default settings such as tracking
  • Fix: Improves the suggested command when you have uncommitted changes on an attempt to open a custom wip branch using mob start -b green
  • mob.sh now uses the go version 1.20.x

Thanks to @jstoneham for fixing the bug with using a custom push.default setting!
Thank you @tobiasehlert for fixing our GitHub Action workflows post-31st May 2023!

v4.4.2

08 May 15:10
Compare
Choose a tag to compare
  • Fix: mob config, mob help, mob moo and mob version are now working outside of git repositories again
  • Fix: mob clean now works correctly

Thanks to @danilo-bc and @jrdodds for reporting these bugs!

v4.4.1

04 May 06:55
e6a4055
Compare
Choose a tag to compare
  • Fix: mob.sh now works correctly if git option status.branch is set to true

v4.4.0

15 Mar 10:54
Compare
Choose a tag to compare
  • Feature: mob timer open opens the timer website in your default web browser. If you specified MOB_TIMER_ROOM it will automatically open the specific timer page.
  • Feature: mob.sh is now built as a mac universal app and therefore supports Apple Silicon natively.

v4.3.1

10 Mar 17:55
Compare
Choose a tag to compare
  • Fix: mob done will now print the command git merge --squash --ff mob/main just once and not twice.