From 538be9ee7c368ee47530c360ad16928747c4a546 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Tue, 22 Feb 2022 09:35:40 -0600 Subject: Update theme to version 1.16.0 --- CHANGELOG.md | 13 +++++++++++++ theme.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3