Skip to content

Releases: ai-dashboad/flutter-skill

v0.9.34

Choose a tag to compare

@github-actions github-actions released this 23 Mar 14:59

Full Changelog: v0.9.33...v0.9.34

v0.9.33

Choose a tag to compare

@github-actions github-actions released this 23 Mar 03:14

Full Changelog: v0.9.32...v0.9.33

v0.9.32

Choose a tag to compare

@github-actions github-actions released this 23 Mar 03:10

Full Changelog: v0.9.31...v0.9.32

v0.9.31

Choose a tag to compare

@github-actions github-actions released this 23 Mar 03:01

Full Changelog: v0.9.30...v0.9.31

v0.9.30

Choose a tag to compare

@github-actions github-actions released this 22 Mar 14:20

Full Changelog: v0.9.29...v0.9.30

v0.9.29

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:26

Full Changelog: v0.9.28...v0.9.29

v0.9.28

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:04

Full Changelog: v0.9.27...v0.9.28

v0.9.27

Choose a tag to compare

@github-actions github-actions released this 18 Mar 18:33

Full Changelog: v0.9.26...v0.9.27

v0.9.26

Choose a tag to compare

@charliewwdev charliewwdev released this 17 Mar 07:48

🐛 Bug Fixes

  • Added --chrome-port=N as an alias for --cdp-port=N
  • Fixed FormatException when parsing --chrome-port parameter
  • Auto-detection for existing Chrome instances
  • Reuse logged-in Chrome sessions (preserves Reddit, Twitter, Google logins)

📝 Usage

# Connect to existing Chrome (port 18800)
flutter-skill serve https://reddit.com --chrome-port=18800

# Or use --cdp-port (same effect)
flutter-skill serve https://reddit.com --cdp-port=18800

🎯 Impact

  • ✅ No need to re-login to websites
  • ✅ Works with existing Chrome instances
  • ✅ Better compatibility with OpenClaw and other tools

Full changelog: CHANGELOG.md

v0.9.25

Choose a tag to compare

@github-actions github-actions released this 17 Mar 03:35

Full Changelog: v0.9.23...v0.9.25