Transito v0.4.0: Complete migration to native Swift/SwiftUI#1
Open
Copilot wants to merge 7 commits into
Open
Conversation
- Major UI overhaul with Liquid Glass design using SwiftUI - Added subtitle extraction functionality with automatic output - Introduced a native Preferences window for customizable settings - Enhanced CLI with new commands for subtitle extraction and custom headers - Implemented notifications and real-time progress updates - Created a shared Python engine for HLS parsing and ffmpeg command building - Added new documentation files for auto discovery and implementation summary - Established a comprehensive release script for packaging CLI and GUI - Updated testing framework with new test files for engine and GUI - Migrated existing code to support new features and improved structure
- Implement HLSEngine.swift with native Swift ffmpeg integration - Add URLDiscoveryManager, URLDiscoveryView, PreferencesView, VisualEffectView - Remove all Python dependencies (transito.py, transito_engine.py, transito_gui.py) - Remove Python-based app bundle (Transito.app) - Remove tests and docs directories - Update VERSION to v0.4.0 - Update Info.plist to v0.4.0 - Update README.md for Swift-only implementation - Create CHANGELOG.md with v0.4.0 release notes - Create v0.4.0_RELEASE_NOTES.md - Add isError computed property to DownloadManager Co-authored-by: pedrobritx <74918167+pedrobritx@users.noreply.github.com>
- Remove packages/core directory (Python CLI) - Remove obsolete build_macos_app.sh script - Update build_swift_app.sh to remove Python references - Update release.sh for Swift-only distribution - Repository is now 100% Swift-based Co-authored-by: pedrobritx <74918167+pedrobritx@users.noreply.github.com>
- Document complete transition from Python to Swift - List all removed, added, and updated components - Detail architecture changes and improvements - Provide testing recommendations Co-authored-by: pedrobritx <74918167+pedrobritx@users.noreply.github.com>
- Document prerequisites and setup - Provide step-by-step build guide - Include troubleshooting section - Add testing checklist - Document distribution process Co-authored-by: pedrobritx <74918167+pedrobritx@users.noreply.github.com>
- Ignore build directories and derived data - Ignore Xcode user state files - Ignore app bundles, DMGs, and ZIPs - Ignore IDE and macOS files - Include Python patterns for safety Co-authored-by: pedrobritx <74918167+pedrobritx@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare Transito v0.4 for release with Swift implementation
Transito v0.4.0: Complete migration to native Swift/SwiftUI
Nov 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces hybrid Python/Swift architecture with pure Swift implementation. Removes all Python dependencies, CLI tool, and implements native HLS download engine.
Core Engine
HLSEngine.swift (200 lines)
-progress pipe:1Removed
Added
Build & Distribution
Updated
build_swift_app.shandrelease.shto remove Python dependency chains. Build now requires only Xcode 14.0+ and macOS 13.0+ SDK.Impact
Version bumped to 0.4.0. Breaking change: CLI removed, GUI-only distribution.
Original prompt
Created from VS Code via the GitHub Pull Request extension.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.