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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
---
9
9
10
+
## [0.0.5_STABLE] — 2025-06-23
11
+
12
+
### ✨ New Features
13
+
14
+
-**Added project dashboard page** — a beautiful, dark/light-mode landing page for the project deployed to GitHub Pages at `piboh.github.io/multimdreader/dashboard/`, featuring:
15
+
- Hero section with gradient branding and download links
16
+
- About section with feature cards
17
+
- Download section per platform (Windows, macOS, Linux)
18
+
- Supported languages showcase
19
+
- Changelog preview
20
+
- Keyboard shortcuts reference
21
+
- Repository structure diagram
22
+
- Sticky navigation with theme toggle
23
+
-**Created `deploy-pages-dashboard.yml`** workflow — deploys the `dashboard/` folder to GitHub Pages on changes
24
+
25
+
### 🔧 Refactoring
26
+
27
+
-**Renamed `deploy-pages.yml` → `deploy-pages-demo.yml`** — deploys the live web app demo to GitHub Pages
28
+
- Separated dashboard deployment from demo deployment into independent workflows with separate concurrency groups
29
+
30
+
### 📝 Documentation
31
+
32
+
- Updated all 6 READMEs with new badge for `deploy-pages-dashboard.yml`
33
+
- Updated CI/CD section in all READMEs to document both Pages workflows
34
+
- Updated all version references to `0.0.5_STABLE`
35
+
36
+
---
37
+
10
38
## [0.0.4_BETA] — 2025-06-23
11
39
12
40
### 🐛 Bug Fixes — CI/CD (Critical)
@@ -125,6 +153,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments