From cefb14819ffddcb1ef02163208bbc48e5041a7dc Mon Sep 17 00:00:00 2001
From: Admin9705 <9705@duck.com>
Date: Thu, 22 Jan 2026 18:56:00 -0500
Subject: [PATCH] Apply PR #728: Add SVG logo variants (fixes #656)
Changes:
- Add huntarr-logo.svg with gold gradient matching original PNG
- Add huntarr-logo-singlecolor.svg with CSS-overridable color
- Both SVG files optimized for size and compatibility
- Version bump to 8.2.19
---
docs/images/svg/huntarr-logo-singlecolor.svg | 21 ++++++++
docs/images/svg/huntarr-logo.svg | 52 ++++++++++++++++++++
version.txt | 2 +-
3 files changed, 74 insertions(+), 1 deletion(-)
create mode 100644 docs/images/svg/huntarr-logo-singlecolor.svg
create mode 100644 docs/images/svg/huntarr-logo.svg
diff --git a/docs/images/svg/huntarr-logo-singlecolor.svg b/docs/images/svg/huntarr-logo-singlecolor.svg
new file mode 100644
index 00000000..7268b86a
--- /dev/null
+++ b/docs/images/svg/huntarr-logo-singlecolor.svg
@@ -0,0 +1,21 @@
+
diff --git a/docs/images/svg/huntarr-logo.svg b/docs/images/svg/huntarr-logo.svg
new file mode 100644
index 00000000..eae9372d
--- /dev/null
+++ b/docs/images/svg/huntarr-logo.svg
@@ -0,0 +1,52 @@
+
diff --git a/version.txt b/version.txt
index a5f284c9..b6b20a3e 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-8.2.18
+8.2.19