Skip to content

Commit 559043c

Browse files
vintaclaude
andcommitted
chore: release v0.5.0
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2a23517 commit 559043c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

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
24+
725
## [0.4.0] - 2026-04-07
826

927
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sadcoderlabs/laughing-man",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Turn your Markdown into a self-hosted newsletter",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)