Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](V2.5.0...V3.0.0) (2019-07-03)

### Bug Fixes

* **admonition:** links should inherit the admonition color ([60c9184](60c9184))
* **freelists:** use SUBSCRIBE_BUTTON_TITLE instead of generic GO ([c346d1f](c346d1f))
* **home:** remove redundant title ([808cd1d](808cd1d))

### Features

* **home:** write about me in markdown, reST or asciidoc ([9b5b2ec](9b5b2ec)), closes [#85](#85)
* **menu:** set home URL to root if SITEURL is not ([23e0b94](23e0b94))

### BREAKING CHANGES

* **home:** Previously LANDING_PAGE_ABOUT was a dictionary that contained html tags. We used it
to create landing page. But users have demanded from the very beginning to be able to write the
landing page in markdown. This patch adds this feature. But in order to use it, you have to update
your configuration.
  • Loading branch information
semantic-release-bot committed Jul 3, 2019
1 parent 94dbf45 commit effb3bf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [3.0.0](https://github.com/Pelican-Elegant/elegant/compare/V2.5.0...V3.0.0) (2019-07-03)

### Bug Fixes

- **admonition:** links should inherit the admonition color ([60c9184](https://github.com/Pelican-Elegant/elegant/commit/60c9184))
- **freelists:** use SUBSCRIBE_BUTTON_TITLE instead of generic GO ([c346d1f](https://github.com/Pelican-Elegant/elegant/commit/c346d1f))
- **home:** remove redundant title ([808cd1d](https://github.com/Pelican-Elegant/elegant/commit/808cd1d))

### Features

- **home:** write about me in markdown, reST or asciidoc ([9b5b2ec](https://github.com/Pelican-Elegant/elegant/commit/9b5b2ec)), closes [#85](https://github.com/Pelican-Elegant/elegant/issues/85)
- **menu:** set home URL to root if SITEURL is not ([23e0b94](https://github.com/Pelican-Elegant/elegant/commit/23e0b94))

### BREAKING CHANGES

- **home:** Previously LANDING_PAGE_ABOUT was a dictionary that contained html tags. We used it
to create landing page. But users have demanded from the very beginning to be able to write the
landing page in markdown. This patch adds this feature. But in order to use it, you have to update
your configuration.

# [2.5.0](https://github.com/Pelican-Elegant/elegant/compare/V2.4.0...V2.5.0) (2019-06-30)

### Features
Expand Down

0 comments on commit effb3bf

Please sign in to comment.