From 57a5e9d0241afd7ff5236f7f56151f0f70daa031 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 18 Dec 2025 17:18:04 -0500 Subject: [PATCH] docs: record changes Signed-off-by: William Woodruff --- docs/release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 6b0beee7..6cc6859c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -37,6 +37,10 @@ of `zizmor`. * zizmor now produces a more useful error message when input collection yields no inputs (#1439) +* The `--render-links` flag now allows users to control `zizmor`'s OSC 8 terminal + link rendering behavior. This is particularly useful in environments that + advertise themselves as terminals but fail to correctly render or ignore + OSC 8 links (#1454) ### Performance Improvements 🚄 @@ -54,6 +58,10 @@ of `zizmor`. * Fixed a bug where the `opentofu` ecosystem was not recognized in Dependabot configuration files (#1452) +* `--color=always` no longer implies `--render-links=always`, as some + environments (like GitHub Actions) support ANSI color codes but fail + to handle OSC escapes gracefully (#1454) + ## 1.18.0 ### Enhancements 🌱