zhom
eeb5c816bf
feat: sha256 checksum for self-updates
2026-07-11 15:41:00 +04:00
zhom
86d58717b4
fix: properly handle location spoofing for socks5 proxies
2026-07-11 15:01:42 +04:00
zhom
06e34527b6
feat: progress bar for extraction
2026-07-11 15:01:04 +04:00
zhom
0e5a4608d7
chore: version bump
2026-07-09 14:24:43 +04:00
zhom
745a4da17c
refactor: do not use system proxy on windows
2026-07-09 14:23:11 +04:00
zhom
fc7da8af36
chore: version bump
2026-07-09 00:05:48 +04:00
zhom
575700a67f
chore: lint
2026-07-08 12:33:21 +04:00
zhom
891eba6a47
refactor: handle newer wayfern versions
2026-07-08 11:26:04 +04:00
zhom
d8c1a51d4a
chore: linux ci
2026-07-08 10:55:08 +04:00
zhom
0b3857b361
chore: update dependencies
2026-07-08 01:19:52 +04:00
zhom
23859333c6
refactor: fully deprecate camoufox
2026-07-08 01:19:52 +04:00
zhom
23dab4c8e4
feat: ipv6 support for wireguard
2026-07-08 01:19:52 +04:00
zhom
6f0ffc79ee
refactor: cleanup
2026-07-08 01:19:52 +04:00
zhom
eb6ded2772
refactor: better handling of unstable connection during asset downloads
2026-07-08 01:19:52 +04:00
zhom
95189c7c6c
fix: background status/update loop and window-color command
2026-07-08 01:19:52 +04:00
zhom
63a1f4c92a
feat: per-profile window color with id-derived default
2026-07-08 01:19:52 +04:00
zhom
b507bf0af5
fix: sync engine correctness and manifest traversal guard
2026-07-08 01:19:52 +04:00
zhom
15a7647e74
security: restrict secret files to owner-only (0600)
2026-07-08 01:19:52 +04:00
zhom
862831764d
feat: emit extension sync-status events
2026-07-08 01:19:52 +04:00
zhom
8b1629c7db
fix: self-reap proxy worker off-runtime and redact upstream creds in logs
2026-07-08 01:19:51 +04:00
zhom
5a46d0e266
fix: resolve VPN SOCKS5 domain CONNECT requests through the tunnel
2026-07-08 01:19:51 +04:00
zhom
2c4163383d
fix: persist imported session cookies so logins survive relaunch
2026-07-08 01:19:51 +04:00
zhom
e54bc1192d
chore: version bump
2026-06-24 08:30:19 +04:00
zhom
9061e4db8f
refactor: improve location info generation for fresh profiles
2026-06-24 08:01:46 +04:00
zhom
19e50324c4
refactor: improve profile creation api invalid 'browser' handling
2026-06-24 08:01:46 +04:00
zhom
8588a44fb5
refactor: cleanup
2026-06-24 02:00:44 +04:00
zhom
94cccc3702
fix: prevent stale sse token refresh
2026-06-24 00:51:21 +04:00
zhom
4007dedcf0
feat: batch profile launch/stop for paid users
2026-06-24 00:07:43 +04:00
zhom
50d2834634
refactor: bound proxy connection
2026-06-23 23:20:24 +04:00
zhom
f8791a9ec5
chore: dependency update
2026-06-23 22:46:39 +04:00
zhom
4598b22af1
refactor: add robust proxy lifecycle management"
2026-06-23 22:10:16 +04:00
liasica
02328e59a2
fix(proxy): make SOCKS5 upstream username/password authentication reliable
...
Two independent root causes were producing auth failures on the upstream
SOCKS5 dial path:
1. `url::Url::username()` / `Url::password()` return percent-encoded
strings per the WHATWG URL spec, but the producer side already
percent-encodes the credentials when assembling the upstream URL —
so the upstream was receiving `%40` instead of `@` and authentication
silently failed for any credential containing `@ : / + = % ! space`
or non-ASCII characters. Centralize the decode in a new
`upstream_userpass` helper and route all four upstream-dial sites
through it (HTTP CONNECT → SOCKS5, HTTP CONNECT → HTTP Basic-Auth,
local SOCKS5 → HTTP Basic-Auth, local SOCKS5 → SOCKS5). The
Shadowsocks path already decoded manually and is unchanged.
2. async_socks5 0.6 issues a `write_u8` for every single-byte field of
the SOCKS5 method-selection and RFC1929 sub-negotiation. On a raw
`TcpStream` each call becomes its own TCP segment, and some upstream
SOCKS5 implementations treat this fragmented submission as a
misbehaving client and silently FIN instead of returning a status —
curl with the same credentials succeeds because it buffers each
sub-message into a single send(). Wrap the upstream socket in
`tokio::io::BufStream` (the usage pattern the async_socks5 README
shows) and enable TCP_NODELAY so flushes leave unsegmented.
Includes unit tests covering percent-decode for ASCII / special-char /
non-ASCII / no-credentials / username-only inputs, plus a trace-level
SOCKS5 handshake byte logger that can be enabled with
RUST_LOG=donutbrowser_lib::proxy_server=trace for future debugging.
2026-06-19 20:03:24 +08:00
zhom
e1b79037bf
chore: version bump
2026-06-18 02:10:36 +04:00
zhom
d3169ad7a9
refactor: better tray icon
2026-06-18 01:41:14 +04:00
zhom
e1fcfd5403
refactor: simplify socks connection
2026-06-17 18:33:09 +04:00
zhom
9dc9e13182
refactor: switch local proxy from http to socks
2026-06-17 18:33:09 +04:00
zhom
168b7ac6d4
feat: amek window resizable
2026-06-17 18:33:09 +04:00
zhom
ba40458216
chore: version bump
2026-06-08 04:38:01 +04:00
zhom
91e6381ba5
chore: linting
2026-06-08 00:44:03 +04:00
zhom
fc9a00b97d
refactor: deprecate camoufox
2026-06-08 00:06:44 +04:00
zhom
15f3aa03f7
refactor: cleanup
2026-06-08 00:06:44 +04:00
dependabot[bot]
6b31c937ea
deps(rust)(deps): bump the rust-dependencies group ( #422 )
...
Bumps the rust-dependencies group in /src-tauri with 13 updates:
| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log ) | `0.4.30` | `0.4.32` |
| [bzip2](https://github.com/trifectatechfoundation/bzip2-rs ) | `0.5.2` | `0.6.1` |
| [chrono](https://github.com/chronotope/chrono ) | `0.4.44` | `0.4.45` |
| [rusqlite](https://github.com/rusqlite/rusqlite ) | `0.40.0` | `0.40.1` |
| [serial_test](https://github.com/palfrey/serial_test ) | `3.4.0` | `3.5.0` |
| [hashlink](https://github.com/djc/hashlink ) | `0.11.0` | `0.12.0` |
| [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer ) | `0.4.12` | `0.4.13` |
| [libsqlite3-sys](https://github.com/rusqlite/rusqlite ) | `0.38.0` | `0.38.1` |
| [serde_with](https://github.com/jonasbb/serde_with ) | `3.20.0` | `3.21.0` |
| [serde_with_macros](https://github.com/jonasbb/serde_with ) | `3.20.0` | `3.21.0` |
| [serial_test_derive](https://github.com/palfrey/serial_test ) | `3.4.0` | `3.5.0` |
| [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation ) | `1.13.2` | `1.13.3` |
| [yoke](https://github.com/unicode-org/icu4x ) | `0.8.2` | `0.8.3` |
Updates `log` from 0.4.30 to 0.4.32
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.30...0.4.32 )
Updates `bzip2` from 0.5.2 to 0.6.1
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases )
- [Commits](https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.1 )
Updates `chrono` from 0.4.44 to 0.4.45
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.44...v0.4.45 )
Updates `rusqlite` from 0.40.0 to 0.40.1
- [Release notes](https://github.com/rusqlite/rusqlite/releases )
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md )
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.40.0...v0.40.1 )
Updates `serial_test` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v3.4.0...v3.5.0 )
Updates `hashlink` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/djc/hashlink/releases )
- [Changelog](https://github.com/djc/hashlink/blob/main/CHANGELOG.md )
- [Commits](https://github.com/djc/hashlink/compare/v0.11.0...v0.12.0 )
Updates `libfuzzer-sys` from 0.4.12 to 0.4.13
- [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-fuzz/libfuzzer/compare/0.4.12...0.4.13 )
Updates `libsqlite3-sys` from 0.38.0 to 0.38.1
- [Release notes](https://github.com/rusqlite/rusqlite/releases )
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md )
- [Commits](https://github.com/rusqlite/rusqlite/commits )
Updates `serde_with` from 3.20.0 to 3.21.0
- [Release notes](https://github.com/jonasbb/serde_with/releases )
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.20.0...v3.21.0 )
Updates `serde_with_macros` from 3.20.0 to 3.21.0
- [Release notes](https://github.com/jonasbb/serde_with/releases )
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.20.0...v3.21.0 )
Updates `serial_test_derive` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v3.4.0...v3.5.0 )
Updates `unicode-segmentation` from 1.13.2 to 1.13.3
- [Commits](https://github.com/unicode-rs/unicode-segmentation/commits )
Updates `yoke` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/unicode-org/icu4x/releases )
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md )
- [Commits](https://github.com/unicode-org/icu4x/commits/ind/yoke@0.8.3 )
---
updated-dependencies:
- dependency-name: log
dependency-version: 0.4.32
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: bzip2
dependency-version: 0.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: rust-dependencies
- dependency-name: chrono
dependency-version: 0.4.45
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: rusqlite
dependency-version: 0.40.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: serial_test
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: rust-dependencies
- dependency-name: hashlink
dependency-version: 0.12.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: rust-dependencies
- dependency-name: libfuzzer-sys
dependency-version: 0.4.13
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: libsqlite3-sys
dependency-version: 0.38.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: serde_with
dependency-version: 3.21.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: rust-dependencies
- dependency-name: serde_with_macros
dependency-version: 3.21.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: rust-dependencies
- dependency-name: serial_test_derive
dependency-version: 3.5.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: rust-dependencies
- dependency-name: unicode-segmentation
dependency-version: 1.13.3
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: yoke
dependency-version: 0.8.3
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: rust-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-06 10:28:59 +00:00
zhom
e98d02a585
chore: version bump
2026-06-03 23:05:21 +04:00
zhom
afa2326584
fix: launch wayfern with proper dimentions for mobile devices
2026-06-03 23:05:21 +04:00
zhom
a0244356bf
chore: version bump
2026-06-02 04:22:38 +04:00
zhom
14522c75f6
refactor: cleanup
2026-06-02 04:22:38 +04:00
zhom
e006d56387
chore: version bump
2026-06-01 23:34:21 +04:00
zhom
42067367fd
chore: version bump
2026-06-01 02:19:25 +04:00
andy
799df28f61
Merge pull request #402 from zhom/dependabot/cargo/src-tauri/rust-dependencies-1b5fcb4ba9
...
deps(rust)(deps): bump the rust-dependencies group in /src-tauri with 30 updates
2026-05-31 14:40:59 -07:00
zhom
98f1c7452a
feat: add onboarding
2026-06-01 01:05:35 +04:00