Skip to content

Releases: TomasTomecek/pretty-git-prompt

0.2.2

Choose a tag to compare

@TomasTomecek TomasTomecek released this 21 Feb 09:24
6b1509a

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

Choose a tag to compare

@TomasTomecek TomasTomecek released this 06 Apr 08:33
152581f

Releasing latest master code out. Mostly just updating dependencies.

0.2.0

Choose a tag to compare

@TomasTomecek TomasTomecek released this 17 Jan 13:43
  • Added a way to check how many commits are present in a stash.
  • Small bugfixes.
  • Improved upstream testing.

0.1.2 bugfix release

Choose a tag to compare

@TomasTomecek TomasTomecek released this 23 May 14:35

This release fixes an issue when the command create-default-config was working only when executed inside git repository. It should work now everywhere.

0.1.1 - first official release

Choose a tag to compare

@TomasTomecek TomasTomecek released this 21 May 16:11

Initial features are:

  • You are able to display values such as:
    • git repository state (resolving merge conflict, interactive rebase, ...)
    • Current branch name.
    • Count of changed, newly-added, staged, conflicting files.
  • You can track divergence against arbitrary branches.
  • Every value in output can be fully configured via a config file.
  • Sample configuration files feature colors.
  • The tool supports zsh and bash.
  • pretty-git-prompt is written in Rust programming language and is delivered as a single, statically-linked binary.

0.1.0: Merge pull request #21 from TomasTomecek/010-release

Choose a tag to compare

@TomasTomecek TomasTomecek released this 21 May 15:55
0.1.0 release

0.0.4: let's try to build releases with musl

Choose a tag to compare

@TomasTomecek TomasTomecek released this 30 Apr 18:16
b/c right now it fails with:

% ldd ~/.local/bin/pretty-git-prompt
        libcurl-gnutls.so.4 => not found
        libssl.so.1.0.0 => not found
        libcrypto.so.1.0.0 => not found

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>

0.0.3: release: this is the fix!

Choose a tag to compare

@TomasTomecek TomasTomecek released this 22 Apr 14:02
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>

Test release

Choose a tag to compare

@TomasTomecek TomasTomecek released this 22 Apr 13:37

This is just a test release