From d355fc0f0087421f3b0d323c35d142a12e7b0eda Mon Sep 17 00:00:00 2001 From: Drahsid Date: Thu, 12 Sep 2024 14:33:50 -0400 Subject: [PATCH] Target Lines 1.7.1 (#4569) Update manifest.toml --- stable/TargetLines/manifest.toml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/stable/TargetLines/manifest.toml b/stable/TargetLines/manifest.toml index cf32ac99a8..475e17d25d 100644 --- a/stable/TargetLines/manifest.toml +++ b/stable/TargetLines/manifest.toml @@ -1,23 +1,13 @@ [plugin] repository = "https://github.com/Drahsid/TargetLines.git" -commit = "9d4a761677d26c5e8987b24721c25c4112a1a03a" +commit = "df0fe72bb40bf727798d6359a37f3701d7b21168" owners = ["Drahsid"] project_path = "TargetLines" changelog = """ Bug fixes: -- Fix various cases which could cause null reference exceptions. -- Fixed an issue where dead, and non-yet-rendered entities could have target lines. -- Fixed an issue where it was possible to have an out of bounds exception with dynamic-sample-count fancy lines. -- Significantly simplified the management of individual lines, improving stability reducing heap usage. +- Fixed issue where either the fallback line or a null line would be visible when no filter was matched Enhancements: -- UI Occlusion now uses clip rects, resulting in a performance improvement. Additionally, UI Occlusion now supports legacy lines. -- Minor logic improvement to target line behavior. -- Lines now get reinitialized when settings are modified. -- Additional tooltips added. - -Other: -- Removed HelliTri test -- Random changes to dx11 tests +- Added the ability to add a "Focus Target" filter to the line filter settings, allowing the user to visualize their focus target. """