From 9b26bb247e34209ec73d3858443738ace551c3f6 Mon Sep 17 00:00:00 2001 From: Michael Wiesendanger Date: Fri, 18 Nov 2022 19:05:17 +0100 Subject: [PATCH] Update release notes for v1.1.1 --- build-resources/release-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-resources/release-notes.md b/build-resources/release-notes.md index de005c8..30fb9d4 100644 --- a/build-resources/release-notes.md +++ b/build-resources/release-notes.md @@ -1 +1,4 @@ -* Add support for alert icons. PVPWarn shows a flashing icon of the detected enemy spell. It can show up to 5 spells and will ignore the spell if there is no slot free to display the spell. +# Fixes + +* Fix #6 - a wrong value was returned when checking whether the option showEventsForTargetOnly is active or not +* Cleanup repository with minor code smells