7.2 KiB
7.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
1.13.0 - 2018-10-13
Added
- Functionality to automatically resize and crop images.
Fixed
- A bug where the
customImageis not displayed on multi-language sites. #137 - Style for the gallery slider controls so they are visible on white backgrounds. #138
1.12.0 - 2018-10-08
Fixed
- Bug #128 that prevent to build the site.
- Deprecation warning with SCSS, thanks to @nnja
- README.md for the latest instructions
- Font path issues
Added
- Feature for a Pinned Post, thanks to @nnja
- Feature to customize the post icon, also by @nnja
- Feature to exclude an post from the main page, @nnja again!
- Hungarian Language, provided by @davidsarkany
- Turkish Language, provided by @hycakir
1.11.1 - 2018-09-15
Fixed
- Broken font path since Version 1.10.0 (#114, #115)
1.11.0 - 2018-09-14
Added
- Language Brazilian Portuguese, thanks to @marcelocg (#112)
- Updated Korean language
1.10.0 - 2018-09-10
Fixed
- Incorrect rendering of task lists (#108)
- Displaying the RSS line in the footer
Added
- Support for hugo pipes, no longer need for
npmdependencies (#102) - Option to configure the overlayIcon (#56)
- Option to configure the date format (#53)
- Option to display the Reading Time (#51)
1.9.1 - 2018-08-30
Fixed
- Issues with the GoHugo Theme's requirements for the themes.gohugo.io site
1.9.0 - 2018-08-30
Added
- All-Contributors list to README.md
- Chinese language, thanks to @AgennyBrof
- Korean language, thanks to @hithat (user at poeditor.com)
1.8.1 - 2018-08-16
Added
- Africans language
Changed
- Removed Patreon example content and introduced the new Discord server:
- Language files from
.yamlto.tomland switched to POEditor for translations.
1.8.0 - 2018-08-09
Added
- Vietnamese language, thanks to @anhchungite
- Danish language, thanks to @GMpet
- Open Graph meta data, thanks to @anhchungite again!
- RSS support, contributed by @NickBusey
Fixed
- Displaying custom image (#96 and #103), by @Embraser01 and @gigovich
- Responsive images in posts
1.7.1 - 2018-06-17 | Hotfix
Fixed
- Broken links in favicon, algolia-logo and
theme.css
1.7.0 - 2018-06-17 | 🎉 Multi-Language Support 🎉
Added
- Multi-Language Support
You can now have your blog and blog posts in many languages.
The algolia search does also support a multi-language site. - Support for Page Resources
- Increased privacy by removing dependencies from CDNs and Google Fonts
- Japanese language file, contributed by @chibikun
- Easier
galleryandfeaturedImagehandling. See announcement in 1.6.0 - Instructions to customize
404.htmlsite (#46) - Default values to prevent rendering issues when
config.tomlvariables are not set (#65)
Fixed
- URLs for posts, categories, tags, and authors, thanks to @anhchungite
- CSS import with different baseURL (#68)
- Space for top-nav (#80)
- Pages for the taxonomy overviews (categories, tags and authors) (#59)
1.6.0 - 2018-06-11
Deprecated
-
featuredImage: "/absolute/url/to/image"parameter
The next version will support Page Resources so you should have a better folder structure and you change:# OLD Structure / deprecated content/article/support-me-and-this-theme.md static/images/patreon.png # NEW structure content/article/support-me-and-this-theme/index.md content/article/support-me-and-this-theme/featuredImage.png -
gallery: []parameter
The next version will support Page Resources so you should have a better folder structure and you change:# OLD Structure / deprecated content/gallery/my-trip-to-scotland.md static/images/scotland1.jpg static/images/scotland2.jpg ... # NEW structure content/gallery/my-trip-to-scotland/index.md content/article/my-trip-to-scotland/scotland1.jpg content/article/my-trip-to-scotland/scotland2.jpg ...You don't have to add the images manually to an array, instead all images in the content folder will be used automatically.
Fixed
- Relative URLs fo taxonomy author, categories, tags - contributed by @anhchungite
Added
- Customizable copyright and credits footer - big thanks to @nnja!
- LinkedIn social media support, contributed by @pdoro
- Support for Twitter meta data specification, contributed by @nisargap
1.5.0 - 2018-05-13
Fixed
- Broken links #72
Added
- Support for Polish language, provided by @lkorzen
Changed
- The site's subtitle will be used in the title on the homepage. Contributed by @marcelkraus
1.4.0 - 2018-05-05
Added
- Support for Ukrain language
- Support for CSS / JS extensions, submitted by @cripplet
- Support for Xing as a social media link in the footer, contributed by @marcelkraus
excludeFromTopNavoption for thepagecontent type, requested in #60 by @AshleyByeUK
Fixed
- Broken links to the repo, thx to @meAmidos
- Mobile view, thx to @cripplet
- Issue with Algolia export (Record too long), thanks for submitting #62 @lebarde
Changed
- Improved README.md
Removed
exampleSite/archetypedirectory so the theme's archetypes can be used
1.3.0 - 2017-11-28
Added
- Support for MathJax, contributed by @rabarar
- Support for a
target=""attribute for thepagepost type as requested by @ajolo2ky - Support for a favicon
Changed
- Improved README.md
Fixed
- Some typos