You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [0.5.0] - 2026-04-12
8
+
9
+
### Added
10
+
11
+
- Syntax highlighting for code blocks using Shiki, with configurable theme via `syntax_highlight_theme` in `laughing-man.yaml` (default: `material-theme-lighter`)
12
+
- Prefix email subjects with `Issue #N` when not already present
13
+
14
+
### Changed
15
+
16
+
- Rename built-in theme from `default` to `laughing-man`
17
+
- Use `maxresdefault` for YouTube thumbnails in email HTML
18
+
19
+
### Fixed
20
+
21
+
- Add `margin-bottom` to `img` and `iframe` in email template
22
+
- Add `margin-block-end` to iframes in issue body
23
+
- Allow `laughing-man.yaml` through preview watcher
0 commit comments