mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 21:16:52 +00:00
Release version 44
This commit is contained in:
parent
6f1921d5d7
commit
f41b818a9a
4 changed files with 118 additions and 5 deletions
54
NEWS
54
NEWS
|
@ -1,3 +1,57 @@
|
|||
= gitg 44 =
|
||||
args to build libgit2
|
||||
linter fixes
|
||||
bundle git in flatpak distro
|
||||
Fix flatpak dependencies
|
||||
Add sha1 and committer name to history view
|
||||
control available lanes to paint
|
||||
gitg mainline needs to be explicitly set
|
||||
insert lanes directly in correct order
|
||||
avoid load history twice
|
||||
Show commit details for submodule history view
|
||||
Honor core.hooksPath property
|
||||
Add file filter by name for stage view
|
||||
refresh references on external change
|
||||
Check renamed branch prefix does not match with existing branches
|
||||
Start rename edition from history view
|
||||
Calculate selected ref on history view
|
||||
Disable remove current checked branch
|
||||
Show info on errors in command line about init option
|
||||
retrieve correctly the parent window for context menus
|
||||
Open files in external editor
|
||||
Reuse previous filemode when staging patches
|
||||
Fix window growing each start
|
||||
Allow to sign commits
|
||||
Correct behaviour of --standalone option
|
||||
Option to delete sources from disk
|
||||
customizable datetime format
|
||||
honor avatar service settings
|
||||
honor commit settings
|
||||
flatpak: upgrade libssh2 to version 1.10.0
|
||||
Deal correctly with stage/unstage of selection on new files
|
||||
Honor system preferences about using dark theme
|
||||
Do not disable image diff tools
|
||||
highlight characters outside margins
|
||||
Include conflict status
|
||||
use datetime for visited
|
||||
Use non deprecated show_uri
|
||||
Handle all DiffLineType
|
||||
Use timezone constructor
|
||||
Added init option
|
||||
Update release 41 metadata info
|
||||
Added reference action to create patch
|
||||
Added reference action to add tags
|
||||
Added reference action to create branch
|
||||
Manage invalid remotes
|
||||
Allow to edit remotes
|
||||
Allow to remove remotes
|
||||
Allow to add new remotes
|
||||
default to text diff if mime type detection fails
|
||||
Fix offset from parsing tags
|
||||
Avoid parse html tags from commits
|
||||
Show diff renderer switch only when diff expanded
|
||||
Update windows installer
|
||||
|
||||
= gitg 41 =
|
||||
Manage if there's no textconv config
|
||||
Convert to text using gitattributes config
|
||||
|
|
|
@ -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 41.
|
||||
The latest version of gitg is 44.
|
||||
|
||||
- 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 41.
|
|||
|
||||
## Installing 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:
|
||||
To install the latest version of gitg, make sure to download gitg-44.tar.xz from the download site. After downloading the following procedure installs gitg:
|
||||
|
||||
```
|
||||
$ tar Jxf gitg-41.tar.xz
|
||||
$ cd gitg-41
|
||||
$ tar Jxf gitg-44.tar.xz
|
||||
$ cd gitg-44
|
||||
$ meson --prefix=/usr build
|
||||
$ ninja -C build
|
||||
$ sudo ninja -C build install
|
||||
|
|
|
@ -45,6 +45,65 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="44" type="stable" date="2023-08-03">
|
||||
<description>
|
||||
<p>Bug fixes:</p>
|
||||
<ul>
|
||||
<li>args to build libgit2</li>
|
||||
<li>inter fixes</li>
|
||||
<li>undle git in flatpak distro</li>
|
||||
<li>ix flatpak dependencies</li>
|
||||
<li>dd sha1 and committer name to history view</li>
|
||||
<li>ontrol available lanes to paint</li>
|
||||
<li>itg mainline needs to be explicitly set</li>
|
||||
<li>nsert lanes directly in correct order</li>
|
||||
<li>void load history twice</li>
|
||||
<li>how commit details for submodule history view</li>
|
||||
<li>onor core.hooksPath property</li>
|
||||
<li>dd file filter by name for stage view</li>
|
||||
<li>efresh references on external change</li>
|
||||
<li>heck renamed branch prefix does not match with existing branches</li>
|
||||
<li>tart rename edition from history view</li>
|
||||
<li>alculate selected ref on history view</li>
|
||||
<li>isable remove current checked branch</li>
|
||||
<li>how info on errors in command line about init option</li>
|
||||
<li>etrieve correctly the parent window for context menus</li>
|
||||
<li>pen files in external editor</li>
|
||||
<li>euse previous filemode when staging patches</li>
|
||||
<li>ix window growing each start</li>
|
||||
<li>llow to sign commits</li>
|
||||
<li>orrect behaviour of --standalone option</li>
|
||||
<li>ption to delete sources from disk</li>
|
||||
<li>ustomizable datetime format</li>
|
||||
<li>onor avatar service settings</li>
|
||||
<li>onor commit settings</li>
|
||||
<li>latpak: upgrade libssh2 to version 1.10.0</li>
|
||||
<li>eal correctly with stage/unstage of selection on new files</li>
|
||||
<li>onor system preferences about using dark theme</li>
|
||||
<li>o not disable image diff tools</li>
|
||||
<li>ighlight characters outside margins</li>
|
||||
<li>nclude conflict status</li>
|
||||
<li>se datetime for visited</li>
|
||||
<li>se non deprecated show_uri</li>
|
||||
<li>andle all DiffLineType</li>
|
||||
<li>se timezone constructor</li>
|
||||
<li>dded init option</li>
|
||||
<li>pdate release 41 metadata info</li>
|
||||
<li>dded reference action to create patch</li>
|
||||
<li>dded reference action to add tags</li>
|
||||
<li>dded reference action to create branch</li>
|
||||
<li>anage invalid remotes</li>
|
||||
<li>llow to edit remotes</li>
|
||||
<li>llow to remove remotes</li>
|
||||
<li>llow to add new remotes</li>
|
||||
<li>efault to text diff if mime type detection fails</li>
|
||||
<li>ix offset from parsing tags</li>
|
||||
<li>void parse html tags from commits</li>
|
||||
<li>how diff renderer switch only when diff expanded</li>
|
||||
<li>pdate windows installer</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="41" type="stable" date="2021-12-27">
|
||||
<description>
|
||||
<p>Bug fixes:</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'gitg', ['c', 'vala'],
|
||||
version: '41',
|
||||
version: '44',
|
||||
license: 'GPL2+',
|
||||
default_options: 'buildtype=debugoptimized',
|
||||
meson_version: '>= 0.50.0',
|
||||
|
|
Loading…
Reference in a new issue