File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to **massCode Web** will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.4] - 2025-09-18
9+
10+ ### Fixed
11+ - ** Workflow Permissions** : Fixed GitHub Actions permissions to enable repository dispatch events for automatic demo updates
12+
13+ ### Added
14+ - ** Docker Hub Publishing** : Enhanced build workflow to publish Docker images to both GitHub Container Registry and Docker Hub
15+ - ** Multi-Registry Support** : Images now available on both ` ghcr.io/codebude/masscode-web ` and ` docker.io/codebude/masscode-web `
16+
17+ ### Technical Details
18+ - Updated workflow permissions from ` contents: read ` to ` contents: write ` for repository dispatch functionality
19+ - Added Docker Hub authentication and metadata configuration for dual registry publishing
20+
821## [ 1.0.3] - 2025-09-17
922
1023### Fixed
@@ -17,15 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1730- ** Live Demo** : Added live demo section to README with link to https://masscodeweb.code-bude.net/
1831- ** GitHub Actions Workflow** : Added manual workflow for updating live demo via SSH and Docker Compose
1932- ** Automatic Demo Updates** : Modified build workflow to automatically trigger demo updates when tagging builds as latest
20- - ** SSH Passphrase Support** : Added passphrase parameter support to SSH action for encrypted private keys
2133
22- ### Changed
23- - ** Workflow Triggers** : Updated demo update workflow to support both manual and automatic triggers via repository dispatch
2434
2535### Technical Details
2636- Implemented responsive CSS rules with viewport width calculations for sidebar state detection
2737- Added repository dispatch event handling for workflow chaining
28- - Enhanced SSH authentication with passphrase support for secure server access
2938- Updated README table of contents to include live demo section
3039
3140## [ 1.0.2] - 2025-09-16
You can’t perform that action at this time.
0 commit comments