v1.1.0: IP picker, notifications, Open, macOS/Linux builds - #4
Merged
Conversation
Add a network interface picker, OS toasts when a port comes online, and an Open action for the desktop browser. Release workflow now builds Windows, macOS (arm64 + x64), and Linux. Remaining ideas live in ROADMAP.md. Co-authored-by: Krystian <haser88@gmail.com>
Co-authored-by: Krystian <haser88@gmail.com>
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.
v1.1.0 is already published. Merge this PR so the landing page and ROADMAP land on
main.Release
https://github.com/hsr88/envtunnel/releases/tag/v1.1.0
Windows, macOS (arm64 + Intel), and Linux (deb / AppImage / rpm) all built successfully.
In the app
127.0.0.1if LOCAL ONLY)Roadmap
ROADMAP.md — remaining ideas, linked from README and the landing nav.
Summary by cubic
Adds an IP picker, native notifications, an Open action, and cross‑platform installers for v1.1.0. Previously we auto‑chose a LAN IP and only showed in‑app toasts; now users can select and persist an interface, we send native notifications when ports come online (skips the first scan), and “Open” launches the URL locally (uses 127.0.0.1 when LOCAL ONLY).
Review focus
localStorage); “OPEN/OPEN IN BROWSER” uses newopen_in_browser; minor copy and version bumps.list_network_interfaces(filters v4, de‑dupes, recommends LAN), refinedget_local_ip, andopen_in_browservia Rustopen; integrates@tauri-apps/plugin-notification/tauri-plugin-notificationand addsnotification:default; suppresses OS toast on first scan..exe; release body and docs list all installers; Linux now prefers.debover AppImage and download sizes are corrected.ROADMAP.mdand links.Rollout
localStorage.Written for commit 6df9e0d. Summary will update on new commits.