Skip to content

Commit fcf40ce

Browse files
initcronclaude
andcommitted
chore(release): v1.1.0
- Update CHANGELOG with module-11 and explainer framework improvements - Add explainer* pattern to .gitignore for generated files Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 904c6c5 commit fcf40ce

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ __pycache__/
4848

4949
# Playwright
5050
**/.playwright-mcp/
51+
52+
# Course explainers (generated screenshots and sequences)
53+
**/explainer*

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project 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.1.0] - 2026-04-15
9+
10+
### Added
11+
12+
- **Module 11**: Telegram conversational chat integration with hermes gateway setup
13+
- **Module 11**: Slack integration (optional) to Track C triggers lab
14+
- **Module 11**: Multi-bot setup guidance and /sethome + delivery features
15+
- **Explainer Framework**: Automated gitignore for generated explainer screenshots and sequences
16+
17+
### Fixed
18+
19+
- **Module 11**: Gateway start and tail -f log instructions in prerequisites
20+
- **Module 11**: Telegram profile vs default agent configuration
21+
- **Module 11**: AlertManager pod naming and configuration references
22+
- **Module 11**: AlertManager webhook output visibility
23+
- **Module 11**: Hermes cron command signature and global skills API key handling
24+
- **Lab Infrastructure**: Kubernetes validation commands and gateway state management
25+
826
## [0.1.1] - 2026-04-09
927

1028
### Fixed

0 commit comments

Comments
 (0)