From 64826f414de8ee4c24e73bdabc129a34b15a37b4 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 17 Mar 2024 14:42:25 -0600 Subject: [PATCH] docs: update changelog --- docs/changelog.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6026e299..18371c6f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,24 +2,29 @@ Changelog ========= -2.0.0-alpha7 (unreleased) -========================= +2.0.0-alpha7 +============ Changes ------- - light: q2: opaque lit liquids receive light from both sides by default (specifically if they have the "warp" surf flag) +- qbsp: remove broken ``-transsky`` feature Features -------- - bsputil: gained ``--svg`` export +- lightpreview: add camera bookmarks, stats panel with BSP lump sizes Bug fixes --------- - qbsp: fix "sides not found" warning spam on Q1 maps with sky +- light: fix ``-dirtdebug`` causing a .lit file to be generated in Q2 mode +- lightpreview: fix ``-dirtdebug`` broken in Q2 mode (due to the above bug) +- light: reduce excess memory use Enhancements ------------