Additions:
- Add Baichuan privacy mode support
- Parse Baichuan privacy mode from login response
- Check privacy mode during login and raise LoginPrivacyModeError
- Temporarily disable privacy mode during initial get host data
- logout before enabling privacy mode again
- Improve privacy mode checking
- Optimize logout after privacy mode enable in get_host_data
- Add SetNetPort baichuan fallback
Bug fixes:
- Fix wrong channel used for include check of DingDongOpt
- Ensure previous futures throw their exceptions before opening a new connection
- Wait before sending identical cmd_ids simultaneously
- ensure stream URLs are available when privacy mode enabled
Optimizations:
Full Changelog: 0.11.6...0.11.7