Skip to content

Commit aad1b8b

Browse files
committed
v3.10.0
1 parent c4a95b7 commit aad1b8b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/pages/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.10.0] - 2025-01-07
11+
1012
### Added
1113

1214
- Add `imageZoomableInPost` param to control the zoomable of images in the single post page [#345](https://github.com/g1eny0ung/hugo-theme-dream/pull/345)
@@ -15,9 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1517
### Changed
1618

1719
- Make TOC scrollable when it is too long [#340](https://github.com/g1eny0ung/hugo-theme-dream/pull/340)
20+
- Bump Mermaid version to 11.4.1
21+
- Now external links will open in a new tab by default
1822

1923
### Fixed
2024

25+
- Fix Disqus styling issues
2126
- Add background color to the dark mode switch button
2227

2328
## [3.9.0] - 2024-11-17
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<pre class="mermaid">
2-
{{- .Inner | safeHTML }}
2+
{{- .Inner | safeHTML -}}
33
</pre>
44
{{ .Page.Store.Set "hasMermaid" true }}

0 commit comments

Comments
 (0)