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-01-02 03:05:58 +0300
committerMatt Stratton <matt.stratton@hey.com>2021-01-02 03:05:58 +0300
commit36ccd846df0c8d4d30a3ca5cf9cb7c73890c80c3 (patch)
tree6a75a5cf040f0409fdd4902cf7012c5c68a2b2be
parentae4829556267548be35c41bfe60f098d2e05a9f9 (diff)
Update theme to version 1.14.01.14.0
-rw-r--r--CHANGELOG.md33
-rw-r--r--theme.toml2
2 files changed, 30 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b41146..8616429 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,33 @@
# Changelog
+## [1.14.0](https://github.com/mattstratton/castanet/tree/1.14.0) (2021-01-01)
+
+**Implemented enhancements:**
+
+- \[ENHANCEMENT\] - Replace Google Play Music with Google Podcasts [\#328](https://github.com/mattstratton/castanet/issues/328)
+- \[ENHANCEMENT\] - Add support for preferred pronouns for guest and host [\#274](https://github.com/mattstratton/castanet/issues/274)
+- Feed improvements [\#247](https://github.com/mattstratton/castanet/issues/247)
+- Add Spotify subscribe button information to REFERENCE.md file [\#226](https://github.com/mattstratton/castanet/issues/226)
+- Allow for customization of titles in feed [\#168](https://github.com/mattstratton/castanet/issues/168)
+- Add episode numbers as an option [\#67](https://github.com/mattstratton/castanet/issues/67)
+- \[ENHANCEMENT\] Add support for blog posts [\#19](https://github.com/mattstratton/castanet/issues/19)
+- Add episode numbers/prefix in RSS and Relevant Titles/Links \[Attempt \#2\] [\#322](https://github.com/mattstratton/castanet/pull/322) ([chrisreddington](https://github.com/chrisreddington))
+- Initial implementation for pronouns [\#312](https://github.com/mattstratton/castanet/pull/312) ([chrisreddington](https://github.com/chrisreddington))
+- Create skeleton of blog feature [\#310](https://github.com/mattstratton/castanet/pull/310) ([mattstratton](https://github.com/mattstratton))
+
+**Fixed bugs:**
+
+- \[BUG\] - \<itunes:explicit\> tag should be true/false not yes/no [\#326](https://github.com/mattstratton/castanet/issues/326)
+- Update explicit tags for proper Apple/Google format [\#327](https://github.com/mattstratton/castanet/pull/327) ([chrisreddington](https://github.com/chrisreddington))
+
+**Closed issues:**
+
+- Add lighthouse checks to build for perf testing [\#318](https://github.com/mattstratton/castanet/issues/318)
+
+**Merged pull requests:**
+
+- Test with matrix build [\#321](https://github.com/mattstratton/castanet/pull/321) ([mattstratton](https://github.com/mattstratton))
+
## [1.13.0](https://github.com/mattstratton/castanet/tree/1.13.0) (2020-12-01)
**Implemented enhancements:**
@@ -349,6 +377,7 @@
**Fixed bugs:**
+- Sharing and pagination buttons are mis-aligned on some episode pages [\#87](https://github.com/mattstratton/castanet/issues/87)
- Host images on about template need to be passed through absURL [\#83](https://github.com/mattstratton/castanet/issues/83)
- Remove extra LESS files [\#82](https://github.com/mattstratton/castanet/issues/82)
- Main nav spans entire viewport [\#61](https://github.com/mattstratton/castanet/issues/61)
@@ -367,10 +396,6 @@
- Add additional host fields [\#71](https://github.com/mattstratton/castanet/issues/71)
- Add additional guest fields [\#70](https://github.com/mattstratton/castanet/issues/70)
-**Fixed bugs:**
-
-- Sharing and pagination buttons are mis-aligned on some episode pages [\#87](https://github.com/mattstratton/castanet/issues/87)
-
## [v0.4.0](https://github.com/mattstratton/castanet/tree/v0.4.0) (2017-05-03)
**Implemented enhancements:**
diff --git a/theme.toml b/theme.toml
index 17940c7..820dc32 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.13.0"
+theme_version = "1.14.0"
[author]
name = "Matt Stratton"