From 7f06f42efb34e6f9632375fe762d1a46216b7139 Mon Sep 17 00:00:00 2001 From: Ludvig Magnusson Date: Sun, 30 Jul 2023 22:59:00 +0200 Subject: [PATCH] added version history for 1.0.1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a624722..ca8cda1 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,10 @@ To avoid using external services or my own database, the images the app generate 10 images can be saved before the app starts overriding your old images, so the image can still be seen for some time even between app restarts. Note that the http-server is not run as a sys-module so it only works when the app is running, but your phones web browser can still view the image as long as you don't refresh the page. ## Version History -### 1.01 +### 1.0.1 * Fixed caves with multiple entrances not being marked correctly as found * Fixed text overlap +* Disabled Qr Codes-feature when running the app with title override. See [this issue](https://github.com/lud99/totk-unexplored/issues/2) for more info ### 1.0 * Initial release