Releases: g1eny0ung/hugo-theme-dream
v3.11.0
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
inreorderNavItems
#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
- feat: whether to remove author display by @g1eny0ung in #354
- chore: prioritize page descriptions by @g1eny0ung in #356
- Should use title for posts then fallback to "archives" by @Nierrrrrrr in #361
- feat: add twikoo support by @Vincent-ice in #359
- feat: add adsense support by @g1eny0ung in #363
- perf: optimize layout shifts by @g1eny0ung in #364
- docs: fix some grammar errors by @Rayanlupo in #369
- refactor!: add about in reorderNavItems by @g1eny0ung in #371
New Contributors
- @Nierrrrrrr made their first contribution in #361
- @Vincent-ice made their first contribution in #359
- @Rayanlupo made their first contribution in #369
Full Changelog: v3.10.0...v3.11.0
v3.10.0
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
- Create vi.toml by @tankvn in #336
- Update es.toml by @maalvarado in #338
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #341
- feat: make TOC scrollable by @g1eny0ung in #340
- feat: make images zoomable in the single post page by @g1eny0ung in #345
- docs: how to install by @g1eny0ung in #344
- chore(deps): bump next from 15.0.3 to 15.1.2 in /docs by @dependabot in #348
- feat: open external links in a new window by @hst1189 in #346
- feat: add MathJax support by @g1eny0ung in #350
New Contributors
- @tankvn made their first contribution in #336
- @maalvarado made their first contribution in #338
- @hst1189 made their first contribution in #346
Full Changelog: v3.9.0...v3.10.0
v3.9.0
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
PRs
- fix: supplement translations in fr/pt by @g1eny0ung in #327
- fix: append footer on about page by @g1eny0ung in #329
- chore(deps): bump mermaid from 10.9.1 to 10.9.3 in /docs by @dependabot in #333
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 by @dependabot in #332
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #330
- chore(deps): bump next from 14.2.4 to 14.2.10 in /docs by @dependabot in #331
- fix: add tabindex to dropdown content by @g1eny0ung in #334
Full Changelog: v3.8.2...v3.9.0
v3.8.2
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
toupdatedAt
in i18n files
Fixed
- Tweak English translations for
minuteRead
andupdateAt
#323
PRs
- Add WhatsApp to share.html by @diamantelist in #317
- feat: add reorderShares param by @g1eny0ung in #320
- Tweak English translations for
minuteRead
andupdateAt
by @djjavo in #323
New Contributors
- @diamantelist made their first contribution in #317
- @djjavo made their first contribution in #323
Full Changelog: v3.8.1...v3.8.2
v3.8.1
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
Added
Changed
- Upgrade Hugo minimum version to 0.97.0
Deprecated
- Deprecate
VALINE_LANGUAGE
param #309
PRs
- feat: add
valineConfig
param by @g1eny0ung in #309 - feat: support Waline comment system by @g1eny0ung in #310
- feat!: a new way to customize Valine by @g1eny0ung in #311
Full Changelog: v3.7.0...v3.8.0
v3.7.0
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
- Add Mermaid diagrams support #307
- Add GitHub Alerts Markdown extension compatible alerts #308
Fixed
- Fix image size of summary cards in Zen mode
PRs
- feat: add mermaid support by @g1eny0ung in #307
- feat: add alerts support by @g1eny0ung in #308
Full Changelog: v3.6.1...v3.7.0
v3.6.1
Fixed
- Render SVG images in summary
- Incorrect use of the
_internal/schema.html
template #306 - Remove shortcut link type in favicon
PRs
- fix: usage of schema template by @g1eny0ung in #306
Full Changelog: v3.6.0...v3.6.1
v3.6.0
Added
- Add
noDefaultSummaryCover
param #301
Changed
Deprecated
- Deprecate
hasTwitterEmbed
param #302
PRs
- feat: add
noDefaultSummaryCover
param by @g1eny0ung in #301 - chore!: deprecate
hasTwitterEmbed
param by @g1eny0ung in #302 - Enhance and Complete Japanese Translations by @enkaito in #303
- refactor: supplement meta tags for SEO by @g1eny0ung in #305
New Contributors
Full Changelog: v3.5.0...v3.6.0
v3.5.0
🍃 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 withservices.disqus.shortname
Fixed
- Fix height of
.flip-container
class - Fix tabindex issue in nav menu
PRs
- feat: Zen mode by @g1eny0ung in #299
Full Changelog: v3.4.1...v3.5.0