Skip to content

Commit 83a2fb8

Browse files
authored
chore(main): release 2.12.0 (#295)
🤖 I have created a release *beep* *boop* --- ## [2.12.0](v2.11.1...v2.12.0) (2026-08-18) ### Features * **app:** opt-in debug logging mode and safer, richer diagnostic bundles ([#314](#314)) ([33c281c](33c281c)) * **core:** allow nested backup sources when the parent excludes the child ([#294](#294)) ([0b62df9](0b62df9)) * **core:** live exclusion pickup and a visible pending-work queue ([#313](#313)) ([e6427c7](e6427c7)) * live bottleneck indicator on the Activity dashboard ([#311](#311)) ([2d9d763](2d9d763)) * **ui:** folder picker sort/filter/create/rename and exclusions size rollups ([#315](#315)) ([7e87341](7e87341)) ### Bug Fixes * **app:** never freeze on tray quit during a backup; quitting tray state; honest recovery status ([#312](#312)) ([f951cde](f951cde)) * clear the attention banner after a passing run and make source removal backend-aware ([#310](#310)) ([6d8e1ab](6d8e1ab)) * **s3:** honest per-source versioning across backends and multipart-upload leak sweep ([#316](#316)) ([d462592](d462592)) --- 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 33c281c commit 83a2fb8

6 files changed

Lines changed: 44 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.11.1"
2+
".": "2.12.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.12.0](https://github.com/pmaxhogan/driven/compare/v2.11.1...v2.12.0) (2026-08-18)
9+
10+
11+
### Features
12+
13+
* **app:** opt-in debug logging mode and safer, richer diagnostic bundles ([#314](https://github.com/pmaxhogan/driven/issues/314)) ([33c281c](https://github.com/pmaxhogan/driven/commit/33c281c8be56e19cabb20d44575c499baacb7b95))
14+
* **core:** allow nested backup sources when the parent excludes the child ([#294](https://github.com/pmaxhogan/driven/issues/294)) ([0b62df9](https://github.com/pmaxhogan/driven/commit/0b62df9dc771a4b8c05cd3b14950d586447f1826))
15+
* **core:** live exclusion pickup and a visible pending-work queue ([#313](https://github.com/pmaxhogan/driven/issues/313)) ([e6427c7](https://github.com/pmaxhogan/driven/commit/e6427c7faea0b2d4f7f5afd24ad84ecb08a47d83))
16+
* live bottleneck indicator on the Activity dashboard ([#311](https://github.com/pmaxhogan/driven/issues/311)) ([2d9d763](https://github.com/pmaxhogan/driven/commit/2d9d763b40320dbb841cac46497c054b2aa2eabc))
17+
* **ui:** folder picker sort/filter/create/rename and exclusions size rollups ([#315](https://github.com/pmaxhogan/driven/issues/315)) ([7e87341](https://github.com/pmaxhogan/driven/commit/7e8734120b6c16f99f072d31fc0861b116c01a8a))
18+
19+
20+
### Bug Fixes
21+
22+
* **app:** never freeze on tray quit during a backup; quitting tray state; honest recovery status ([#312](https://github.com/pmaxhogan/driven/issues/312)) ([f951cde](https://github.com/pmaxhogan/driven/commit/f951cde9e89692e311f4b96183658807bf6d6ed0))
23+
* clear the attention banner after a passing run and make source removal backend-aware ([#310](https://github.com/pmaxhogan/driven/issues/310)) ([6d8e1ab](https://github.com/pmaxhogan/driven/commit/6d8e1ab2bd9cd5a6cae616f23c1d852bdb6451ce))
24+
* **s3:** honest per-source versioning across backends and multipart-upload leak sweep ([#316](https://github.com/pmaxhogan/driven/issues/316)) ([d462592](https://github.com/pmaxhogan/driven/commit/d462592713f70121ffb1af67ccca9e9c8e796bc6))
25+
826
## [2.11.1](https://github.com/pmaxhogan/driven/compare/v2.11.0...v2.11.1) (2026-08-15)
927

1028

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.11.1"
35+
version = "2.12.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.11.1",
4+
"version": "2.12.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.11.1",
4+
"version": "2.12.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)