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-08-10 20:39:18 +0300
committerMatt Stratton <matt.stratton@gmail.com>2022-08-10 20:39:18 +0300
commitc5f6a9095ecd861579500b3d71ec32cff51b91d5 (patch)
tree0355d24880aa45adff45bdce0276e1c626efd455
parentfad8502dd58b5cd681ae551d48150bbac8a185e5 (diff)
Update theme to version 1.19.01.19.0
-rw-r--r--CHANGELOG.md19
-rw-r--r--theme.toml2
2 files changed, 12 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d01fd5..6caed68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [1.19.0](https://github.com/mattstratton/castanet/tree/1.19.0) (2022-08-10)
+
+**Implemented enhancements:**
+
+- Update Hugo to version 0.91.2 [\#389](https://github.com/mattstratton/castanet/pull/389) ([stmcallister](https://github.com/stmcallister))
+
## [1.18.0](https://github.com/mattstratton/castanet/tree/1.18.0) (2022-08-10)
**Fixed bugs:**
@@ -90,6 +96,7 @@
- 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))
+- Add Functionality: Show next upcoming episode [\#309](https://github.com/mattstratton/castanet/pull/309) ([chrisreddington](https://github.com/chrisreddington))
**Fixed bugs:**
@@ -106,10 +113,6 @@
## [1.13.0](https://github.com/mattstratton/castanet/tree/1.13.0) (2020-12-01)
-**Implemented enhancements:**
-
-- Add Functionality: Show next upcoming episode [\#309](https://github.com/mattstratton/castanet/pull/309) ([chrisreddington](https://github.com/chrisreddington))
-
## [1.12.1](https://github.com/mattstratton/castanet/tree/1.12.1) (2020-12-01)
**Implemented enhancements:**
@@ -124,6 +127,10 @@
- \[ENHANCEMENT\] Add episode tags support. [\#245](https://github.com/mattstratton/castanet/issues/245)
- Add Category, Tag and Series taxonomies to theme [\#307](https://github.com/mattstratton/castanet/pull/307) ([chrisreddington](https://github.com/chrisreddington))
+**Merged pull requests:**
+
+- Test of GH actions [\#305](https://github.com/mattstratton/castanet/pull/305) ([mattstratton](https://github.com/mattstratton))
+
## [1.11.2](https://github.com/mattstratton/castanet/tree/1.11.2) (2020-11-24)
**Fixed bugs:**
@@ -174,10 +181,6 @@
- update Open Graph date format [\#284](https://github.com/mattstratton/castanet/pull/284) ([darinpope](https://github.com/darinpope))
- add missing quotes [\#283](https://github.com/mattstratton/castanet/pull/283) ([darinpope](https://github.com/darinpope))
-**Merged pull requests:**
-
-- Test of GH actions [\#305](https://github.com/mattstratton/castanet/pull/305) ([mattstratton](https://github.com/mattstratton))
-
## [1.7.3](https://github.com/mattstratton/castanet/tree/1.7.3) (2020-08-04)
**Fixed bugs:**
diff --git a/theme.toml b/theme.toml
index c88d153..4acf74c 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.18.0"
+theme_version = "1.19.0"
[author]
name = "Matt Stratton"