diff --git a/CHANGELOG.md b/CHANGELOG.md index 853d07ea..4ac47a57 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 7947a3df..a540b530 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"