Skip to content

Commit bab855a

Browse files
chore: bump version to 0.7.0
1 parent a0f77fe commit bab855a

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,21 @@ All notable changes to Engraphis are documented here. Format loosely follows
139139
excludes from an untrusted repo. `index_repo` no longer follows symlinked source files
140140
out of the repo root; the walk is bounded against pathological directory trees.
141141

142-
## [Unreleased]
142+
## [0.7.0] - 2026-07-12
143+
144+
### Added
145+
- **AutoSync**: background file-watching sync engine with debounce, retry, and conflict detection.
146+
- **Password reset flow**: admin-initiated and self-service password reset with secure tokens.
147+
- **Design lint hook**: pre-commit HTML/JSX accessibility and structure checker.
148+
- **License hardening**: scattered license gates into computation modules (analytics, service, auth).
149+
- **Session idempotency**: duplicate active sessions prevented, `force_new` option for branching.
150+
- **Workspace merge**: fold one workspace into another with full entity/memory relabeling.
151+
- **Memory reorder**: drag-to-reorder persistence for the Memories tab.
152+
- **Lazy graph backfill**: existing workspaces auto-populate the knowledge graph on first open.
153+
- **Audit events**: login success/failure, lockout, license refusal tracked in `audit_events` table.
154+
- **Password validation**: NIST SP 800-63B-aligned policy (length + mixed characters).
155+
- **Seat enforcement on re-enable**: disabling then re-enforcing a user respects the seat cap.
156+
- **Test coverage**: autosync, password reset, dashboard v2, team audit, workspace ops.
143157

144158
### Security
145159
- **Per-key server-side license enforcement (opt-in at issuance).** Keys can now carry a

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "engraphis"
7-
version = "0.5.2"
7+
version = "0.7.0"
88
description = "Local-first AI memory engine for agents — Ebbinghaus decay, interaction-aware recall, bi-temporal facts, hybrid retrieval, and an MCP server. You bring the LLM."
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)