File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# aicodeman
22
3+ ## 0.5.11
4+
5+ ### Patch Changes
6+
7+ - Community contributions and security hardening:
8+ - Mobile response viewer: native-scroll panel for reading full Claude responses with markdown rendering via marked.js (PR #62 )
9+ - PWA support: service worker caching, web app manifest, and Android home screen install (PR #59 )
10+ - Named Cloudflare tunnel support (PR #58 )
11+ - Markdown rendering for response viewer with HTML sanitization (XSS prevention) — strips dangerous elements, event handlers, and javascript: URIs
12+ - Service worker switched from stale-while-revalidate to network-first caching so deploys take effect immediately
13+ - Content-Disposition filename sanitization to prevent header injection in file downloads
14+ - Expose session.muxName public getter, replace unsafe ` as any ` cast in session-routes
15+ - Static import for execFile in session-routes
16+ - Keyboard shortcut updates: Alt+1-9 tab switching, Shift+Enter newline
17+ - Repo restructure for cleaner GitHub landing page
18+ - Mobile logo, expandable history, session resume fixes
19+
320## 0.5.10
421
522### Patch Changes
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ When user says "COM":
52524. **Sync CLAUDE.md version**: Update the `**Version**` line below to match the new version from `package.json`
53535. **Commit and deploy**: `git add -A && git commit -m "chore: version packages" && git push && npm run build && systemctl --user restart codeman-web`
5454
55- **Version**: 0.5.10 (must match `package.json`)
55+ **Version**: 0.5.11 (must match `package.json`)
5656
5757## Project Overview
5858
Original file line number Diff line number Diff line change 11{
22 "name" : " aicodeman" ,
3- "version" : " 0.5.10 " ,
3+ "version" : " 0.5.11 " ,
44 "description" : " The missing control plane for AI coding agents - run 20 autonomous agents with real-time monitoring and session persistence" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments