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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.54.0](https://github.com/kumagallium/Graphium/compare/v0.53.0...v0.54.0) - 2026-09-04

- [docs] Add shared library screenshots to the manual by @kumagallium in https://github.com/kumagallium/Graphium/pull/834
- [feat] Mirror labels, processes, and note attachments in the shared library by @kumagallium in https://github.com/kumagallium/Graphium/pull/835
- [feat] Share a page as a team template and reuse it from the library and /template by @kumagallium in https://github.com/kumagallium/Graphium/pull/837

## [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphium",
"private": true,
"version": "0.53.0",
"version": "0.54.0",
"description": "Block-based note editor with PROV-DM provenance tracking — built on BlockNote.js",
"type": "module",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/nicedoc/tauri/refs/heads/dev/crates/tauri-config-schema/schema.json",
"productName": "Graphium",
"version": "0.53.0",
"version": "0.54.0",
"identifier": "com.graphium.app",
"build": {
"frontendDist": "../dist",
Expand Down