[gitg] Release version 41



commit 1adffb6b3ce97626f2ed23885d6d0e44a2764cbe
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Mon Dec 27 14:00:22 2021 +0100

    Release version 41

 NEWS        | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md   |  8 ++++----
 meson.build |  5 +----
 3 files changed, 66 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index b4f9a194..fbedce81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+= gitg 41 =
+Manage if there's no textconv config
+Convert to text using gitattributes config
+Side by side diff text renderers
+Read setup for smart commits from git config
+Show diff stats only on text renderer
+Put image renderer first on stack
+Allow to diff images as text if its mime type supports it
+Add new-window action to desktop file
+Fix the ninja call in one of the building guides
+TextView needs to be wrapped in a scroll view
+fix libgitg-date test package failure
+Use GUri instead of SoupURI
+Avoid return null if old or new file fails to load
+Properly mark "head" parameter of ActionSupport.stash_if_needed() as nullable
+References of [GtkChild] fields is handled by GtkBuilder, type must be unowned
+Install correctly devel profile
+Icon honor profile
+Lane indicator line width set to 0.
+Option to switch to the newly created branch
+Remote branches can be checked out using double-click.
+Add shortcuts for history panels
+Give some button alt key
+Ctrl+O shortcut does not work
+Add missing Preferences shortcut
+Do not follow symlinks on recursive scan
+Local branch checkout using double-click.
+Lower the importance of missing gravatars from "warning" to "debug"
+Replace git.gnome.org with gitlab.gnome.org URLs
+Replace projects.gnome.org with wiki.gnome.org URLs
+fix CSS warning on MacOS
+Fix libgitg compile on macOS
+fixup! Honor prepare-commit-msg hook
+Remove unnecessery Shift key from a shortcut
+Access host XDG_CONFIG_HOME/git from flatpak
+Rely on libgit for global config file(s)
+Avoid shell injection on hooks
+Avoid G_LOG_DOMAIN redefinition on contrib code
+Fix deprecation for const
+Honor prepare-commit-msg hook
+Escape subject commit text
+preferences-interface: Disable gravatar loading by default
+Add message history to commit dialog
+Activities can process key events
+Update shortcut dialog
+Revert "Update GtkSourceView dependency"
+Fix vapi for gtksourceview
+Adding current gtksourceview vapi files
+config for fonts
+Don't ellipsize commit subject
+Avoid duplicating Signed-off-by signature
+Consider author and committer when filtering
+Setup editorconfig
+on close, selection should display back the gear menu
+add "RevisionControl" to desktop file Categories
+GitgHistory.RefRow: Don't assume that every GgitSignature has a time
+Allow loading of gravatar by default
+Change gtkspell3 to gspell
+vala: Remove obsolete vapi files
+Remove submodules config
+
 = gitg 3.32.1 =
 Version 3.32.1 was released on 2019-07-25
 
diff --git a/README.md b/README.md
index 8961597a..04b16de8 100644
--- a/README.md
+++ b/README.md
@@ -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.32.1.
+The latest version of gitg is 41.
 
 - Website:      https://wiki.gnome.org/Apps/Gitg
 - Issues:       https://gitlab.gnome.org/GNOME/gitg/issues
@@ -13,11 +13,11 @@ The latest version of gitg is 3.32.1.
 
 ## Installing gitg
 
-To install the latest version of gitg, make sure to download gitg-3.32.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-41.tar.xz from the download site. After 
downloading the following procedure installs gitg:
 
 ```
-$ tar Jxf gitg-3.32.1.tar.xz
-$ cd gitg-3.32.1
+$ tar Jxf gitg-41.tar.xz
+$ cd gitg-41
 $ meson --prefix=/usr build
 $ ninja -C build
 $ sudo ninja -C build install
diff --git a/meson.build b/meson.build
index d1003e54..760ef159 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gitg', ['c', 'vala'],
-  version: '3.33.2',
+  version: '41',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.48.0',
@@ -15,9 +15,6 @@ endif
 
 gitg_version = meson.project_version()
 version_array = gitg_version.split('.')
-gitg_major_version = version_array[0].to_int()
-gitg_minor_version = version_array[1].to_int()
-gitg_micro_version = version_array[2].to_int()
 
 gitg_api_version = '1.0'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]