Skip to content

Commit dace10f

Browse files
committed
chore: add v1.3.0 changelog, replace em dashes
- Add [1.3.0] section to CHANGELOG.md covering PRs #54 and #55 - Replace em dashes and double hyphens in README alt text and exampleSite hugo.toml podcast summary
1 parent d2f2b9c commit dace10f

3 files changed

Lines changed: 36 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2026-06-16
10+
11+
### Added
12+
13+
- Linux Matter program to example site (Linux, open source, desktop focus) with 2 episodes
14+
- S1E3 episodes for all four existing programs (Code & Circuit, Security Brief, Open Source Spotlight, Deploy Friday)
15+
- Wednesday schedule slot for Linux Matter, refreshed upcoming episodes
16+
17+
### Changed
18+
19+
- Example site programs grid expanded to 5 cards, episode counts bumped to 3
20+
- Demo GIF replaced: 7 frames showcasing persistent player across page navigation, inline player in action, and light/dark mode (142 KB)
21+
- Updated demo alt text in README to describe expanded content
22+
23+
### Fixed
24+
25+
- Broken audio sources across 8 episodes: no-CORS SoundHelix URLs and 404 fabricated URLs replaced with verified Fireside.fm audio (CORS-enabled, HTTP 200)
26+
- YAML colon-parsing errors in show_notes lists across all new episode front matter
27+
- Future-dated episodes now render without `--buildFuture` flag
28+
29+
### Previous (v1.2.x backport)
30+
31+
- Language tags added to all 40+ fenced code blocks across 7 docs pages (EN and ES), enabling Chroma syntax highlighting
32+
- Code blocks styled with 0.9rem padding and 3px left accent border (Hextra/Docusaurus pattern)
33+
- Class-based highlighting (`noClasses = false`) with bundled `syntax.css` for light/dark theme-compatible token colors
34+
- Light mode readability: Monokai string colors overridden from yellow to dark gold, operator highlights reset to inherit
35+
- Copy-to-clipboard button always visible (opacity 0.6) with Turbolinks/Turbo event listeners for SPA survival
36+
- Fixed missing closing brace in `addCopyButtons()` that silently broke all copy functionality
37+
- Docs page weights changed to descending order, listing reversed to reading order (Installation first)
38+
- Duplicate TOC tables removed from docs index pages
39+
940
## [1.2.0] - 2026-06-02
1041

1142
### Added
@@ -58,7 +89,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5889

5990
### Changed
6091

61-
- Em dashes (—) replaced with hyphens in README, example site, and templates
92+
- Em dashes replaced with hyphens in README, example site, and templates
6293
- Module path changed to `github.com/adurrr/wavecast`
6394

6495
## [0.x] - hugo-podcast-shortcode (pre-rename)
@@ -93,7 +124,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
93124

94125
---
95126

96-
[Unreleased]: https://github.com/adurrr/wavecast/compare/v1.2.0...HEAD
127+
[Unreleased]: https://github.com/adurrr/wavecast/compare/v1.3.0...HEAD
128+
[1.3.0]: https://github.com/adurrr/wavecast/compare/v1.2.0...v1.3.0
97129
[1.2.0]: https://github.com/adurrr/wavecast/compare/v1.1.0...v1.2.0
98130
[1.1.0]: https://github.com/adurrr/wavecast/compare/v1.0.0...v1.1.0
99131
[1.0.0]: https://github.com/adurrr/wavecast/releases/tag/v1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![GitHub stars](https://img.shields.io/github/stars/adurrr/wavecast?style=flat&color=6366f1)](https://github.com/adurrr/wavecast/stargazers)
77

88
<p align="center">
9-
<img src="images/demo.gif" alt="Wavecast demo: persistent audio player survives page navigation — play on an episode, browse docs, the footer player follows. 5 programs, syntax-highlighted code blocks, dark/light mode." width="800">
9+
<img src="images/demo.gif" alt="Wavecast demo: persistent audio player survives page navigation. Play on an episode, browse docs, the footer player follows. 5 programs, syntax-highlighted code blocks, dark/light mode." width="800">
1010
</p>
1111

1212
A persistent podcast/radio audio player for Hugo: drop `<podcast-player>` into any page with a single shortcode. Supports **local files**, **AzuraCast** radio streams, and **iVoox** episodes. Works as a **Hugo module** and as a **Hugo theme**.

exampleSite/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaultContentLanguageInSubdir = false
2020
[languages.en.params.podcast]
2121
description = "Wavecast Radio brings you the best in tech podcasting, from Infrastructure as Code to open-source culture and modern DevOps practices."
2222
author = "Wavecast Radio"
23-
summary = "A demo podcast showcasing the Hugo Wavecast theme. Each episode features a full persistent audio player, chapter markers, and episode notes all powered by standard Markdown front matter."
23+
summary = "A demo podcast showcasing the Hugo Wavecast theme. Each episode features a full persistent audio player, chapter markers, and episode notes, all powered by standard Markdown front matter."
2424
image = "/wavecast/logo.png"
2525
explicit = false
2626
type = "episodic"

0 commit comments

Comments
 (0)