From 344fd12e530bd28efb15a8488ad0772f312bd3f0 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 3 Apr 2025 08:40:34 -0400 Subject: v1.15.2 Signed-off-by: Xe Iaso --- docs/docs/CHANGELOG.md | 6 ++++++ docs/docusaurus.config.ts | 2 +- docs/static/img/android-chrome-512x512.png | Bin 227688 -> 108267 bytes docs/static/img/favicon.ico | Bin 15086 -> 15406 bytes docs/static/img/favicon.webp | Bin 0 -> 6028 bytes docs/static/img/happy.webp | Bin 59250 -> 30584 bytes 6 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/static/img/favicon.webp (limited to 'docs') diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index d2a6498..a9f23cf 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v1.15.2 + +Zenos yae Galvus: Echo 2 + +The mascot has been updated with art by [CELPHASE](https://bsky.app/profile/celphase.bsky.social). + ## v1.15.1 Zenos yae Galvus: Echo 1 diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 42eaa98..4320504 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -76,7 +76,7 @@ const config: Config = { title: 'Anubis', logo: { alt: 'A happy jackal woman with brown hair and red eyes', - src: 'img/happy.webp', + src: 'img/favicon.webp', }, items: [ { diff --git a/docs/static/img/android-chrome-512x512.png b/docs/static/img/android-chrome-512x512.png index dddd387..cef21c5 100644 Binary files a/docs/static/img/android-chrome-512x512.png and b/docs/static/img/android-chrome-512x512.png differ diff --git a/docs/static/img/favicon.ico b/docs/static/img/favicon.ico index 593253c..fba094c 100644 Binary files a/docs/static/img/favicon.ico and b/docs/static/img/favicon.ico differ diff --git a/docs/static/img/favicon.webp b/docs/static/img/favicon.webp new file mode 100644 index 0000000..394a93e Binary files /dev/null and b/docs/static/img/favicon.webp differ diff --git a/docs/static/img/happy.webp b/docs/static/img/happy.webp index 31c78c8..40b979d 100644 Binary files a/docs/static/img/happy.webp and b/docs/static/img/happy.webp differ -- cgit v1.2.3