Skip to content

Commit 254428b

Browse files
committed
v1.1.8
1 parent 6f020bb commit 254428b

13 files changed

Lines changed: 18 additions & 11 deletions

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: HolyClaude — Build & Push to Docker Hub + GHCR
22

3+
run-name: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || github.workflow }}
4+
35
on:
46
workflow_dispatch:
57
push:

docs/CHANGELOG.md

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

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

7+
## [1.1.8] - 04/04/2026
8+
9+
### Fixed
10+
- Corrected public documentation links that still referenced the non-existent `main` branch, including the Docker Hub description and translated README links to `docs/configuration.md`
11+
712
## [1.1.7] - 03/28/2026
813

914
### Added

docs/dockerhub-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Claude Code, CloudCLI web UI, headless browser, 7 AI CLIs, 50+ dev tools — con
66

77
[![Docker Pulls](https://img.shields.io/docker/pulls/coderluii/holyclaude?style=flat-square&logo=docker)](https://hub.docker.com/r/coderluii/holyclaude)
88
[![GitHub Stars](https://img.shields.io/github/stars/coderluii/holyclaude?style=flat-square&logo=github)](https://github.com/CoderLuii/HolyClaude)
9-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/CoderLuii/HolyClaude/blob/main/LICENSE)
9+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/CoderLuii/HolyClaude/blob/master/LICENSE)
1010

1111
## Quick Start
1212

docs/translations/README.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Gleiches Image, jeder Knopf freigelegt. Kopiere diesen gesamten Block in eine `d
310310
# ==============================================================================
311311
# HolyClaude — Full Configuration
312312
# All options documented inline.
313-
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/main/docs/configuration.md
313+
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/master/docs/configuration.md
314314
# ==============================================================================
315315

316316
services:

docs/translations/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ La misma imagen, con cada opcion expuesta. Copia este bloque completo en un arch
310310
# ==============================================================================
311311
# HolyClaude — Full Configuration
312312
# All options documented inline.
313-
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/main/docs/configuration.md
313+
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/master/docs/configuration.md
314314
# ==============================================================================
315315

316316
services:

docs/translations/README.fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Même image, chaque paramètre exposé. Copiez ce bloc entier dans un fichier `d
310310
# ==============================================================================
311311
# HolyClaude — Full Configuration
312312
# All options documented inline.
313-
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/main/docs/configuration.md
313+
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/master/docs/configuration.md
314314
# ==============================================================================
315315

316316
services:

docs/translations/README.hi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ docker compose up -d
310310
# ==============================================================================
311311
# HolyClaude — Full Configuration
312312
# All options documented inline.
313-
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/main/docs/configuration.md
313+
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/master/docs/configuration.md
314314
# ==============================================================================
315315

316316
services:

docs/translations/README.it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Stessa immagine, ogni opzione esposta. Copia questo intero blocco in un file `do
310310
# ==============================================================================
311311
# HolyClaude — Full Configuration
312312
# All options documented inline.
313-
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/main/docs/configuration.md
313+
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/master/docs/configuration.md
314314
# ==============================================================================
315315

316316
services:

docs/translations/README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ docker compose up -d
310310
# ==============================================================================
311311
# HolyClaude — Full Configuration
312312
# All options documented inline.
313-
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/main/docs/configuration.md
313+
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/master/docs/configuration.md
314314
# ==============================================================================
315315

316316
services:

docs/translations/README.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ docker compose up -d
310310
# ==============================================================================
311311
# HolyClaude — Full Configuration
312312
# All options documented inline.
313-
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/main/docs/configuration.md
313+
# Detailed docs: https://github.com/CoderLuii/HolyClaude/blob/master/docs/configuration.md
314314
# ==============================================================================
315315

316316
services:

0 commit comments

Comments
 (0)