Skip to content

Releases: g1eny0ung/hugo-theme-dream

v3.11.0

04 Mar 08:55
Compare
Choose a tag to compare

Important

Refer to https://github.com/g1eny0ung/hugo-theme-dream/releases/tag/v3.10.0, this release will introduce a breaking change: a new default navigation item about was added to reorderNavItems. Please be aware if you used this parameter, you need to add "about" to reorderNavItems.

Added

  • Add Google AdSense support #363

Changed

  • Remove author display if both post author and site author are not set #354
  • Prioritize page descriptions over page summaries #356
  • Allow favicon to be specified in text format
  • Support Twikoo comment system #359
  • Allow specifying about in reorderNavItems #371

Fixed

  • Fix the background and z-index problem of the zoomable image
  • Optimize layout shifts when the homepage loads #364
  • Disable Disqus ads

PRs

New Contributors

Full Changelog: v3.10.0...v3.11.0

v3.10.0

07 Jan 13:46
Compare
Choose a tag to compare

Important

In #318, a new default navigation item about was added to reorderNavItems. This change could cause a problem if you've already used reorderNavItems to reorder or remove some default navigation items: the about navigation item will disappear.

The solution is to add "about" to reorderNavItems.

This change will be included in the next version (v3.11.0). So if you have been using reorderNavItems, you need to be aware of this future change.

Added

  • Add imageZoomableInPost param to control the zoomable of images in the single post page #345
  • Support mathematical equations and expressions by using MathJax #350

Changed

  • Make TOC scrollable when it is too long #340
  • Bump Mermaid version to 11.4.1
  • Now external links will open in a new tab by default

Fixed

  • Fix Disqus styling issues
  • Add background color to the dark mode switch button

PRs

New Contributors

Full Changelog: v3.9.0...v3.10.0

v3.9.0

17 Nov 09:50
Compare
Choose a tag to compare

Added

  • Now you can group posts with any layout in archives page, see custom group layout for more details

Changed

  • Append global page footer on about page #329

Fixed

  • Supplement translations in fr/pt #327
  • Dropdown menu links are not clickable on Safari #334

PRs

Full Changelog: v3.8.2...v3.9.0

v3.8.2

25 Sep 07:01
Compare
Choose a tag to compare

Added

  • Now you can share your post to WhatsApp #317
  • Add reorderShares param #320
  • Add a slot for Google AdSense on the post page, view this issue for more details

Changed

  • Rename updateAt to updatedAt in i18n files

Fixed

  • Tweak English translations for minuteRead and updateAt #323

PRs

New Contributors

Full Changelog: v3.8.1...v3.8.2

v3.8.1

08 Sep 03:53
Compare
Choose a tag to compare

Fixed

  • Fix the cache issue of commentSystems.html
  • Add missing "about" translation to the Italian language file

Full Changelog: v3.8.0...v3.8.1

v3.8.0

07 Sep 03:48
Compare
Choose a tag to compare

Added

  • Valine comments can now be customized using a partial file #311
  • Support Waline comments #310

Changed

  • Upgrade Hugo minimum version to 0.97.0

Deprecated

  • Deprecate VALINE_LANGUAGE param #309

PRs

Full Changelog: v3.7.0...v3.8.0

v3.7.0

29 Aug 01:35
Compare
Choose a tag to compare

This release adds two features to help people write their posts. View https://g1en.site/hugo-theme-dream/post-page#features for more details.

Added

Fixed

  • Fix image size of summary cards in Zen mode

PRs

Full Changelog: v3.6.1...v3.7.0

v3.6.1

25 Aug 06:22
Compare
Choose a tag to compare

Fixed

  • Render SVG images in summary
  • Incorrect use of the _internal/schema.html template #306
  • Remove shortcut link type in favicon

PRs

Full Changelog: v3.6.0...v3.6.1

v3.6.0

24 Aug 05:34
Compare
Choose a tag to compare

Added

  • Add noDefaultSummaryCover param #301

Changed

  • Enhance Japanese translation #303
  • Enhance Chinese translation
  • Supplement meta tags for SEO #305

Deprecated

  • Deprecate hasTwitterEmbed param #302

PRs

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

19 Aug 06:06
Compare
Choose a tag to compare

🍃 Hugo Theme Dream 3.5 introduces Zen mode. View Zen Mode for more details.

Here is a demo of the Zen mode: https://g1en-site-zen-mode-preview.netlify.app/.

Added

  • Zen mode: a simple layout that allows you to concentrate on reading and writing #299

Changed

  • Now taxonomy pages follow the same layout as the home page

Deprecated

  • If you still use disqusShortname, please replace it with services.disqus.shortname

Fixed

  • Fix height of .flip-container class
  • Fix tabindex issue in nav menu

PRs

Full Changelog: v3.4.1...v3.5.0