Skip to content

Releases: Lednerb/bilberry-hugo-theme

v2.6.0

08 Nov 13:29
aae4856
Compare
Choose a tag to compare

Changes

  • Starting with this release, all version numbers of Git tags will be prefixed with v.

Fixes


This theme has now:

Version 2.5.0

05 Nov 12:35
d3a311d
Compare
Choose a tag to compare

New Features

Fixes

  • Use permalink if no original_url parameter defined, thanks to @Sp-cy
  • Typos in the example site, thanks to @deining
  • Issue #251 - YouTube frame not responsive, thanks to @igor-baiborodine

This theme has now:

Version 2.4.0

06 Oct 11:49
553a452
Compare
Choose a tag to compare

New Features

  • Table of Contents is now implemented and working, thanks to @igor-baiborodine
  • Series taxonomy to group articles into series and link them via shortcode, thanks to @igor-baiborodine again!

Changes

Fixes


This theme has now:

Version 2.3.0

20 Aug 09:56
47f8abc
Compare
Choose a tag to compare

New Features

  • MagnificPopup implementation for in-content images that have a greater size than the content-area
  • AsciiDoc Support for MagnificPopup provided by @nidomiro
  • Gravatar replaced with Libravatar as part of the roadmap to a even more privacy-friendly theme

This theme has now:

Version 2.2.0

15 Aug 11:01
6e7d6f9
Compare
Choose a tag to compare

Changes

  • The icon bubble is now correctly aligned with the headline / first line of a post

New Features

  • Support for footnotes
  • Flexible and powerful status post type

Fixes

  • Algolia search index with missing custom icon
  • Logical error while rendering the latest posts section leading to missing entries
  • Missing momentjs integration was re-added to this theme

This theme has now:

Version 2.1.0

13 Aug 15:01
89fb5eb
Compare
Choose a tag to compare

New Features

  • Support for disabled JavaScript (#239)\
  • Copy-Button for code-blocks
  • Magnific-Popup for images that are larger then the content area 🚀
  • Improved font handling by adding font-swap declaration (1ef361e) thanks to @nidomiro

Fixes

  • Algolia Search Icon disappearing (#232)
  • Missing Reading Time key in translation files (#233)
  • Overflowing lines in long code blocks (#236 and #240)

This theme has now:

Version 2.0.0

28 Jul 12:56
750ac48
Compare
Choose a tag to compare

This is a big release with a lot of awesome features and enhancements, but also some breaking changes. If you want to update from an earlier version, please make sure to check this release notes.

Breaking Changes

  • Dependency management is now handled by nodejs instead of a custom script to download third-party dependencies from a CDN and using hugo to build the final scripts and stylesheets.
  • Therefore, for customizing the width of your site, the siteWidth variable in the config.toml file does not work anymore and you need to adjust the corresponding line in the assets/sass/_variables.scss file. After adjusting your settings you have to build the final style files by following the Custom colors and fonts section in the README.md

Changes

  • Updated documentation
  • Updated translations files
  • Upgrade of fontawesome from version 4 to 5
  • Usage of the extended hugo version is not required any longer
  • The latest version of the theme is now build automatically and published on the Demo site on each push to the master branch
  • Enhanced handling of social media links (#177 and #181)
  • Usage of commento.io instance instead of disqus as default in the demo page (#201)
  • Refactored partials to always include the .html suffix

New Features

  • Easy handling of favicons
  • Option for having a sticky top navigation (#29)
  • Image resizing option
  • Support for canonical link tags (#154)
  • Support for commento.io (#200); thanks to @nidomiro
  • Support for prezi videos (#207); thanks to @szjani
  • Support for (local) mp4 videos in the video content type (#218); thanks to @frigi83
  • Option to overwrite calculated reading time (#124)

Fixes

  • Typos and spelling issues
  • Removed unused code
  • Fixed unstyled headlines (#142)
  • Fixed code block styling
  • Fixed language chooser alignment
  • Fixed trailing slashes (#139)
  • Fixed that posts are not included in the index.json file for usage with algolia (#188); thanks to @TeknikalDomain
  • Fixed icon for the algolia search
  • Fixed problems with umlauts in taxonomies (#199); thanks to @nidomiro
  • Fixed algoliasearch index handling and upload processing (#191); thanks to @igor-baiborodine
  • Fix for absolute url in open graph meta tags (#216); thanks to @frigi83
  • Fixed title / subtitle handling (#222); thanks to @igor-baiborodine
  • Fixes for asciidoc, rss and drafts (#223); thanks to @nidomiro
  • Fixed unexpected rendering behavior regarding the .Scatch variable and partial-in-partial usage (#208)
  • Fixed preview image for open graph data (#168)

This theme has now:

Version 1.14.0

05 Feb 13:42
0b8e5e2
Compare
Choose a tag to compare

This is the last update for Version 1

After a long time Version 1.14.0 is released.
It contains all the changes that were merged into the master branch until now.

Version 2 of this theme is in the pipeline and will simplify many things but will also break some features that are included in the Version 1 branch.


Added

Fixed

Version 1.13.0 - Resizing Images!

13 Oct 19:53
c609cd3
Compare
Choose a tag to compare

Added

  • Functionality to automatically resize and crop images. Docs

Fixed

  • A bug where the customImage is not displayed on multi-language sites. #137
  • Style for the gallery slider controls so they are visible on white backgrounds. #138

Version 1.12.0

08 Oct 16:21
1c6d3d4
Compare
Choose a tag to compare

This release also fixes the bug #128!

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