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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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",
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.52.0",
"version": "0.53.0",
"identifier": "com.graphium.app",
"build": {
"frontendDist": "../dist",
Expand Down