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@hey.com>2021-04-15 20:44:07 +0300
committerMatt Stratton <matt.stratton@hey.com>2021-04-15 20:44:07 +0300
commit608104b2117646a45392ef4f7acc3e73dbfd1f5d (patch)
tree7db3ae4bdbb034f2131c552cd7a3b758754ed6ad
parent3bf20c0ff4ec9239d1ad87873b98c8a59fd5b557 (diff)
Update theme to version 1.15.01.15.0
-rw-r--r--CHANGELOG.md8
-rw-r--r--theme.toml2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32eaa0a..ddc1a05 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.15.0](https://github.com/mattstratton/castanet/tree/1.15.0) (2021-04-15)
+
+**Fixed bugs:**
+
+- \[BUG\] - Add trailing / whenever referring to a directory [\#360](https://github.com/mattstratton/castanet/issues/360)
+- \[BUG\] - Episode icon isn't centered [\#357](https://github.com/mattstratton/castanet/issues/357)
+- \[BUG\] - Row layout uses a different media player than episode pages [\#320](https://github.com/mattstratton/castanet/issues/320)
+
## [1.14.5](https://github.com/mattstratton/castanet/tree/1.14.5) (2021-04-07)
**Fixed bugs:**
diff --git a/theme.toml b/theme.toml
index 2b5b454..6f18d8f 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.14.5"
+theme_version = "1.15.0"
[author]
name = "Matt Stratton"