v1.1.12.post2
mayswind/ezbookkeepingv1.1.12.post2Jun 23, 2026by rayrayraykk
AI Summary
Adds mobile adaptations for multiple console pages and improves chat navigation and error handling.
Key Highlights
- Mobile adaptation for Inbox, ACP, CronJobs, Sessions, and other pages
- Chat navigation fix after deleting sessions
- Improved cron job misfire handling
New Features
- Mobile adaptation for Console pages (Inbox, ACP, Agent Config, CronJobs, Sessions, Settings-Models, MCP, Channels, Environments, Workspace)
- File preview support for relative paths
- Discord streaming responses via message edit
- Enhanced login error handling and rate limiting
Full Release Notes
## What's Changed * fix: navigate to new chat after deleting the current session by @zhaozhuang521 in https://github.com/agentscope-ai/QwenPaw/pull/5376 * feat(console, chat): enhance file preview to support relative path by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/5377 * fix(queue): bind agent ID at enqueue time to prevent cross-agent deli… by @zhaozhuang521 in https://github.com/agentscope-ai/QwenPaw/pull/5371 * Context with model by @yuanxs21 in https://github.com/agentscope-ai/QwenPaw/pull/5386 * fix(console): use QueueItem userId/channel in background queue sender by @zhaozhuang521 in https://github.com/agentscope-ai/QwenPaw/pull/5389 * fix(#5354): release session switch lock on embedded mode completion by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5357 * fix(console): improve ModelSelector dropdown mobile responsiveness by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5355 * feat(console): mobile adaptation for Inbox page by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5383 * feat(console): mobile adaptation for ACP page by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5382 * feat(console): mobile responsive layout for Agent Config page by @lecheng2018 in https://github.com/agentscope-ai/QwenPaw/pull/5366 * feat(console): mobile adaptation for CronJobs page and PageHeader by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5362 * feat(console): mobile card layout for Backups page by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5391 * feat(console): mobile adaptation for Sessions page by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5364 * feat(console): adapt Settings-Models page for mobile view by @lecheng2018 in https://github.com/agentscope-ai/QwenPaw/pull/5397 * feat(console): mobile adaptation for MCP page by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5381 * feat(console): mobile adaptation for Channels page by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5369 * feat(console): mobile adaptation for Environments page by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5385 * feat(console): mobile adaptation for Workspace page by @yaozy2020 in https://github.com/agentscope-ai/QwenPaw/pull/5384 * fix(cron): record APScheduler misfires in history and raise default misfire grace to 600s by @lalaliat in https://github.com/agentscope-ai/QwenPaw/pull/5418 * refactor(chat): centralize session-id resolution and navigation state tracking by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/5388 * feat(auth): improve login error handling and add rate limiting by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/5424 * test(e2e): add UI coverage for 6 modules + infrastructure hardening by @yutai78786 in https://github.com/agentscope-ai/QwenPaw/pull/5372 * feat(discord): add streaming responses via message edit and typing indicator by @hongxicheng in https://github.com/agentscope-ai/QwenPaw/pull/5314 * fix(dream): set the default misfire time to 600s for dream. by @lalaliat in https://github.com/agentscope-ai/QwenPaw/pull/5426 * chore(version): bump version to 1.1.12.post2 by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/5429 ## New Contributors * @yaozy2020 made their first contribution in https://github.com/agentscope-ai/QwenPaw/pull/5357 * @lecheng2018 made their first contribution in https://github.com/agentscope-ai/QwenPaw/pull/5366 **Full Changelog**: https://github.com/agentscope-ai/QwenPaw/compare/v1.1.12.post1...v1.1.12.post2