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>2020-08-22 03:25:34 +0300
committerMatt Stratton <matt.stratton@hey.com>2020-08-22 03:25:34 +0300
commit39ea418ccd7505c7457b686904e3cb1978d2be23 (patch)
tree6e20b62a95766df512a397ef24b8812b9f3faaa8
parenta49dbd4862830455929b22c5f334d039dd91e980 (diff)
Update theme to version 1.9.01.9.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--theme.toml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b773b6f..deec8ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,20 @@
# Changelog
+## [1.9.0](https://github.com/mattstratton/castanet/tree/1.9.0) (2020-08-21)
+
+**Implemented enhancements:**
+
+- Improve favicon implementation [\#234](https://github.com/mattstratton/castanet/issues/234)
+- Improve favicon implementation [\#288](https://github.com/mattstratton/castanet/pull/288) ([darinpope](https://github.com/darinpope))
+
+**Fixed bugs:**
+
+- \[BUG\] - misleading `themesdir` inside exampleSite -\> config.toml [\#286](https://github.com/mattstratton/castanet/issues/286)
+
## [1.8.1](https://github.com/mattstratton/castanet/tree/1.8.1) (2020-08-16)
+## [1.8.0](https://github.com/mattstratton/castanet/tree/1.8.0) (2020-08-16)
+
**Implemented enhancements:**
- og:type should be article if an episode [\#285](https://github.com/mattstratton/castanet/pull/285) ([darinpope](https://github.com/darinpope))
diff --git a/theme.toml b/theme.toml
index e2b7580..1d1cd9f 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.8.1"
+theme_version = "1.9.0"
[author]
name = "Matt Stratton"