Releases: g1eny0ung/hugo-theme-dream
Releases · g1eny0ung/hugo-theme-dream
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
v3.4.1
Added
- Allow text-based custom nav items
Changed
- Refactor the implementation of localized time #298
PRs
- refactor: localized time by @g1eny0ung in #298
Full Changelog: v3.4.0...v3.4.1
v3.4.0
Added
- Add
reorderNavItems
andcollapseNavItems
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
PRs
- feat: flexible nav items by @g1eny0ung in #296
Full Changelog: v3.3.0...v3.4.0
v3.3.0
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
PRs
- feat: support arbitrary taxonomies by @g1eny0ung in #292
- fix: relative paths of resources by @g1eny0ung in #295
Full Changelog: v3.2.0...v3.3.0