• v1.5.6 96b7e4f9f7

    v1.5.6
    All checks were successful
    / release (push) Successful in 5s
    Stable

    mai-lapyst released this 2024-10-19 12:57:48 +02:00 | 0 commits to master since this release

    Downloads
  • v1.5.5 737fa80c1b

    v1.5.5
    All checks were successful
    / release (push) Successful in 5s
    Stable

    mai-lapyst released this 2024-10-15 22:43:10 +02:00 | 1 commits to master since this release

    Broken => Please use v1.5.6 instead.

    Downloads
  • v1.5.4 7e94447981

    v1.5.4
    All checks were successful
    / release (push) Successful in 5s
    Stable

    mai-lapyst released this 2024-10-12 22:20:13 +02:00 | 2 commits to master since this release

    Downloads
  • v1.5.3 5f12ffe18f

    v1.5.3
    All checks were successful
    / release (push) Successful in 4s
    Stable

    mai-lapyst released this 2024-07-14 19:36:45 +02:00 | 4 commits to master since this release

    Changes:

    • Fixed warning about sequence points
    Downloads
  • v1.5.2 df81cd0b74

    v1.5.2
    All checks were successful
    / release (push) Successful in 4s
    Stable

    mai-lapyst released this 2024-07-10 06:22:58 +02:00 | 5 commits to master since this release

    Changes:

    • Fixed compilation issue with newer (c++23 compatible) compilers
    • Reduced amount of escape sequences for color changing when rendering a line
    • Added support for correctly rendering utf-8 codepoints
    Downloads
  • v1.5.1 3562bd7489

    v1.5.1 Stable

    mai-lapyst released this 2024-04-07 05:30:15 +02:00 | 9 commits to master since this release

    v1.5.0...v1.5.1

    Fixes:

    • Add/make destructors virtual to be able to extend classes
    • Clear failbit when at eof / stream has gone bad after a read to prevent some random errors
    Downloads
  • v1.5.0 aa79d44eaa

    v1.5.0 Stable

    mai-lapyst released this 2024-02-03 00:52:00 +01:00 | 12 commits to master since this release

    v1.4.0...v1.5.0

    Changes:

    • Fixing some compiler warnings for -Wsign-compare
    • Fix warning about catching std::out_of_range as value
    • Add Message::add_part overloads for const char* as text
    • Rework Label::with_message to have seperate lvalue and rvalue reference variants
    • Fix Report::with_docurl + make it using refs insteand of a plain value as parameter
    • Render docurl for reports if it is set
    Downloads