Releases: arongate/ubuntu-miracast-server
Releases · arongate/ubuntu-miracast-server
Release list
v0.1.0-beta.1
[0.1.0-beta.1] - 2026-08-23
♻️ Refactoring
- switch P2P to Autonomous GO mode with dedicated wpa_supplicant
✨ Features
- security: add DevSecOps pipeline and harden privileged code
- initial implementation of Miracast sink application
🏗️ Chores
- prepare v0.1.0-beta.1 release
🐛 Bug Fixes
- ci: add make_latest and fail_on_unmatched_files to release action
- ci: resolve security scan and mypy failures
- ci: use --current for release changelog generation
- ci: fix release workflow - build sdist only, remove deb build
- ci: resolve remaining lint and test environment issues
- resolve CI lint failures and test environment issues
- rewrite receiver as RTSP client (sink connects TO source)
📚 Documentation
- update README for accuracy after architecture changes
- add project specifications (requirements, architecture, API, testing)
🔧 CI/CD
- add GitHub Actions CI/CD with Ruff, git-cliff, and conventional commits