From eeb855c39ede49eeef5363d0485c3436012ce533 Mon Sep 17 00:00:00 2001
From: Star Rauchenberger <fefferburbia@gmail.com>
Date: Thu, 6 Jun 2024 16:31:31 -0400
Subject: Released v0.10.0

---
 CHANGELOG.md | 20 ++++++++++++++++++++
 README.md    |  4 ++++
 VERSION      |  2 +-
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dbd8f4..cedbb28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
 # lingo-ap-tracker Releases
 
+## v0.10.0 - 2024-06-06
+
+- Added a subway map tab to the tracker. This displays the topology of the game,
+  along with all of the doors, paintings, sunwarps, and regular warps. It can
+  show you whether doors are open or closed, and you can hover over them to see
+  what's needed to open them. You can also hover over paintings, sunwarps, and
+  regular warps to see what they're connected to. Thanks to Kinrah for creating
+  the image!
+- When playing on painting shuffle, the tracker will no longer automatically
+  take your painting mapping into consideration. Instead, unchecked paintings
+  will show up in the regular map tab as if they were unchecked locations.
+  Looking into a painting in-game marks it as checked in the tracker, and if the
+  painting goes somewhere, the tracker will record that and recalculate your
+  reachable areas accordingly. v3.1.0 or later of the client is required for
+  this to work.
+
+Download:
+[lingo-ap-tracker-v0.10.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.10.0-win64.zip)<br/>
+Source: [v0.10.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.0)
+
 ## v0.9.2 - 2024-06-04
 
 - Updated apclient and dependencies.
diff --git a/README.md b/README.md
index 0b928cd..83525dd 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,7 @@ This app is a tool that helps you keep track of your game state when playing Lin
 ## Download
 
 Releases of the tracker can be found [on the releases page](https://code.fourisland.com/lingo-ap-tracker/about/CHANGELOG.md).
+
+## Acknowledgments
+
+Thanks to Kinrah for making the subway map image!
diff --git a/VERSION b/VERSION
index d61de99..f78dc36 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.9.2
\ No newline at end of file
+v0.10.0
\ No newline at end of file
-- 
cgit 1.4.1