Skip to content

Commit

Permalink
Update theme to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Jun 10, 2017
1 parent 8303698 commit ce0d563
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ce0d563

Please sign in to comment.