mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-11 15:16:34 +02:00
docs: update CHANGELOG.md and README.md for v0.28.0 [skip ci] (#489)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fc7da8af36
commit
9d5983cf55
@@ -1,6 +1,55 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## v0.28.0 (2026-07-08)
|
||||
|
||||
### Features
|
||||
|
||||
- ipv6 support for wireguard
|
||||
- per-profile window color with id-derived default
|
||||
- emit extension sync-status events
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- background status/update loop and window-color command
|
||||
- sync engine correctness and manifest traversal guard
|
||||
- replace create-profile Back button with Close
|
||||
- don't start window drag on interactive controls
|
||||
- self-reap proxy worker off-runtime and redact upstream creds in logs
|
||||
- resolve VPN SOCKS5 domain CONNECT requests through the tunnel
|
||||
- persist imported session cookies so logins survive relaunch
|
||||
|
||||
### Refactoring
|
||||
|
||||
- handle newer wayfern versions
|
||||
- fully deprecate camoufox
|
||||
- cleanup
|
||||
- better handling of unstable connection during asset downloads
|
||||
- backend-authoritative team scope and config/input hardening
|
||||
|
||||
### Documentation
|
||||
|
||||
- readme
|
||||
- agents
|
||||
|
||||
### Maintenance
|
||||
|
||||
- chore: version bump
|
||||
- chore: rename macos artifacts in ci
|
||||
- chore: lint
|
||||
- chore: copy
|
||||
- chore: linux ci
|
||||
- chore: update dependencies
|
||||
- chore: migrate biome config and exclude build dirs
|
||||
- ci(deps): bump the github-actions group with 6 updates
|
||||
- ci(deps): bump anomalyco/opencode/github in the github-actions group (#480)
|
||||
- chore: update flake.nix for v0.27.1 [skip ci] (#464)
|
||||
|
||||
### Other
|
||||
|
||||
- security: restrict secret files to owner-only (0600)
|
||||
|
||||
|
||||
## v0.27.1 (2026-06-24)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
| | Apple Silicon | Intel |
|
||||
|---|---|---|
|
||||
| **DMG** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut_0.27.1_aarch64.dmg) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut_0.27.1_x64.dmg) |
|
||||
| **DMG** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut_0.28.0_aarch64.dmg) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut_0.28.0_x64.dmg) |
|
||||
|
||||
Or install via Homebrew:
|
||||
|
||||
@@ -56,15 +56,15 @@ brew install --cask donut
|
||||
|
||||
### Windows
|
||||
|
||||
[Download Windows Installer (x64)](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut_0.27.1_x64-setup.exe) · [Portable (x64)](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut_0.27.1_x64-portable.zip)
|
||||
[Download Windows Installer (x64)](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut_0.28.0_x64-setup.exe) · [Portable (x64)](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut_0.28.0_x64-portable.zip)
|
||||
|
||||
### Linux
|
||||
|
||||
| Format | x86_64 | ARM64 |
|
||||
|---|---|---|
|
||||
| **deb** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut_0.27.1_amd64.deb) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut_0.27.1_arm64.deb) |
|
||||
| **rpm** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut-0.27.1-1.x86_64.rpm) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut-0.27.1-1.aarch64.rpm) |
|
||||
| **AppImage** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut_0.27.1_amd64.AppImage) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.27.1/Donut_0.27.1_aarch64.AppImage) |
|
||||
| **deb** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut_0.28.0_amd64.deb) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut_0.28.0_arm64.deb) |
|
||||
| **rpm** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut-0.28.0-1.x86_64.rpm) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut-0.28.0-1.aarch64.rpm) |
|
||||
| **AppImage** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut_0.28.0_amd64.AppImage) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.28.0/Donut_0.28.0_aarch64.AppImage) |
|
||||
<!-- install-links-end -->
|
||||
|
||||
Or install via package manager:
|
||||
|
||||
Reference in New Issue
Block a user