Skip to content

Releases: acaudwell/Logstalgia

logstalgia-1.1.5

04 Mar 02:29

Choose a tag to compare

  • Fixed build with Boost 1.89.0 by no longer linking boost system.
  • Increased minimum required version of Boost to 1.69.

logstalgia-1.1.4

25 Jan 21:30

Choose a tag to compare

  • Added experimental support for Wayland (beroset).
  • Updated autoconf macros.
  • Fixed INSTALL instructions regarding GLM.

logstalgia-1.1.3

19 May 03:25

Choose a tag to compare

  • Added --high-dpi option.
  • Support rendering at native resolution on Retina / Ultra HD displays.
  • Change regular expression library to PCRE2.
  • Added Boost Filesystem build requirement.

logstalgia-1.1.2

13 Jun 23:09

Choose a tag to compare

  • Fixed compatibility with GLM 0.9.9.0.

logstalgia-1.1.1

20 Feb 04:00

Choose a tag to compare

NOTE: this release was 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.

logstalgia-1.1.0

10 Oct 23:39

Choose a tag to compare

  • Fixed rendering of FreeMonoBold with FreeType2 2.8 by disabling hinting.
  • Updated fonts.

(Windows build not affected).

logstalgia-1.0.9

05 Oct 00:53

Choose a tag to compare

  • Fixed compilation issues on FreeBSD (ehaupt) and OpenBSD (gonzalo-).
  • Fixed config change not being detected in some cases.

logstalgia-1.0.8

29 Sep 02:27

Choose a tag to compare

  • Performance improvements.
  • Changed unsuccessful response code direction to match ball.
  • Added --screen option.
  • Added --window-position XxY option.
  • Added --frameless option.
  • Added --title option (mclang).
  • Added --detect-changes option to automatically reload config file.
  • Added --display-fields FIELDS to set fields shown mousing over a request.
  • Can now specify path separators, max path depth and min abbreviation depth.
  • Reload config (F5).
  • Save config (Ctrl+S) with updated display settings.
  • Fixed queued log entries not being deleted when seeking using the timeline.
  • Made --hide-url-prefix apply to https URLs (rudisimo).
  • Counter no longer overflows at 100000000.
  • Now requires SDL 2 to build (deprecated SDL 1.2 support removed).

logstalgia-1.0.7

20 Oct 20:50

Choose a tag to compare

  • Added window frame toggle (F11).
  • Fixed crash loading large log files on Windows.
  • Fixed crash when taking a screenshot with an odd resolution.
  • Handle exception when user defined regular expression is invalid.
  • Fixed --hide-url-prefix not working (jettero).

logstalgia-1.0.6

16 Oct 02:08

Choose a tag to compare

  • Display invalid requests as having the path '???'.
  • Updated the boost autoconf macro.