Gource

software version control visualization

GPL-3.0 License

Downloads
664
Stars
11.5K
Committers
49

Bot releases are visible (Hide)

Gource - gource-0.55 Latest Release

Published by acaudwell 4 months ago

  • Fixed build with Boost 1.85.0 (cho-m).
Gource - gource-0.54

Published by acaudwell over 1 year ago

  • Added experimental support for Wayland (beroset).
  • Fixed building on Apple M1 by updating autoconf macros (Ckhardin).
Gource - gource-0.53

Published by acaudwell over 2 years ago

  • Add --high-dpi option.
  • Fixed various bugs with Retina displays on MacOS.
  • Fixed slider timestamp font not affected by --font-scale.
  • Fixed hovering over end of slider stopping time advancing.
Gource - gource-0.52

Published by acaudwell over 2 years ago

  • 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.
Gource - gource-0.51

Published by acaudwell almost 5 years ago

  • Fixed --font-file relative path handling.
  • Fixed a bug in resolving the repository root directory from a relative path.
Gource - gource-0.50

Published by acaudwell almost 5 years ago

  • 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 (Lars Schmertmann).
  • Added --dir-name-position option (Lars Schmertmann).
  • Added --file-extension-fallback option (Lars Schmertmann).
  • Added --user-show-filter option (Victor Lopez).
  • Added --disable-input option (Joey Parrish).
  • Added --loop-delay-seconds option (Joey Parrish).
  • Added --font-scale option.
  • Added filename, dirname and user font size options (Carl Colena).
  • 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.
Gource - gource-0.49

Published by acaudwell over 6 years ago

  • Fixed compatibility with GLM 0.9.9.0.
Gource - gource-0.48

Published by acaudwell over 6 years ago

  • Can now generate logs from git sub module directories.

NOTE: this release was partly made to allow building with GLM 0.9.9 (which is in alpha). Unfortunately, on further testing I discovered it is unstable with this version due to a change to the library removing default constructors of vectors, resulting in uninitialized values being used. The current release of GLM 0.9.8 should be ok to use.

Gource - gource-0.47

Published by acaudwell about 7 years ago

  • Fixed low mouse movement speed with some mice while repositioning camera.
Gource - gource-0.46

Published by acaudwell about 7 years ago

  • Added --screen option.
Gource - gource-0.45

Published by acaudwell about 7 years ago

  • Added --window-position XxY option.
  • Added --frameless option.
  • Added --file-show-filter REGEX option (swoogles).
  • Added --filename-time and filename-colour options (gh2k).
  • Improved handling of very low seconds-per-day values (malengrin).
  • Fixed crash when SVN log lacks author information (obarthel).
  • Additional git log command validation (cym13).
  • Allow lower case hex colours in custom logs (HSorensen).
  • Enabled STDOUT support with --output-stream '-' on Windows (circulosmeos).
  • Now requires SDL 2 to build (deprecated SDL 1.2 support removed).
Gource - gource-0.44

Published by acaudwell about 8 years ago

  • Fixed crash when taking a screenshot with an odd resolution.
  • Fixed type deduction compilation error with newer versions of GCC.
  • Documentation improvements.
Gource - gource-0.43

Published by acaudwell about 10 years ago

  • Updated boost autoconf macros to fix multi-arch detection.
Gource - gource-0.42

Published by acaudwell over 10 years ago

  • Fixed bzr log command when no start date was specified (chrisf).
  • Fixed hg log commit order when date range specified.
  • Fixed hg log command line on Windows.
  • Fixed parser bug in date range filtering code.
Gource - gource-0.41

Published by acaudwell over 10 years ago

  • Multi-monitor support using SDL 2.0 when available.
  • SDL 1.2 support is deprecated.
  • Full screen mode now uses desktop resolution by default.
  • Added --start-date, --stop-date 'YYYY-MM-DD hh:mm:ss' options.
  • Added --dir-name-depth option.
  • Changed --file-idle-time default value to 0.
  • Changed screenshot format to PNG.