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>2019-11-02 22:26:11 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-02 22:26:11 +0300
commit4cb2ec09b59c2b69a21004b86ab6dbcc42761a2f (patch)
tree18c7f48af1ef8a6d790ffb49acdda094e61912ff
parent22a8d8eb208c14facb5cc3ecec652da7f8dc25a1 (diff)
Update theme to version 1.0.01.0.0
-rw-r--r--CHANGELOG.md21
-rw-r--r--theme.toml2
2 files changed, 21 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e15706a..2d079a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Change Log
+## [1.0.0](https://github.com/mattstratton/castanet/tree/1.0.0) (2019-11-02)
+**Fixed bugs:**
+
+- Theme does not work on Hugo 0.58 [\#219](https://github.com/mattstratton/castanet/issues/219)
+
+**Closed issues:**
+
+- \[Bug\] Disqus comments not working [\#212](https://github.com/mattstratton/castanet/issues/212)
+- \[Bug\] Pagination is broken on mobile and needs general improvement. [\#202](https://github.com/mattstratton/castanet/issues/202)
+
+**Merged pull requests:**
+
+- Update theme for Hugo 0.58 and above [\#220](https://github.com/mattstratton/castanet/pull/220) ([mattstratton](https://github.com/mattstratton))
+- Podlove subscribe button [\#218](https://github.com/mattstratton/castanet/pull/218) ([089](https://github.com/089))
+- Update hugo version on Netlify to 0.55.1 [\#215](https://github.com/mattstratton/castanet/pull/215) ([mattstratton](https://github.com/mattstratton))
+- Fixing disqus issues [\#213](https://github.com/mattstratton/castanet/pull/213) ([robwirving](https://github.com/robwirving))
+- Allow to specify episode guid [\#210](https://github.com/mattstratton/castanet/pull/210) ([alexmurray](https://github.com/alexmurray))
+- use global hugo function,.URL deprecated [\#207](https://github.com/mattstratton/castanet/pull/207) ([nonumeros](https://github.com/nonumeros))
+
## [0.14.1](https://github.com/mattstratton/castanet/tree/0.14.1) (2019-04-17)
**Merged pull requests:**
@@ -216,7 +235,7 @@
- Add podcast length [\#69](https://github.com/mattstratton/castanet/pull/69) ([mattstratton](https://github.com/mattstratton))
- Change to remove slashes [\#65](https://github.com/mattstratton/castanet/pull/65) ([mattstratton](https://github.com/mattstratton))
- Fix broken hamburger menu [\#59](https://github.com/mattstratton/castanet/pull/59) ([mattstratton](https://github.com/mattstratton))
-- Add contributing.json \(GitMagic\) [\#56](https://github.com/mattstratton/castanet/pull/56) ([gitmagic-bot](https://github.com/gitmagic-bot))
+- Add contributing.json \(GitMagic\) [\#56](https://github.com/mattstratton/castanet/pull/56) ([ghost](https://github.com/ghost))
- Add grid option [\#55](https://github.com/mattstratton/castanet/pull/55) ([mattstratton](https://github.com/mattstratton))
- Add host sidebar [\#54](https://github.com/mattstratton/castanet/pull/54) ([mattstratton](https://github.com/mattstratton))
- Make subscribe buttons look like buttons [\#53](https://github.com/mattstratton/castanet/pull/53) ([mattstratton](https://github.com/mattstratton))
diff --git a/theme.toml b/theme.toml
index 30b4f66..b73bae3 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.36
-theme_version = "0.14.1"
+theme_version = "1.0.0"
[author]
name = "Matt Stratton"