# v2.1.1
## 07/30/2020

1. [](#new)
    * If you reference media in the page content directly, then you may not want that media resummarized at the end of the post. You can now set a page header named `hide_mediasummary` to suppress the summary for that page.

# v2.1.0
## 03/16/2019

1. [](#new)
    * Categories can now have landing pages like authors do (optional), thanks to @awrog.
    * Duth translation added, thanks to @awrog.

1. [](#bugfix)
    * Comments section hidden if `comments` plugin not present.
    * The "Latest Articles" list now finds all articles regardless of folder structure.

# v2.0.1
## 12/11/2018

1. [](#new)
    * French translation added, thanks to @TheFlighteur.

1. [](#bugfix)
    * Fixed a dropdown bug, thanks to @Lipository.

# v2.0.0
## 08/09/2018

1. [](#new)
    * **This update is not necessarily backwards compatible!** If you have used theme inheritance to customize this theme, please carefully read the "Updating" section of the docs.
    * Changed the way the templates pull information from the theme config files so that inheritance is properly supported.

# v1.3.6
## 07/17/2018

1. [](#bugfix)
    * Now works with the latest version of the `count-views` plugin.

# v1.3.5
## 04/24/2018

1. [](#bugfix)
    * Fixed duplicate "Related Articles" heading on the article page, thanks to @sebasvisser.

# v1.3.4
## 04/12/2018

1. [](#bugfix)
    * Added a check for the `published` header, thanks to @hctagalong.

1. [](#new)
    * Spanish and Galican translations added, thanks to @lucasvieites.

# v1.3.3
##  06/22/2017

1. [](#bugfix)
    * The "Popular Articles" sidebar now actually ignores deleted pages.
    * The "Latest Articles" sidebar fixed to respect `articles.root`.

# v1.3.2
##  05/17/2017

1. [](#new)
    * Polish translation added thanks to @AvantaR.

# v1.3.1
##  05/14/2017

1. [](#bugfix)
    * Pages now sort as was originally intended.

# v1.3.0
##  05/14/2017

1. [](#new)
    * Added `params:articles:blacklist` setting to allow you to omit categories.

# v1.2.1
##  04/04/2017

1. [](#new)
    * Some styling refinements. Thanks, @rapsli!

# v1.2.0
##  02/25/2017

1. [](#new)
    * Made various components of the sidebar and article display optional. If all components of a specific unit are hidden, then the entire unit is hidden.
    * The config variable `params:articleroot` is now deprecated. Use `params:articles:root` instead. Backwards compatibility will be removed at the next major release.

# v1.1.1
##  02/21/2017

1. [](#new)
    * Simplified Chinese tranlsation added. Thanks, @lazyyz!

# v1.1.0
##  02/19/2017

1. [](#new)
    * Theme now configured to allow for translations
    * Czech translation added
    * Many thanks to @rbukovansky for these changes!

# v1.0.1
##  11/05/2016

1. [](#bugfix)
    * Added plugin dependencies to the blueprint

# v1.0.0
##  10/22/2016

1. [](#new)
    * ChangeLog started...