Skip to content

Commit 71c505f

Browse files
committed
Version 0.0.5_STABLE
1 parent 0a4edb2 commit 71c505f

26 files changed

Lines changed: 640 additions & 78 deletions
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Deploy Dashboard to GitHub Pages
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- 'dashboard/**'
8+
- '.github/workflows/deploy-pages-dashboard.yml'
9+
workflow_dispatch:
10+
11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
16+
concurrency:
17+
group: "pages-dashboard"
18+
cancel-in-progress: false
19+
20+
jobs:
21+
build:
22+
name: Build Dashboard for Pages
23+
runs-on: ubuntu-latest
24+
steps:
25+
- name: Checkout repository
26+
uses: actions/checkout@v4
27+
28+
- name: Setup Pages
29+
uses: actions/configure-pages@v5
30+
31+
- name: Upload dashboard artifact
32+
uses: actions/upload-pages-artifact@v3
33+
with:
34+
path: dashboard/
35+
36+
deploy:
37+
name: Deploy Dashboard to Pages
38+
environment:
39+
name: github-pages
40+
url: ${{ steps.deployment.outputs.page_url }}
41+
runs-on: ubuntu-latest
42+
needs: build
43+
steps:
44+
- name: Deploy to GitHub Pages
45+
id: deployment
46+
uses: actions/deploy-pages@v4
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to GitHub Pages
1+
name: Deploy Demo to GitHub Pages
22

33
on:
44
push:
@@ -8,6 +8,7 @@ on:
88
- 'docs/**'
99
- '.github/workflows/release-*.yml'
1010
- '.github/workflows/build.yml'
11+
- '.github/workflows/deploy-pages-dashboard.yml'
1112
- 'src-tauri/**'
1213
- 'PKGBUILD'
1314
workflow_dispatch:
@@ -18,12 +19,12 @@ permissions:
1819
id-token: write
1920

2021
concurrency:
21-
group: "pages"
22+
group: "pages-demo"
2223
cancel-in-progress: false
2324

2425
jobs:
2526
build:
26-
name: Build for Pages
27+
name: Build Demo for Pages
2728
runs-on: ubuntu-latest
2829
steps:
2930
- name: Checkout repository
@@ -37,7 +38,7 @@ jobs:
3738
- name: Install dependencies
3839
run: npm install
3940

40-
- name: Build web app
41+
- name: Build web app (demo)
4142
run: npm run build
4243
env:
4344
VITE_BASE: /multimdreader/
@@ -54,7 +55,7 @@ jobs:
5455
path: dist/
5556

5657
deploy:
57-
name: Deploy to Pages
58+
name: Deploy Demo to Pages
5859
environment:
5960
name: github-pages
6061
url: ${{ steps.deployment.outputs.page_url }}

.github/workflows/release-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
TAG="${{ github.ref_name }}"
115115
VERSION="${TAG#v}"
116-
[ -z "$VERSION" ] || [ "$VERSION" = "$TAG" ] && VERSION="0.0.4"
116+
[ -z "$VERSION" ] || [ "$VERSION" = "$TAG" ] && VERSION="0.0.5"
117117
118118
cat > /tmp/multimdreader-pkg/PKGBUILD << PKGBUILDEOF
119119
pkgname=multimdreader-bin
1.35 MB
Binary file not shown.

CHANGELOG.md

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

88
---
99

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+
1038
## [0.0.4_BETA] — 2025-06-23
1139

1240
### 🐛 Bug Fixes — CI/CD (Critical)
@@ -125,6 +153,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125153

126154
---
127155

156+
[0.0.5_STABLE]: https://github.com/PiBOH/multimdreader/releases/tag/v0.0.5_STABLE
128157
[0.0.4_BETA]: https://github.com/PiBOH/multimdreader/releases/tag/v0.0.4_BETA
129158
[0.0.3_ALPHA]: https://github.com/PiBOH/multimdreader/releases/tag/v0.0.3_ALPHA
130159
[0.0.2]: https://github.com/PiBOH/multimdreader/releases/tag/v0.0.2

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: PiBOH
22
# This PKGBUILD builds MultiMDReader from source for Arch Linux
33
pkgname=multimdreader
4-
pkgver=0.0.4
4+
pkgver=0.0.5
55
pkgrel=1
66
pkgdesc="A cross-platform Markdown file reader - no installation required"
77
arch=('x86_64')

README.de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.0.4_BETA** · Autor: [PiBOH](https://piboh.github.io/)
1+
**Version 0.0.5_STABLE** · Autor: [PiBOH](https://piboh.github.io/)
22

33
> 🔤 Ein plattformübergreifender Markdown-Dateireader. Keine Installation erforderlich — einfach herunterladen und starten.
44
@@ -124,4 +124,4 @@ MIT © [PiBOH](https://piboh.github.io/)
124124

125125
**Repository**: [github.com/PiBOH/multimdreader](https://github.com/PiBOH/multimdreader)
126126
**Autor**: [PiBOH](https://piboh.github.io/)
127-
**Version**: 0.0.4_BETA
127+
**Version**: 0.0.5_STABLE

README.en-GB.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.0.4_BETA** · Author: [PiBOH](https://piboh.github.io/)
1+
**Version 0.0.5_STABLE** · Author: [PiBOH](https://piboh.github.io/)
22

33
> 🔤 A cross-platform Markdown file reader. No installation required — just download and run.
44
@@ -124,4 +124,4 @@ MIT © [PiBOH](https://piboh.github.io/)
124124

125125
**Repository**: [github.com/PiBOH/multimdreader](https://github.com/PiBOH/multimdreader)
126126
**Author**: [PiBOH](https://piboh.github.io/)
127-
**Version**: 0.0.4_BETA
127+
**Version**: 0.0.5_STABLE

README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Versión 0.0.4_BETA** · Autor: [PiBOH](https://piboh.github.io/)
1+
**Versión 0.0.5_STABLE** · Autor: [PiBOH](https://piboh.github.io/)
22

33
> 🔤 Un lector de archivos Markdown multiplataforma. No requiere instalación — solo descarga y ejecuta.
44
@@ -124,4 +124,4 @@ MIT © [PiBOH](https://piboh.github.io/)
124124

125125
**Repositorio**: [github.com/PiBOH/multimdreader](https://github.com/PiBOH/multimdreader)
126126
**Autor**: [PiBOH](https://piboh.github.io/)
127-
**Versión**: 0.0.4_BETA
127+
**Versión**: 0.0.5_STABLE

README.fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.0.4_BETA** · Auteur : [PiBOH](https://piboh.github.io/)
1+
**Version 0.0.5_STABLE** · Auteur : [PiBOH](https://piboh.github.io/)
22

33
> 🔤 Un lecteur de fichiers Markdown multiplateforme. Aucune installation requise — téléchargez et lancez.
44
@@ -124,4 +124,4 @@ MIT © [PiBOH](https://piboh.github.io/)
124124

125125
**Dépôt** : [github.com/PiBOH/multimdreader](https://github.com/PiBOH/multimdreader)
126126
**Auteur** : [PiBOH](https://piboh.github.io/)
127-
**Version** : 0.0.4_BETA
127+
**Version** : 0.0.5_STABLE

0 commit comments

Comments
 (0)