Skip to content

Commit a96f892

Browse files
committed
chore(main): release 0.4.0
1 parent 4631225 commit a96f892

5 files changed

Lines changed: 17 additions & 4 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-
".": "0.3.1"
2+
".": "0.4.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+
## [0.4.0](https://github.com/pmaxhogan/driven/compare/v0.3.1...v0.4.0) (2026-06-27)
9+
10+
11+
### Features
12+
13+
* **ui:** global backup progress bar in the app header ([#55](https://github.com/pmaxhogan/driven/issues/55)) ([b7513b5](https://github.com/pmaxhogan/driven/commit/b7513b55bf1614bcef1081857389f57118bb8ae2))
14+
* **ui:** sticky restore action bar and virtualized large lists ([#54](https://github.com/pmaxhogan/driven/issues/54)) ([4631225](https://github.com/pmaxhogan/driven/commit/4631225cc7fda29e8348e3bb00915a0a47b81e31))
15+
16+
17+
### Bug Fixes
18+
19+
* **ui:** keep the activity screen smooth during uploads ([#56](https://github.com/pmaxhogan/driven/issues/56)) ([44f3853](https://github.com/pmaxhogan/driven/commit/44f38539f00e0cccf8d4b7501b79cefbf4f41cc2))
20+
821
## [0.3.1](https://github.com/pmaxhogan/driven/compare/v0.3.0...v0.3.1) (2026-06-26)
922

1023

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = [
2020
]
2121

2222
[workspace.package]
23-
version = "0.3.1"
23+
version = "0.4.0"
2424
edition = "2021"
2525
rust-version = "1.85"
2626
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": "0.3.1",
4+
"version": "0.4.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": "0.3.1",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)