v1.1.0: Skills integration, cross-platform support, bug fixes
This commit is contained in:
51
README.md
51
README.md
@@ -452,6 +452,57 @@ rm -rf QwenClaw-with-Auth
|
||||
|
||||
---
|
||||
|
||||
## Versioning & Changelog
|
||||
|
||||
QwenClaw follows [Semantic Versioning](https://semver.org/) (MAJOR.MINOR.PATCH).
|
||||
|
||||
### [1.1.0] - 2026-02-26
|
||||
|
||||
#### Added
|
||||
- **Skills Integration**: Imported 25+ skills from [awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills)
|
||||
- Content Research Writer
|
||||
- File Organizer
|
||||
- Developer Growth Analysis
|
||||
- Changelog Generator
|
||||
- Document Skills
|
||||
- Image Enhancer
|
||||
- Video Downloader
|
||||
- And 19 more...
|
||||
- **Cross-platform support**: Full compatibility for Windows, Linux, and macOS
|
||||
- **Skills index**: `skills/skills-index.json` for skill discovery
|
||||
- **Installation scripts**: `install.sh` (Linux/macOS) and `install.ps1` (Windows)
|
||||
|
||||
#### Fixed
|
||||
- Daemon startup issue on Windows (qwen.cmd path resolution)
|
||||
- Settings file path (`.qwen/qwenclaw/settings.json`)
|
||||
- Statusline command path (`.qwen/statusline.cjs`)
|
||||
- Async/await handling in main entry point
|
||||
- Shell execution for cross-platform command spawning
|
||||
|
||||
#### Changed
|
||||
- Removed debug logging from production code
|
||||
- Improved error handling and reporting
|
||||
- Updated README with comprehensive documentation
|
||||
- Added versioning and changelog section
|
||||
|
||||
### [1.0.0] - 2026-02-26
|
||||
|
||||
#### Added
|
||||
- Initial release
|
||||
- Daemon with auto-start capability
|
||||
- Heartbeat system with quiet hours
|
||||
- Cron job scheduling
|
||||
- Telegram bot integration
|
||||
- Web dashboard (http://127.0.0.1:4632)
|
||||
- Four security levels (locked, strict, moderate, unrestricted)
|
||||
- Session persistence
|
||||
- Hot-reload configuration
|
||||
- Windows Task Scheduler integration
|
||||
- Linux systemd service support
|
||||
- macOS LaunchAgent support
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
MIT License - See [LICENSE](LICENSE) file for details.
|
||||
|
||||
Reference in New Issue
Block a user