mirror of
https://github.com/hoornet/vega.git
synced 2026-07-24 09:18:11 -07:00
Release v0.14.1 — fix Support view crash, add proxy/Tor support
Fixes a crash that blanked the Support (About/donate) view with React error #130 on every release build since v0.13.2. react-qr-code ships CommonJS, and since the Vite 8 / Rolldown migration its default import resolved to the module namespace object ({ QRCode, default }) instead of the component, making <QRCode/> an invalid element. AboutView now unwraps the import to the real component. Reproduced against the production bundle and verified fixed the same way. Also ships the configurable HTTP/SOCKS5 network proxy (incl. Tor) from PR #10 by Anderseta, merged earlier: routes relay WebSockets, Rust-side fetches and update checks through the proxy. The proxy settings and the README/CHANGELOG note that DNS is not yet guaranteed private (issue #11). Adds a Contributors section to the README (Anderseta, SondreB).
This commit is contained in:
@@ -69,6 +69,11 @@ jobs:
|
||||
|
||||
> **Windows note:** The installer is not yet code-signed. Windows SmartScreen will show an "Unknown publisher" warning — click "More info → Run anyway" to install.
|
||||
|
||||
### v0.14.1 — Support view crash fix + proxy/Tor support
|
||||
|
||||
- **Fixed the Support view crash.** Opening Support showed a blank "Vega crashed" screen. This affected every release build since v0.13.2; it now opens correctly.
|
||||
- **Network proxy (HTTP / SOCKS5), including Tor.** A new Settings section routes Vega's traffic — including update checks — through a proxy. Thanks to [Anderseta](https://github.com/Anderseta) for contributing this (#10). Note: the proxy routes traffic but does not yet guarantee DNS privacy.
|
||||
|
||||
### v0.14.0 — Vega moves to its own app identifier
|
||||
|
||||
Vega's internal app identifier changes from `com.hoornet.vega` to `com.veganostr.Vega`, so it is anchored to a domain the project controls. This is a prerequisite for publishing Vega on Flathub and winget, and it makes the app's identity consistent across every platform.
|
||||
|
||||
Reference in New Issue
Block a user