mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2026-06-17 12:38:21 +08:00
- Introduce natural language device control powered by AutoGLM - Support single-device and multi-device batch execution - Add conversational device control mode with real-time task status - Support scheduled automation via cron expressions - Add batch deletion for devices and tasks - Introduce subscription system and configurable API keys - Deep AutoGLM integration with streaming output and unified batch control - Improve device control automation and interaction experience - Refactor IPC, process management, and project architecture - Upgrade scrcpy to v3.3.4 - Comprehensive UI/UX redesign and performance optimizations
20 lines
382 B
YAML
20 lines
382 B
YAML
name: release
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: googleapis/release-please-action@v4
|
|
with:
|
|
token: ${{ secrets.GH_TOKEN }}
|
|
config-file: .release-please-config.json
|
|
manifest-file: .release-please-manifest.json |