You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.2.4] — 2026-04-13
11
+
12
+
### Added
13
+
14
+
-**Explore page** — new page replacing the graph view as the primary way to browse connections. Topic search with dossier summaries, typed relationship lists, and an entity browser with connection-weighted chips.
15
+
-**Project hub home page** — home page now shows a grid of project cards with document counts and last activity dates, plus a recent activity table below.
16
+
-**Project detail view** — clicking a project card shows recent activity filtered to that project (`/project/<name>`).
17
+
-**Import/export in settings** — Obsidian vault import and markdown export controls added to the settings page.
18
+
10
19
### Changed
11
20
12
-
-**License changed from BSL 1.1 to MIT** — the project is now released under the MIT License. All BSL 1.1 terms (Additional Use Grant, Change Date, Change License) no longer apply.
21
+
-**License changed from BSL 1.1 to MIT** — the project is now released under the MIT License.
22
+
-**Project filter is now a dropdown** — documents and graph pages use a dropdown populated from existing projects instead of a free-text input.
23
+
-**Entities merged into Explore** — the standalone entities page is now part of the Explore page as a browsable entity grid.
24
+
-**Graph page marked as under development** — with a link directing users to the Explore page.
25
+
-**Template cleanup** — inline styles replaced with CSS utility classes across all templates.
26
+
27
+
### Fixed
28
+
29
+
-**Project cards showing empty** — projects are now derived from document `project` fields instead of entity records, which vault imports don't create.
13
30
14
31
## [0.2.3] — 2026-04-12
15
32
@@ -549,7 +566,8 @@ If you're upgrading from a pre-2026-04-07 install:
549
566
> (MCP, dashboard, REST API) plus the CLI now route through the
0 commit comments