From 41309f1c088e0a0bde88fc8c57a3b9947c91bb3a Mon Sep 17 00:00:00 2001 From: kumagallium Date: Thu, 3 Sep 2026 22:56:18 +0900 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96be57f20..54235ec2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphium", "private": true, - "version": "0.52.0", + "version": "0.53.0", "description": "Block-based note editor with PROV-DM provenance tracking — built on BlockNote.js", "type": "module", "license": "Apache-2.0", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d3aa1826c..9c75e1dad 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/nicedoc/tauri/refs/heads/dev/crates/tauri-config-schema/schema.json", "productName": "Graphium", - "version": "0.52.0", + "version": "0.53.0", "identifier": "com.graphium.app", "build": { "frontendDist": "../dist", From b354dc6f12d64f17ffde6be370048d6cd61f2904 Mon Sep 17 00:00:00 2001 From: kumagallium Date: Thu, 3 Sep 2026 22:56:19 +0900 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240b905c1..fbb0fba8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.53.0](https://github.com/kumagallium/Graphium/compare/v0.52.0...v0.53.0) - 2026-09-03 + +- [feat] Show and filter shared notes by the folder they were shared from by @kumagallium in https://github.com/kumagallium/Graphium/pull/831 + ## [v0.52.0](https://github.com/kumagallium/Graphium/compare/v0.51.2...v0.52.0) - 2026-09-03 - [feat] Show the shared library as a table with search, sort, and filters by @kumagallium in https://github.com/kumagallium/Graphium/pull/825