Conversation
…ad input Electron 33 + React 18 + TypeScript client built with electron-vite. Includes complete GFN protocol v3 implementation with proper wrapping for all input channels (keyboard, mouse, gamepad). Gamepad uses PR channel with sequence tracking and bitmap-based connected state. Adds CI workflows for build, release, and bootstrap.
…otes in the comparison table.
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.
v0.2.4
Summary
This draft release PR merges
devintomainforv0.2.4.This is a major migration release that:
Scope
Major Changes
1. Electron workspace migration
opennow-stable/app with Electron + React + TypeScript architecture.opennow-stable.Key files:
opennow-stable/package.jsonopennow-stable/electron.vite.config.tsopennow-stable/src/main/index.tsopennow-stable/src/preload/index.tsopennow-stable/src/renderer/src/App.tsx2. Streaming, input, and session UX improvements
Key files:
opennow-stable/src/main/gfn/auth.tsopennow-stable/src/main/gfn/cloudmatch.tsopennow-stable/src/main/gfn/signaling.tsopennow-stable/src/renderer/src/gfn/webrtcClient.tsopennow-stable/src/renderer/src/components/StreamView.tsx3. CI/CD and packaging updates
auto-build.debpackaging fallback using systemfpm.Key file:
.github/workflows/auto-build.yml4. Docs and branding refresh
Key files:
README.md.github/CONTRIBUTING.mdlogo.png5. Legacy stack cleanup
Removed paths include:
src-tauri/**src/**root frontend filesflatpak/**Breaking Changes
opennow-stable.Validation
npm --prefix opennow-stable run typechecknpm --prefix opennow-stable run buildfailed in sandbox withspawn EPERM(environment restriction), so CI/local unrestricted build should be used as source of truth.Reviewer Checklist
tmp.jsis intentional; remove if leftover debug file.