Package Release Info

gitg-3.26.0-bp151.3.3

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gitg
gitg-lang
glade-catalog-gitg
libgitg-1_0-0
libgitg-devel
libgitg-ext-1_0-0
python3-GitgExt
typelib-1_0-Gitg-1_0
typelib-1_0-GitgExt-1_0

Change Logs

Version: 3.26.0-bp150.1.3
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
  Tumbleweed, this results in a NOP and for Leap in SLE paid
  translations being used (boo#1086036).
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Wed Aug 09 2017 zaitor@opensuse.org
- Update to version 3.26.0:
  + Misc fixes.
  + Updated translations.
- Update pkgconfig(libgit2-glib-1.0) BuildRequires and
  BuildConflicts to versions 0.26.0 and 0.27.0.
- Drop post(un) handling of desktop_database_post(un) and
  icon_theme_cache_post(un), no longer needed. Also drop obsolete
  clean section.
- Conditionally apply translations-update-upstream BuildRequires
  and macro for non-openSUSE only.
* Sat May 06 2017 zaitor@opensuse.org
- Update to version 3.24.0:
  + Misc fixes.
  + Updated translations.
* Thu Feb 16 2017 dimstar@opensuse.org
- Update to version 3.23.90:
  + Fix for libgit2-glib api change.
  + Do not duplicate the fds.
* Tue Nov 29 2016 dimstar@opensuse.org
- Update to version 3.23.0:
  + Fix size calculation if there is no old pixbuf.
  + Fix side-by-side alignment in the case of a single image.
  + Show dash activity menu if shell does not show app menu.
  + Updated translations.
* Sun Sep 18 2016 zaitor@opensuse.org
- Update to version 3.22.0:
  + Updated translations.
* Mon Sep 12 2016 zaitor@opensuse.org
- Update to version 3.21.92:
  + Show dash activity menu if shell does not show app menu.
  + Use same callbacks instance during remote connection life
    cycle.
* Sat Aug 27 2016 zaitor@opensuse.org
- Update to version 3.21.91:
  + Add context menu to open files from the diff.
  + Better support for bare and empty repositories.
  + Add support for ssh short form remote urls.
  + Improved selection toggling for incremental staging.
  + Disable use of gravatar by default for privacy.
- Stop passing V=1 to make, we do debugging locally, no need to
  clutter build-logs.
* Sat Aug 27 2016 zaitor@opensuse.org
- Update to version 3.20.2:
  + Set primary selection to selected commit SHA1.
  + Scrollable commit message in diff view.
  + Incremental loading on large repositories.
  + Faster switching of large repositories.
  + Create global git config if it does not exist yet.
  + Remember opened projects regardless of gnome privacy settings.
* Wed Jun 22 2016 zaitor@opensuse.org
- Update to version 3.20.1:
  + Disable burger menu in dash.
  + Set primary selection to selected commit SHA1.
  + Reduce hot area for action bar to mitigate horizontal scrolling
    issue.
  + Show the complete message, not only the subject.
  + Misc fixes.
  + Updated translations.
* Mon Mar 21 2016 dimstar@opensuse.org
- Update to version 3.20.0:
  + Misc fixes.
  + Updated translations.
- Add BuildConflicts: pkgconfig(libgit2-glib-1.0) to match
  configure.
* Fri Feb 05 2016 dimstar@opensuse.org
- Update to version 3.19.6:
  + Make use of shortcut window optional.
  + Make it build again on osx and windows.
* Wed Jan 27 2016 dimstar@opensuse.org
- Update to version 3.19.5:
  + Improved Windows installer graphics.
  + Add context menu on Windows.
  + Provide shortcuts window.
  + Rework dash view.
  + Do not hang on highlighting commit message.
- Add pkgconfig(libxml-2.0) BuildRequires: new dependency.
* Sat Jan 09 2016 dimstar@opensuse.org
- Update to version 3.19.4:
  + Changes:
  - Add OSX bundle generator.
  - Add syntax highlighting support on diffs.
  - Show untracked content on stage.
  + Bugs fixed:
  - Fix OSX paths.
  - Missing includes.
* Wed Dec 23 2015 damjanovic.ivo@gmail.com
- Update to version 3.19.3:
  + Changes:
  - Add script to create windows installer.
  - Add support for commit.template config setting.
  - Dim default avatar image.
  + Bugs fixed:
  - Add icon to the windows binary.
  - Handle console on windows.
* Wed Dec 23 2015 dimstar@opensuse.org
- Update to version 3.19.2:
  + Changes:
  - Support for Windows and OSX.
  - Add platform specific styles.
  + Bugs fixed:
  - Fix dark style of diff-stat widget.
  - Fix selectable button visibilities.
* Mon Dec 21 2015 damjanovic.ivo@gmail.com
- Update to version 3.19.1:
  + Rework diff view to use GtkSourceView instead of Webkit.
  + Initial support of dark theme.
  + Better support on OSX.
  + Improved commit selection.
- Drop pkgconfig(webkit2gtk-4.0) BuildRequires: no longer needed
  after the move to GtkSourceView.
- Add pkgconfig(libsoup-2.4) BuildRequires: new dependency, as the
  code no longer relies on WebKit2.
* Tue Sep 22 2015 dimstar@opensuse.org
- Update to version 3.18.0:
  + Changes:
  - Also accept bare repositories when adding from dash.
  - Add support for creating binary patch.
  - Move global author details action to app menu.
  - Add expanders to ref list.
  - Add preference to sort references by last activity.
  - Collapse tags in ref side bar by default.
  - Add monitoring .git for changes and automatic refresh.
  - Show repository directory in dash.
  - Add setting to wrap lines in the diff view.
  - Do not use selection mode for commit list.
  - Add checkout branch action.
  - Rework notifications.
  - Add basic merging support.
  + Bugs fixed:
  - Add repository name in author dialog title.
  - Higify a bit the author details dialog.
  - Higify the preference dialog.
  - Add scanning of folders for git repositories.
  - Disable selection of line numbers in diff view.
  - Directly show when trying to commit without staged changes.
- Switch back to proper released tarballs, as the issues with
  WebKit linking are now fixed.
- Remove the build_from_vcs traces.
* Wed Sep 02 2015 dimstar@opensuse.org
- Update to version 3.17.1:
  + Changes:
  - Make use of gravatar service optional (preference).
  - Stage/unstage all selected items when pressing Enter.
  - Add command line arguments to modify default history
    activity selection (--all, --branches, --remotes, --tags).
  - Add deleting of untracked files.
  - Improvements to the dash/overview UX.
  - Improvements to collapse/uncollapse behavior of diff view.
  + Bugs fixed:
  - Get icons at correct size in diff view.
  - Small UI polish.
  - Fixed authentication for cloning.
  - Only use animations of gtk_enable_animations is set.
  - Fix collation errors for python diffs.
  - Fix race conditions in repository loading.
- Add hack to replace WebKit2-3.0 reference in distributed
  Gitg-1.0.gir file with WebKit2-4.0.