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:42:09 +0300
committerMatt Stratton <matt.stratton@gmail.com>2022-02-22 18:42:09 +0300
commit18496260bb7d024c0c8dda9fe365478a698e4399 (patch)
treeba5633ad32180f1d1116118d4c571a6020526806
parent2aaf4a6301dfd7cf12c334a4540b28ec093bf104 (diff)
Update theme to version 1.17.01.17.0
-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 97e299c..9a60dd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,19 @@
# Changelog
+## [1.17.0](https://github.com/mattstratton/castanet/tree/1.17.0) (2022-02-22)
+
+**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))
+
## [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)
diff --git a/theme.toml b/theme.toml
index 6953d3a..db1c9a0 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.16.0"
+theme_version = "1.17.0"
[author]
name = "Matt Stratton"