From 88f73c8847eada66f1d6b5a5cd880aacee706a0f Mon Sep 17 00:00:00 2001 From: Chris Hughes Date: Wed, 12 Feb 2025 14:44:38 +0000 Subject: [PATCH] V0.7 --- a11y-slides-math-template.html | 2 +- docs/changelog.md | 3 +++ readme.md | 2 +- update-version.sh | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/a11y-slides-math-template.html b/a11y-slides-math-template.html index 3d71101..f9b6bd9 100644 --- a/a11y-slides-math-template.html +++ b/a11y-slides-math-template.html @@ -2,7 +2,7 @@ diff --git a/docs/changelog.md b/docs/changelog.md index c0eb84e..0ab7095 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,8 @@ # changelog.md +## V0.7, February 12, 2025 +Fixed minor Javascript issues, code clean up, example 6. Thanks to @jonpage999 for their work. + ## V0.6, November 28, 2024 Meta tag tweaks, CSS small tweak. diff --git a/readme.md b/readme.md index 3652940..c094240 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ You can navigate through the slides using the LEFT and RIGHT arrow keys. See [examples](https://cmhughes.github.io/a11y-slides-math/#examples) for further examples. ## version -V0.6, 2024-11-28 +V0.7, 2025-02-12 ## testing with NVDA To test `a11y-slides-math-template.html` with [NVDA](https://www.nvaccess.org/download/), use the following steps: diff --git a/update-version.sh b/update-version.sh index 1311a06..d8dd882 100755 --- a/update-version.sh +++ b/update-version.sh @@ -1,7 +1,7 @@ #!/bin/bash -oldVersion='V0.5, 2024-11-24' -newVersion='V0.6, 2024-11-28' +oldVersion='V0.6, 2024-11-28' +newVersion='V0.7, 2025-02-12' listOfFiles=( a11y-slides-math-template.html