mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-24 02:10:49 +02:00
docs: update CHANGELOG.md and README.md for v0.19.0 [skip ci] (#261)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot]
parent
30f8e3eab2
commit
c6568a126d
@@ -1,5 +1,61 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## v0.19.0 (2026-04-04)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- captcha on email input
|
||||||
|
- dns block lists
|
||||||
|
- portable build
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- follow latest MCP spec
|
||||||
|
- wayfern initial connection on macos doesn't timeout
|
||||||
|
|
||||||
|
### Refactoring
|
||||||
|
|
||||||
|
- linux auto updates
|
||||||
|
- more robust vpn handling
|
||||||
|
- don't allow portable build to be set as the default browser
|
||||||
|
- show app version in settings
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- remove codacy badge
|
||||||
|
- agents
|
||||||
|
- contrib-readme-action has updated readme
|
||||||
|
- update CHANGELOG.md and README.md for v0.18.1 [skip ci]
|
||||||
|
- cleanup
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
|
||||||
|
- test: simplify
|
||||||
|
- chore: preserve cargo
|
||||||
|
- chore: version bump
|
||||||
|
- chore: linting
|
||||||
|
- chore: update dependencies
|
||||||
|
- chore: repo publish workflow
|
||||||
|
- chore: copy and backlink
|
||||||
|
- test: serialize
|
||||||
|
- chore: copy correct file
|
||||||
|
- chore: linting
|
||||||
|
- chore: do not provide possible cause
|
||||||
|
- chore: linting
|
||||||
|
- chore: linting
|
||||||
|
- chore: linting
|
||||||
|
- chore: linting
|
||||||
|
- ci(deps): bump the github-actions group with 8 updates
|
||||||
|
- chore: commit doc changes directly and pretty discord notifications
|
||||||
|
- chore: update flake.nix for v0.18.1 [skip ci]
|
||||||
|
- chore: fix linting and formatting
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- deps(deps): bump the frontend-dependencies group with 35 updates
|
||||||
|
- deps(rust)(deps): bump the rust-dependencies group
|
||||||
|
|
||||||
## v0.18.1 (2026-03-24)
|
## v0.18.1 (2026-03-24)
|
||||||
|
|
||||||
### Refactoring
|
### Refactoring
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
| | Apple Silicon | Intel |
|
| | Apple Silicon | Intel |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| **DMG** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut_0.18.1_aarch64.dmg) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut_0.18.1_x64.dmg) |
|
| **DMG** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut_0.19.0_aarch64.dmg) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut_0.19.0_x64.dmg) |
|
||||||
|
|
||||||
Or install via Homebrew:
|
Or install via Homebrew:
|
||||||
|
|
||||||
@@ -61,15 +61,15 @@ brew install --cask donut
|
|||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
[Download Windows Installer (x64)](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut_0.18.1_x64-setup.exe)
|
[Download Windows Installer (x64)](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut_0.19.0_x64-setup.exe) · [Portable (x64)](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut_0.19.0_x64-portable.zip)
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
| Format | x86_64 | ARM64 |
|
| Format | x86_64 | ARM64 |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| **deb** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut_0.18.1_amd64.deb) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut_0.18.1_arm64.deb) |
|
| **deb** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut_0.19.0_amd64.deb) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut_0.19.0_arm64.deb) |
|
||||||
| **rpm** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut-0.18.1-1.x86_64.rpm) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut-0.18.1-1.aarch64.rpm) |
|
| **rpm** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut-0.19.0-1.x86_64.rpm) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut-0.19.0-1.aarch64.rpm) |
|
||||||
| **AppImage** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut_0.18.1_amd64.AppImage) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.18.1/Donut_0.18.1_aarch64.AppImage) |
|
| **AppImage** | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut_0.19.0_amd64.AppImage) | [Download](https://github.com/zhom/donutbrowser/releases/download/v0.19.0/Donut_0.19.0_aarch64.AppImage) |
|
||||||
<!-- install-links-end -->
|
<!-- install-links-end -->
|
||||||
|
|
||||||
Or install via package manager:
|
Or install via package manager:
|
||||||
|
|||||||
Reference in New Issue
Block a user