Skip to content

Commit ea1c2ee

Browse files
committed
chore: version packages
1 parent b4a808a commit ea1c2ee

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When user says "COM":
5252
4. **Sync CLAUDE.md version**: Update the `**Version**` line below to match the new version from `package.json`
5353
5. **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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)