Skip to content

Commit 8b523f2

Browse files
authored
chore(main): release 2.11.0 (#289)
🤖 I have created a release *beep* *boop* --- ## [2.11.0](v2.10.1...v2.11.0) (2026-08-14) ### Features * **ui:** live disk/network throughput graphs + visible upload recovery ([#290](#290)) ([4fe156c](4fe156c)) ### Bug Fixes * **core:** exempt Zone.Identifier from the ads_skipped warning ([#288](#288)) ([f37ff68](f37ff68)) * let a slow add-source wizard finish instead of failing with a phantom disk error ([#291](#291)) ([1fbba98](1fbba98)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 4fe156c commit 8b523f2

6 files changed

Lines changed: 39 additions & 26 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.10.1"
2+
".": "2.11.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Released entries are appended automatically from Conventional Commits when the
55
"chore: release" pull request is merged. The project follows
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.11.0](https://github.com/pmaxhogan/driven/compare/v2.10.1...v2.11.0) (2026-08-14)
9+
10+
11+
### Features
12+
13+
* **ui:** live disk/network throughput graphs + visible upload recovery ([#290](https://github.com/pmaxhogan/driven/issues/290)) ([4fe156c](https://github.com/pmaxhogan/driven/commit/4fe156c8710a9e3f266d72fab92c8ee73497ac44))
14+
15+
16+
### Bug Fixes
17+
18+
* **core:** exempt Zone.Identifier from the ads_skipped warning ([#288](https://github.com/pmaxhogan/driven/issues/288)) ([f37ff68](https://github.com/pmaxhogan/driven/commit/f37ff68a3fdb2cfded8516a0e843afd256fbddd7))
19+
* let a slow add-source wizard finish instead of failing with a phantom disk error ([#291](https://github.com/pmaxhogan/driven/issues/291)) ([1fbba98](https://github.com/pmaxhogan/driven/commit/1fbba9836d67f9c7c79875d98407b316628bc8ed))
20+
821
## [2.10.1](https://github.com/pmaxhogan/driven/compare/v2.10.0...v2.10.1) (2026-08-14)
922

1023

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exclude = [
3232
]
3333

3434
[workspace.package]
35-
version = "2.10.1"
35+
version = "2.11.0"
3636
edition = "2021"
3737
rust-version = "1.85"
3838
authors = ["Driven contributors"]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Driven",
4-
"version": "2.10.1",
4+
"version": "2.11.0",
55
"identifier": "app.driven",
66
"build": {
77
"frontendDist": "../ui/dist",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "driven-ui",
33
"private": true,
4-
"version": "2.10.1",
4+
"version": "2.11.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)