Releases: acaudwell/Logstalgia
Releases · acaudwell/Logstalgia
logstalgia-1.1.5
- 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
- Added experimental support for Wayland (beroset).
- Updated autoconf macros.
- Fixed INSTALL instructions regarding GLM.
logstalgia-1.1.3
- 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
- Fixed compatibility with GLM 0.9.9.0.
logstalgia-1.1.1
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
- Fixed rendering of FreeMonoBold with FreeType2 2.8 by disabling hinting.
- Updated fonts.
(Windows build not affected).
logstalgia-1.0.9
- Fixed compilation issues on FreeBSD (ehaupt) and OpenBSD (gonzalo-).
- Fixed config change not being detected in some cases.
logstalgia-1.0.8
- 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
- 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
- Display invalid requests as having the path '???'.
- Updated the boost autoconf macro.