v1.0.0
What's Changed
- rewrite in rust with single-binary distribution by @cs01 in #108
- replace architecture diagram with ascii art by @cs01 in #109
- add windows support via portable-pty by @cs01 in #110
- switch tokio-tungstenite from native-tls to rustls by @cs01 in #113
- use relative paths in frontend html by @cs01 in #114
- improve landing page with install instructions and how it works by @cs01 in #115
- add --static-dir flag for custom frontend overrides by @cs01 in #111
- add public sessions with discoverable landing page by @cs01 in #116
- fix absolute paths for subpath hosting by @cs01 in #117
- add sharemyclaude binary mode via argv[0] detection by @cs01 in #118
- consistent banner colors and clean exit on pty close by @cs01 in #119
- security hardening: headers, cors, limits, zeroize, stronger ids by @cs01 in #120
- security audit: comprehensive hardening across server, crypto, and frontend by @cs01 in #121
- replace --skill flag with after_long_help in sharemyclaude cli by @cs01 in #123
- security audit v2: per-ip limits, cors, iv hardening, input caps by @cs01 in #124
- replace --skill flag with after_long_help in sharemyclaude cli by @cs01 in #122
- brighter prompt, --yes flag, banner contrast fix by @cs01 in #125
- security: fix crypto bugs, harden install.sh, replace dockerfile by @cs01 in #126
- fix: add connect_info to non-tls serve path by @cs01 in #127
- add see also section linking to sharemyclaude by @cs01 in #128
- bump version to v1.0.0 by @cs01 in #129
Full Changelog: v0.3.1.5...v1.0.0