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:35:40 +0300
committerMatt Stratton <matt.stratton@gmail.com>2022-02-22 18:35:40 +0300
commit538be9ee7c368ee47530c360ad16928747c4a546 (patch)
treed5f7d66a8e1ebf6faf3cef5a850855dde7aa7e07
parent570e3a53b1c8d6ebecafa97d70742fd5bb380279 (diff)
Update theme to version 1.16.01.16.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 ddc1a05..97e299c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [1.16.0](https://github.com/mattstratton/castanet/tree/1.16.0) (2022-02-22)
+
+**Implemented enhancements:**
+
+- \[ENHANCEMENT\] - Add support for embedding anchor.fm player [\#352](https://github.com/mattstratton/castanet/issues/352)
+- \[ENHANCEMENT\] - Social links/parameters should support the full URL [\#350](https://github.com/mattstratton/castanet/issues/350)
+- \[ENHANCEMENT\] - some tool that helps with uploads to all used services [\#341](https://github.com/mattstratton/castanet/issues/341)
+
+**Fixed bugs:**
+
+- \[BUG\] - Guest Page isn't generating new guests [\#363](https://github.com/mattstratton/castanet/issues/363)
+- \[BUG\] - Update config.toml and sample site to add trailing / for the URLs [\#361](https://github.com/mattstratton/castanet/issues/361)
+
## [1.15.0](https://github.com/mattstratton/castanet/tree/1.15.0) (2021-04-15)
**Fixed bugs:**
diff --git a/theme.toml b/theme.toml
index 6f18d8f..6953d3a 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.15.0"
+theme_version = "1.16.0"
[author]
name = "Matt Stratton"