Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
".": "0.34.0",
"packages/core": "0.29.0",
"packages/crypto": "0.29.0",
"packages/api-client": "0.32.0",
"packages/sdk-core": "0.33.0",
".": "0.35.0",
"packages/core": "0.30.0",
"packages/crypto": "0.30.0",
"packages/api-client": "0.33.0",
"packages/sdk-core": "0.34.0",
"packages/sdk": "0.33.0",
"crates/crypto": "0.4.0",
"crates/core": "0.4.0",
"crates/crypto": "0.5.0",
"crates/core": "0.5.0",
"crates/api-client": "0.4.0",
"crates/fuse": "0.4.1",
"crates/sdk": "0.4.0"
"crates/fuse": "0.5.0",
"crates/sdk": "0.5.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.35.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.34.0...cipher-box-v0.35.0) (2026-03-31)


### Features

* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad))
* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe))


### Bug Fixes

* **desktop:** use compile-time API URL fallback for release builds ([#425](https://github.com/FSM1/cipher-box/issues/425)) ([e5384c0](https://github.com/FSM1/cipher-box/commit/e5384c0afe7f0590edc8c9b7e754eebe8325f58f))
* **web:** replace encrypting pulse with shimmer to prevent progress flash ([#420](https://github.com/FSM1/cipher-box/issues/420)) ([0300eac](https://github.com/FSM1/cipher-box/commit/0300eace7425c8a1a77763351f0e93f6eef1a86f))

## [0.34.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.33.0...cipher-box-v0.34.0) (2026-03-30)


Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/api",
"version": "0.34.0",
"version": "0.35.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/desktop",
"version": "0.34.0",
"version": "0.35.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/nicklasxyz/tauri-v2-schema/refs/heads/main/tauri.conf.json",
"productName": "CipherBox",
"identifier": "com.cipherbox.desktop",
"version": "0.34.0",
"version": "0.35.0",
"build": {
"devUrl": "http://localhost:1420",
"frontendDist": "../dist",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/web",
"version": "0.34.0",
"version": "0.35.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/FSM1/cipher-box/compare/cipherbox-core-v0.4.0...cipherbox-core-v0.5.0) (2026-03-31)


### Features

* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad))

## [0.4.0](https://github.com/FSM1/cipher-box/compare/cipherbox-core-v0.3.0...cipherbox-core-v0.4.0) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cipherbox-core"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "CipherBox domain types, metadata schemas, IPNS records, and vault blob"

Expand Down
7 changes: 7 additions & 0 deletions crates/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/FSM1/cipher-box/compare/cipherbox-crypto-v0.4.0...cipherbox-crypto-v0.5.0) (2026-03-31)


### Features

* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad))

## [0.4.0](https://github.com/FSM1/cipher-box/compare/cipherbox-crypto-v0.3.0...cipherbox-crypto-v0.4.0) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion crates/crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cipherbox-crypto"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "CipherBox cryptographic primitives and key derivation"

Expand Down
7 changes: 7 additions & 0 deletions crates/fuse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/FSM1/cipher-box/compare/cipherbox-fuse-v0.4.1...cipherbox-fuse-v0.5.0) (2026-03-31)


### Features

* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad))

## [0.4.1](https://github.com/FSM1/cipher-box/compare/cipherbox-fuse-v0.4.0...cipherbox-fuse-v0.4.1) (2026-03-30)


Expand Down
2 changes: 1 addition & 1 deletion crates/fuse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cipherbox-fuse"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
description = "CipherBox FUSE filesystem with platform-specific mount implementations"

Expand Down
7 changes: 7 additions & 0 deletions crates/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/FSM1/cipher-box/compare/cipherbox-sdk-v0.4.0...cipherbox-sdk-v0.5.0) (2026-03-31)


### Features

* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad))

## [0.4.0](https://github.com/FSM1/cipher-box/compare/cipherbox-sdk-v0.3.0...cipherbox-sdk-v0.4.0) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cipherbox-sdk"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "CipherBox stateful SDK - sync daemon, write queue, key state, device registry"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cipher-box",
"version": "0.34.0",
"version": "0.35.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.33.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.32.0...@cipherbox/api-client-v0.33.0) (2026-03-31)


### Features

* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe))

## [0.32.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.31.0...@cipherbox/api-client-v0.32.0) (2026-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/api-client",
"version": "0.32.0",
"version": "0.33.0",
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.30.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/core-v0.29.0...@cipherbox/core-v0.30.0) (2026-03-31)


### Features

* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe))

## [0.29.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/core-v0.28.0...@cipherbox/core-v0.29.0) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/core",
"version": "0.29.0",
"version": "0.30.0",
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.30.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/crypto-v0.29.0...@cipherbox/crypto-v0.30.0) (2026-03-31)


### Features

* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe))

## [0.29.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/crypto-v0.28.0...@cipherbox/crypto-v0.29.0) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/crypto",
"version": "0.29.0",
"version": "0.30.0",
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.34.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/sdk-core-v0.33.0...@cipherbox/sdk-core-v0.34.0) (2026-03-31)


### Features

* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe))

## [0.33.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/sdk-core-v0.32.0...@cipherbox/sdk-core-v0.33.0) (2026-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/sdk-core",
"version": "0.33.0",
"version": "0.34.0",
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion tests/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/load-tests",
"version": "0.34.0",
"version": "0.35.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/sdk-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/sdk-e2e",
"version": "0.34.0",
"version": "0.35.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/web-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/web-e2e",
"version": "0.34.0",
"version": "0.35.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading