Skip to content

Commit

Permalink
Release version 3.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed May 23, 2019
1 parent 0340864 commit e0dbd9b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
= gitg 3.32.0 =
Version 3.32.0 was released on 2019-05-23

== Bugs fixed ==
- Detect links in commit messages
- Push action with http/ssh support
- Fix time sort mode
- Add push support
- Add typeahead find feature
- Respect system fonts
- Update submodules at clone
- Add body to patch
- Shorcut to open preferences
- Honor GIT_DIR env
- Update menus for AppMenu removal
- Bump libgit2 to 0.27
- Use Unicode typography in user-visible strings
- Fix shared library paths in typelib files
- Migrate from Intltool to Gettext
- Meson polish
- Removed autotools
- Fixes in documentation
- Fixed several deprecations
- Misc fixes

= gitg 3.30.1 =
Version 3.30.1 was released on 2018-10-25

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

gitg is a graphical user interface for git. It aims at being a small, fast and convenient tool to visualize the history of git repositories. Besides visualization, gitg also provides several utilities to manage your repository and commit your work.

The latest version of gitg is 3.30.1.
The latest version of gitg is 3.32.0.

- Website: https://wiki.gnome.org/Apps/Gitg
- Issues: https://gitlab.gnome.org/GNOME/gitg/issues
Expand All @@ -13,11 +13,11 @@ The latest version of gitg is 3.30.1.

## Installing gitg

To install the latest version of gitg, make sure to download gitg-3.30.1.tar.xz from the download site. After downloading the following procedure installs gitg:
To install the latest version of gitg, make sure to download gitg-3.32.0.tar.xz from the download site. After downloading the following procedure installs gitg:

```
$ tar Jxf gitg-3.30.1.tar.xz
$ cd gitg-3.30.1
$ tar Jxf gitg-3.32.0.tar.xz
$ cd gitg-3.32.0
$ meson --prefix=/usr build
$ ninja -C build
$ sudo ninja -C build install
Expand All @@ -35,7 +35,7 @@ $ ninja -C build
$ sudo ninja -C install
```

Alternatively you can build using Flatpak with the org.gnome.Gitg.json manifest.
Alternatively you can build using Flatpak with the org.gnome.gitgDevel.json manifest.

## Using gitg

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'gitg', ['c', 'vala'],
version: '3.30.1',
version: '3.32.0',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.48.0',
Expand Down

0 comments on commit e0dbd9b

Please sign in to comment.