mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
chore: bump versions to 0.4.0
Cut the 0.4.0 release: daemon Cargo.toml/Cargo.lock to 0.4.0, extension metadata.json version to 4, and promote the CHANGELOG [Unreleased] entry to [0.4.0] - 2026-05-26. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
8a7091755b
commit
42230470fc
4 changed files with 15 additions and 3 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
|
||||
---
|
||||
|
||||
## [0.4.0] - 2026-05-26
|
||||
|
||||
### Performance
|
||||
|
||||
- `GetHistory` / `SearchHistory` now truncate `content_text` to a preview
|
||||
(`substr`, ~200 chars) in SQL instead of returning the full payload. A
|
||||
page of large text items previously serialized up to megabytes of JSON
|
||||
over D-Bus and parsed it on the GJS main loop, only to render a 140-char
|
||||
snippet. Full content is still served on demand by `GetItemContent`.
|
||||
|
||||
---
|
||||
|
||||
## [0.3.0] - 2026-05-25
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue