Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2022-02-22 18:46:45 +0300
committerMatt Stratton <matt.stratton@gmail.com>2022-02-22 18:46:45 +0300
commit6866fe66a0bae332cbae26acc04783f480e28c27 (patch)
tree008394fbc95d05a715af2b25426570b064eb703c
parent6b1aef4b2ffb058ad9da8e4c692da5db3a93003c (diff)
Update theme to version 1.17.11.17.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--theme.toml2
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f62c96a..245dc60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,16 @@
# Changelog
-## [1.17.0](https://github.com/mattstratton/castanet/tree/1.17.0) (2022-02-22)
+## [1.17.1](https://github.com/mattstratton/castanet/tree/1.17.1) (2022-02-22)
+
+**Fixed bugs:**
+
+- \[BUG\] - Upper case problems in title attributes in XML RSS feed [\#337](https://github.com/mattstratton/castanet/issues/337)
+- Error when no menu items are set in config file [\#165](https://github.com/mattstratton/castanet/issues/165)
**Merged pull requests:**
- Bump follow-redirects from 1.13.0 to 1.14.8 [\#372](https://github.com/mattstratton/castanet/pull/372) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Add GitHub discussions below episodes with Giscus [\#365](https://github.com/mattstratton/castanet/pull/365) ([ojacques](https://github.com/ojacques))
-
## [1.16.0](https://github.com/mattstratton/castanet/tree/1.16.0) (2022-02-22)
**Implemented enhancements:**
diff --git a/theme.toml b/theme.toml
index db1c9a0..8658297 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet"
tags = ["podcast", "responsive"]
features = ["podcast RSS", "subscribe buttons"]
min_version = "0.69.2"
-theme_version = "1.17.0"
+theme_version = "1.17.1"
[author]
name = "Matt Stratton"