Skip to content

Releases: joseluisq/gitnow

2.3.1

09 Jul 05:45
Compare
Choose a tag to compare

Improvements

  • 329cc77 More consistent installation process. PR #11. Resolves #12

Bugfixes

2.3.0

23 Jun 23:06
Compare
Choose a tag to compare

Features

  • 15a639b move option (-n or --no-apply-stash) to prevent to apply stash state (also 3e30e58, 3d73fb6). Resolves #4
  • f2f0402 New untracked command in order to check for untracked files and directories that could be removed.

Refactorings

  • 4968879 Download .gitnow example file even if it's present. Because of example file is used as fallback it doesn't affect the custom ~/.gitnow file. Resolves #10

2.2.0

22 Jun 16:24
Compare
Choose a tag to compare

Features

  • ae2de93 Improve readability for light terminals in manual. PR #9
  • db368e1 New show command Alt+M to show commit detail objects. More details on issue #7

2.1.1

20 Sep 06:52
Compare
Choose a tag to compare

Fixes

  • 1d23076 Fix regular expression to support commands with dashes like commit-all in a .gitnow file. ( PR: #21 )

Features

  • 9e9ec91 Verify for a valid repository before run a command. ( PR: #20 | closes: #17 )

Docs

2.1.0

20 Sep 06:53
Compare
Choose a tag to compare

Features

PR: #15

  • Better support for Gitflow. (closes #12)
  • Configuration file support. (closes #14)

See README file for more information.

2.0.6

20 Sep 06:53
Compare
Choose a tag to compare

Features

  • 79495a4 Move: Add -u, --upstream options. (closes #10)

2.0.5

20 Sep 06:53
Compare
Choose a tag to compare

Updates

2.0.4

20 Sep 06:54
Compare
Choose a tag to compare

Features

  • Add new logs command. See logs command details.

Updates

  • push and pull commands refactored in order to get relevant info.

Fixes

  • logs command keybinding (alt + l).

2.0.3

20 Sep 06:54
Compare
Choose a tag to compare

Updates

  • Refactor files structure.

Fixes

  • Persistent commands across Fish sessions.

2.0.2

20 Sep 06:54
Compare
Choose a tag to compare

Features

  • Add new improved structure.
  • New command gitnow — Show available commands and version info.
  • New command move — Moves from current branch to another but stashing your changes.
  • Add keybindings.