Skip to content

Commit ccae97a

Browse files
committed
Release v1.0.3
- Add comprehensive changelog entry for v1.0.3 - Document all fixes and features since v1.0.2 - Include mobile responsiveness fixes, live demo, and CI/CD improvements
1 parent bc8aef7 commit ccae97a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to **massCode Web** will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.3] - 2025-09-17
9+
10+
### Fixed
11+
- **Mobile Responsiveness**: Fixed header overflow on small screens by implementing responsive flex-wrap layout
12+
- **Search Box Positioning**: Fixed search box overflow on mobile devices with proper responsive margins
13+
- **Snippet Container Overflow**: Fixed snippet content overflow on both mobile and desktop by implementing viewport width constraints
14+
- **Desktop Sidebar Overflow**: Fixed content overflow when sidebar is open on desktop using responsive CSS with calc() functions and sibling selectors
15+
16+
### Added
17+
- **Live Demo**: Added live demo section to README with link to https://masscodeweb.code-bude.net/
18+
- **GitHub Actions Workflow**: Added manual workflow for updating live demo via SSH and Docker Compose
19+
- **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
21+
22+
### Changed
23+
- **Workflow Triggers**: Updated demo update workflow to support both manual and automatic triggers via repository dispatch
24+
25+
### Technical Details
26+
- Implemented responsive CSS rules with viewport width calculations for sidebar state detection
27+
- Added repository dispatch event handling for workflow chaining
28+
- Enhanced SSH authentication with passphrase support for secure server access
29+
- Updated README table of contents to include live demo section
30+
831
## [1.0.2] - 2025-09-16
932

1033
### Fixed

0 commit comments

Comments
 (0)