File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.1.0] — 2026-06-12
8+ ## [ 1.1.0] — 2026-06-14
9+
10+ ### Added
11+
12+ - ** Experimental Linux support.** The native engine now builds on Linux (the
13+ Rust extension no longer hard-depends on a macOS-only acceleration backend),
14+ the daemon installs as a systemd user service, and the capture/recall hooks
15+ run on POSIX shells. ` scripts/install.sh ` handles the Linux path and the
16+ README documents the extra build prerequisites. Validated on macOS; Linux is
17+ code-complete but not yet validated end-to-end — testing and port feedback
18+ are welcome.
919
1020### Changed
1121
Original file line number Diff line number Diff line change 88 TIER_ENUM ,
99)
1010
11- __version__ = "0 .1.0"
11+ __version__ = "1 .1.0"
1212__all__ = [
1313 "MemoryRecord" ,
1414 "MemoryHit" ,
Original file line number Diff line number Diff line change 66import sys
77from typing import Any
88
9- __version__ = "0 .1.0"
9+ __version__ = "1 .1.0"
1010
1111
1212_CYAN = "\x1b [96m"
You can’t perform that action at this time.
0 commit comments