Releases: joseluisq/gitnow
Releases · joseluisq/gitnow
2.12.0
2.11.0
2.10.0
Refactorings
- 99b7a89 Optional
clipboard
for Gitflow commands. PR #44 by @LuckyType and co-authored by @joseluisqKeybindings for Gitflow commands now read text from the standard input by default via Fish
read
function but clipboard functionality can be activated via the optionclipboard = true
under the new[ options ]
section. See.gitnow
file for more details.
2.9.0
Fixes
- b5b5f6d Fix "fatal 'x' is not a commit and a branch 'x' cannot be created" error when
move
command is used to move to remote branch. - 45f2458 Minor workaround for Fisher warning. PR #34
Features
- a2e5259 Add annotated tags (
--annotate
) option support fortag
command. PR #42 by @lukasgierth - 0a87d53 Add
--tags
(a.k.a--follow-tags
) option support forpush
command in auto mode. PR #40 by @lukasgierth - e4327b9 Add
--tags
option support forpull
command in auto mode. PR #39 by @lukasgierth - 07f43be Add Wayland clipboard support. PR #37 by @shadear
Refactorings
2.8.0
Refactorings
- d8b42a1 Paket manifest events definition.
- 6f476bc Use built-in Fish
$__fish_config_dir
as value for Gitnow$fish_config
. PR #32 by @SirWrexes - 3c608ad Check if every
.gitnow
file command is a valid one. - a348045 Skip out
.gitnow
file parsing if doesn't exist.
Features
- 2708c1e Fundle install support. PR #31 by @SirWrexes
2.7.0
Refactorings
- 948ce0a Config file parsing (
.gitnow
) re-written which boosts performance startup of GitNow up to 62% faster (average). - 5f8cc87 Improve performance startup of
logs
command limiting the number of maximum commits by default. - 8eb40cd Prefer
type -q
instead oftype --query
for compatibility. PR #29 by @SirWrexes - 4409906 Github Actions as new CI
Features
- b5a1ab8 Github Sponsor - https://github.com/sponsors/joseluisq
Fixes
- 181c217 Fatal matched multiple remote tracking branches on
move
command.
2.6.0
Bugfixes
- d8a6f13 Fix invalid argument error when
__gitnow_check_if_branch_exist
is used on conditionals. PR #28
Features
Refactorings
- c665b7c Upgrade Fisher v4 install instructions. PR #26 by @jorgebucaran
- 30d74d2 Parallelize Paket and Fisher CI pipelines using Docker.
Docs
- 3f1bbf4 Minor keybinding description updates.
2.5.1
Performance
- 40454f9 Speed up
.gitnow
config file processing (also 62d7a5e). Which also speeds up Fish startup sessions. PR #24 resolves issue #23 reported by @xigoi - 45ba900 Improve performance of all regex-based system commands execution. Which also speeds up GitNow commands like:
logs
,tag
,move
and gitflow commands likegithub
andbitbucket
.
Documentation
2.5.0
Features
Move command
- f346963 Add Fish completions for
move
command making possible to navigate across branches names. PR #18. - 00f75c0 Include
upstream
and--no-apply-stash
completions formove
command. - fbbd3e9 Add
--help
option fag formove
command.
Tag command (new)
- e5bcb28 Add
tag
command with Semver support (major, minor, patch). See also 07ef5a1, 739b064. PR #19 - ca66720 Only release version format support for
tag
command (no pre-releases for now). More details ontag
command documentation.
Logs command
- 3b08ad8 Display GPG signed commits on
logs
command. It also adds better ANSI "color" sequences display withless
command on Linux and Macos. PR #20
Refactors
Documentation
2.4.0
Features
- e040ba5 New
assume
command to ignore file changes temporary (resolves issue #5). SeeREADME
file documentation for more details. - 6acf46f Stash changes only if there are uncommited changes when
move
command is used.
Fixes
- 665be6b Fetch remote branches properly on
move
command.
Refactors
Documentation