Changelog for
gource-0.55-43.15.i586.rpm :
* Sat Jun 22 2024 Antoine Belvire
- Update to 0.55: Fixed build with Boost 1.85.0.- Remove 0001-Fix-build-with-Boost-1.85.0.patch: Fixed upstream.
* Thu May 23 2024 Christophe Marin - Add upstream change to fix build failures with recent boost:
* 0001-Fix-build-with-Boost-1.85.0.patch
* Mon Mar 13 2023 Antoine Belvire - Update to 0.54:
* Added experimental support for Wayland.- Add new build dependency on libboost_system-devel.
* Tue Sep 27 2022 Antoine Belvire - Pass --with-boost-libdir to configure: Workarounds boost detection failure on some architectures (ppc64, ppc64le and riscv64 notably) (gh#acaudwell/Gource#83).
* Thu Jun 16 2022 Andreas Stieger - Update to 0.53
* Add --high-dpi option
* Fixed slider timestamp font not affected by --font-scale
* Fixed hovering over end of slider stopping time advancing
* Sat Apr 09 2022 ecsos - Update to 0.52
* Support rendering at native resolution on Retina / Ultra HD displays.
* Support ISO 8601 timestamp format.
* Allow custom log and caption file timestamps to be strings.
* Change regular expression library to PCRE2.
* Fixed filenames not being affected by --font-scale (Carl Colena).
* Fixed file key not being affected by --font-scale.
* Added --file-idle-time-at-end option.
* Added --fixed-user-size option.
* Wed Feb 05 2020 antoine.belvireAATTopensuse.org- Update to version 0.51:
* Fixed --font-file relative path handling.
* Fixed a bug in resolving the repository root directory from a relative path.- Changes from version 0.50:
* Right mouse button rotation now pivots around the camera.
* Added --font-file option.
* Added --enable-font-file option to configure.
* Added --no-time-travel option.
* Added --dir-name-position option.
* Added --file-extension-fallback option.
* Added --user-show-filter option.
* Added --disable-input option.
* Added --loop-delay-seconds option.
* Added --font-scale option.
* Added filename, dirname and user font size options.
* Added workaround for FFMpeg error parsing Gource PPM video output.
* Fixed a bug in the Mercurial log parser that caused changes to be missed.
* Fixed file removal being cancelled by an action with an earlier timestamp.
* Fixed a bug in the log file format detection that could result in the wrong first entry being displayed for a custom log.
* Fixed a bug where automatically cycling through a config with multiple repositories reset settings to their defaults.- Remove obsolete conditional from spec file.- Update URL.
* Mon Jul 16 2018 antoine.belvireAATTopensuse.org- Update to version 0.49:
* Fixed compatibility with GLM 0.9.9.0.
* Tue Jun 12 2018 antoine.belvireAATTopensuse.org- Update to version 0.48:
* Can now generate logs from git sub module directories.
* Fixed building with GLM 0.9.9.
* Fri Nov 17 2017 astiegerAATTsuse.com- gource 0.47:
* Fix low mouse movement speed with some mice while repositioning camera- includes changes from 0.46:
* Add --screen option- includes changes from 0.45:
* Add --window-position XxY option
* Add --frameless option
* Add --file-show-filter REGEX option
* Add --filename-time and filename-colour options
* Improve handling of very low seconds-per-day values
* Fix crash when SVN log lacks author information
* Additional git log command validation
* Allow lower case hex colours in custom logs
* Now requires SDL 2 to build