Changelog

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]

Changed

  • Upgrade to tailwindcss v4 and daisyUI v5 #374

Fixed

  • Escape mermaidjs code before safe #376

[3.11.0] - 2025-03-04

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

[3.10.0] - 2025-01-07

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

[3.9.0] - 2024-11-17

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

[3.8.2] - 2024-09-25

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

[3.8.1] - 2024-09-08

Fixed

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

[3.8.0] - 2024-09-07

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

[3.7.0] - 2024-08-29

Added

Fixed

  • Fix image size of summary cards in Zen mode

[3.6.1] - 2024-08-25

Fixed

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

[3.6.0] - 2024-08-24

Added

  • Add noDefaultSummaryCover param #301

Changed

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

Deprecated

  • Deprecate hasTwitterEmbed param #302

[3.5.0] - 2024-08-19

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

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

[3.4.1] - 2024-08-14

Added

  • Allow text-based custom nav items

Changed

  • Refactor the implementation of localized time #298

[3.4.0] - 2024-08-10

Added

  • Add reorderNavItems and collapseNavItems params to reorder and collapse navigation items
  • Add [params.navItems] to append custom items to the navbar

Changed

  • Minimalize the theme css

Fixed

  • Add missing descriptive attributes in some elements

[3.3.0] - 2024-08-01

Added

  • Support arbitrary taxonomies #292

Fixed

  • Fix the overflow problem of pre’s content
  • Fix an overflow problem when users enable always show scroll bars in the system settings
  • Resources accessibility when deploying site to a subdomain #295

[3.2.0] - 2024-07-25

Added

  • Add showPrevNextPost param to control the display of previous and next post links in the single post page
  • Add showTableOfContents param to control the display of the table of contents in the single post page

[3.1.1] - 2024-07-23

Changed

  • Adjust shadow style of navbar
  • Now if a paginator has only one page, the previous and next buttons will be hidden

Fixed

  • Correct the usage of semantic elements in baseof.html and single.html

[3.1.0] - 2024-07-18

Added

Changed

  • Upgrade imagesloaded to 5.0.0

Fixed

  • Fix the problem of misaligned images during initial loading

[3.0.1] - 2024-07-12

Fixed

  • Add WAI-ARIA roles to some non-semantic elements
  • Fix mobile layout in term.html
  • Add mobile display for nav right section

[3.0.0] - 2024-07-09

🎉 Hugo Theme Dream 3.0 is released.

See the migration guide for more details.