From 5c449261ad98fa1258bfb4f07da9d79ec14ac4fc Mon Sep 17 00:00:00 2001 From: VA3HDL Date: Wed, 5 Jun 2024 14:59:44 -0400 Subject: [PATCH] Updated readme with details of changes --- README.md | 8 ++++++++ hamdash.html | 1 + 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 8808d83..5d72cc1 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ There is very little that can be done on the client side if the source site does As a workaround for these issues, I've tested running a local proxy on my computer to strip out the x-frame-options header coming from the source server and it worked well on some cases. But setting up a proxy adds another layer of complexity to the setup. ## Updates + +If you want to upgrade to the latest version, the only file you need to update is hamdash.html (do not overwrite your config.js file.) + +### 2024.06.05 Changelog: + +- Added image loading error handling +- Added workaround to prevent images being cached on the browser and not getting updated + ### 2024.05.27 Changelog: - Moved the configuration parts of the JavaScript code to its own file "config.js" so it is easy to upgrade after updates to the main code. Suggested by Lou KI5FTY. diff --git a/hamdash.html b/hamdash.html index 5226483..04b88fc 100644 --- a/hamdash.html +++ b/hamdash.html @@ -18,6 +18,7 @@