Skip to content

Commit 8882060

Browse files
chore(release): 0.5.0 [skip ci]
# [0.5.0](v0.4.0...v0.5.0) (2026-04-27) ### Bug Fixes * **release:** sync versions to v0.4.0 and wire up semantic-release npm plugin ([18feaeb](18feaeb)) * **release:** use tauri-action beforeBuildCommand for web build ([c66d0f3](c66d0f3)) ### Features * **demo:** extend mask() to all breadcrumbs, page titles, and identifiers ([123828c](123828c)) * **demo:** replace blur with asterisk masking of user data via React context ([8f9d806](8f9d806)) * **web:** show app version in sidebar footer via Vite define ([7848d69](7848d69))
1 parent c66d0f3 commit 8882060

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.5.0](https://github.com/offendingcommit/openconcho/compare/v0.4.0...v0.5.0) (2026-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **release:** sync versions to v0.4.0 and wire up semantic-release npm plugin ([18feaeb](https://github.com/offendingcommit/openconcho/commit/18feaeb3d4f9749b7ca33b26c1912ac99a6e2fb9))
7+
* **release:** use tauri-action beforeBuildCommand for web build ([c66d0f3](https://github.com/offendingcommit/openconcho/commit/c66d0f326ce4209f7298402c20bfcb226616012c))
8+
9+
10+
### Features
11+
12+
* **demo:** extend mask() to all breadcrumbs, page titles, and identifiers ([123828c](https://github.com/offendingcommit/openconcho/commit/123828ccb6e6b14300e73229f70127ac0b1d69bb))
13+
* **demo:** replace blur with asterisk masking of user data via React context ([8f9d806](https://github.com/offendingcommit/openconcho/commit/8f9d806eef3a6d77c3c7b017f8ff23c1177a649b))
14+
* **web:** show app version in sidebar footer via Vite define ([7848d69](https://github.com/offendingcommit/openconcho/commit/7848d69524f739c3139d0c1fdb99c686fc6fdfb5))
15+
116
# [0.4.0](https://github.com/offendingcommit/openconcho/compare/v0.3.0...v0.4.0) (2026-04-27)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openconcho",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"packageManager": "pnpm@10.33.2",
66
"scripts": {
77
"dev": "pnpm --filter @openconcho/desktop dev",

packages/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openconcho"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)