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>2017-06-10 04:27:05 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-06-10 04:27:05 +0300
commitce0d563ace304b38ad63541742be9a5b4cac2065 (patch)
tree36b847648346d72c4a09fccdd7fbbe46cecd0dd8
parent8303698d93f563ab9227bec9fc79fe79c74a88cf (diff)
Update theme to version 0.7.00.7.0
-rw-r--r--CHANGELOG.md25
-rw-r--r--theme.toml2
2 files changed, 26 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 853d07e..4ac47a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
# Change Log
+## [0.7.0](https://github.com/mattstratton/castanet/tree/0.7.0) (2017-06-09)
+**Implemented enhancements:**
+
+- Create a page listing all guests [\#121](https://github.com/mattstratton/castanet/issues/121)
+- Episode titles should be set to capitalized [\#114](https://github.com/mattstratton/castanet/issues/114)
+- Add support for sponsors [\#113](https://github.com/mattstratton/castanet/issues/113)
+- \[Enhancement\]: Collection of external links in sidebar [\#110](https://github.com/mattstratton/castanet/issues/110)
+- Menu should sort by identifier, not name [\#100](https://github.com/mattstratton/castanet/issues/100)
+- Truncate iTunes summary based on characters in feed generation [\#93](https://github.com/mattstratton/castanet/issues/93)
+- Prettify the guest page [\#122](https://github.com/mattstratton/castanet/pull/122) ([mattstratton](https://github.com/mattstratton))
+- Prettify the grid page [\#118](https://github.com/mattstratton/castanet/pull/118) ([mattstratton](https://github.com/mattstratton))
+- add soundcloud and pocketcasts subscription options in sidebar [\#109](https://github.com/mattstratton/castanet/pull/109) ([thercast](https://github.com/thercast))
+- Add direct download link for audio file [\#103](https://github.com/mattstratton/castanet/pull/103) ([thercast](https://github.com/thercast))
+- add gitlab to social parameters [\#102](https://github.com/mattstratton/castanet/pull/102) ([thercast](https://github.com/thercast))
+
+**Fixed bugs:**
+
+- Fix formatting on guest page [\#120](https://github.com/mattstratton/castanet/issues/120)
+- "Read More" shows up on main hero even if not truncated [\#115](https://github.com/mattstratton/castanet/issues/115)
+- Paginator needs to be constrained [\#96](https://github.com/mattstratton/castanet/issues/96)
+
+**Merged pull requests:**
+
+- Yeah, that example site... [\#126](https://github.com/mattstratton/castanet/pull/126) ([mattstratton](https://github.com/mattstratton))
+
## [0.6.0](https://github.com/mattstratton/castanet/tree/0.6.0) (2017-05-19)
**Implemented enhancements:**
diff --git a/theme.toml b/theme.toml
index 7947a3d..a540b53 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.19
-theme_version = "0.6.0"
+theme_version = "0.7.0"
[author]
name = "Matt Stratton"