Skip to content

Releases: TomasTomecek/pretty-git-prompt

0.2.2

21 Feb 09:24
6b1509a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

06 Apr 08:33
152581f
Compare
Choose a tag to compare

Releasing latest master code out. Mostly just updating dependencies.

0.2.0

17 Jan 13:43
Compare
Choose a tag to compare
  • Added a way to check how many commits are present in a stash.
  • Small bugfixes.
  • Improved upstream testing.

0.1.2 bugfix release

23 May 14:35
Compare
Choose a tag to compare

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

21 May 16:11
Compare
Choose a tag to compare

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

21 May 15:55
Compare
Choose a tag to compare

0.0.4: let's try to build releases with musl

30 Apr 18:16
Compare
Choose a tag to compare
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 <[email protected]>

0.0.3: release: this is the fix!

22 Apr 14:02
Compare
Choose a tag to compare
Signed-off-by: Tomas Tomecek <[email protected]>

Test release

22 Apr 13:37
Compare
Choose a tag to compare

This is just a test release