Skip to content

Latest commit

 

History

History
145 lines (116 loc) · 6.12 KB

File metadata and controls

145 lines (116 loc) · 6.12 KB

Changelog

All notable changes to this project are documented here. The format follows Keep a Changelog and this project adheres to Semantic Versioning.

Future entries are maintained automatically by release-please from conventional commit messages on main.

1.10.0 - 2026-04-22

Added

  • feat(fs): auto-compress cat'd markdown via compress_md pipeline (#88)
  • feat(economy): compress Agent/Task prompt at PreToolUse time (#87)
  • feat(handlers): xcodebuild noise filter + log-file tail detection (#84)

Changed

  • chore(release): bump version to 1.10.0 [squeez-release-bot]
  • docs(readme): document squeez's compression scope and architectural limits (#85)
  • chore(release): bump version to 1.9.0 [squeez-release-bot]
  • chore(release): bump version to 1.8.0 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.7
  • chore(release): bump version to 1.7.7 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.6
  • chore(release): bump version to 1.7.6 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.5
  • chore(release): bump version to 1.7.5 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.4
  • chore(release): bump version to 1.7.4 [squeez-release-bot]
  • perf: O(log n) refactor — tail read, offset index, single-pass parser
  • docs: update changelog and benchmarks for v1.7.3
  • chore(release): bump version to 1.7.3 [squeez-release-bot]

Fixed

  • fix(hosts): expand PreToolUse matcher to cover Read, Grep, Glob, Agent, Task (#86)
  • fix(json_util,statusline): whitespace-tolerant JSON parser + UTF-8 statusline on Windows (#81)
  • fix(hosts): preserve user settings.json when existing JSON fails to parse (#83)
  • prevent OOM from unbounded file reads + data integrity fixes
  • fix(ci): use native ubuntu-24.04-arm runner for aarch64 build

1.9.0 - 2026-04-22

1.7.7 - 2026-04-21

Changed

  • chore(release): bump version to 1.7.7 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.6
  • chore(release): bump version to 1.7.6 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.5
  • chore(release): bump version to 1.7.5 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.4
  • chore(release): bump version to 1.7.4 [squeez-release-bot]
  • perf: O(log n) refactor — tail read, offset index, single-pass parser
  • docs: update changelog and benchmarks for v1.7.3
  • chore(release): bump version to 1.7.3 [squeez-release-bot]

Fixed

  • fix(json_util,statusline): whitespace-tolerant JSON parser + UTF-8 statusline on Windows (#81)
  • fix(hosts): preserve user settings.json when existing JSON fails to parse (#83)
  • prevent OOM from unbounded file reads + data integrity fixes
  • fix(ci): use native ubuntu-24.04-arm runner for aarch64 build

1.7.6 - 2026-04-21

Changed

  • chore(release): bump version to 1.7.6 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.5
  • chore(release): bump version to 1.7.5 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.4
  • chore(release): bump version to 1.7.4 [squeez-release-bot]
  • perf: O(log n) refactor — tail read, offset index, single-pass parser
  • docs: update changelog and benchmarks for v1.7.3
  • chore(release): bump version to 1.7.3 [squeez-release-bot]

Fixed

  • fix(hosts): preserve user settings.json when existing JSON fails to parse (#83)
  • prevent OOM from unbounded file reads + data integrity fixes
  • fix(ci): use native ubuntu-24.04-arm runner for aarch64 build

1.7.5 - 2026-04-19

Changed

  • chore(release): bump version to 1.7.5 [squeez-release-bot]
  • docs: update changelog and benchmarks for v1.7.4
  • chore(release): bump version to 1.7.4 [squeez-release-bot]
  • perf: O(log n) refactor — tail read, offset index, single-pass parser
  • docs: update changelog and benchmarks for v1.7.3
  • chore(release): bump version to 1.7.3 [squeez-release-bot]

Fixed

  • prevent OOM from unbounded file reads + data integrity fixes
  • fix(ci): use native ubuntu-24.04-arm runner for aarch64 build

1.7.4 - 2026-04-19

Changed

  • chore(release): bump version to 1.7.4 [squeez-release-bot]
  • perf: O(log n) refactor — tail read, offset index, single-pass parser
  • docs: update changelog and benchmarks for v1.7.3
  • chore(release): bump version to 1.7.3 [squeez-release-bot]

Fixed

  • fix(ci): use native ubuntu-24.04-arm runner for aarch64 build

1.7.3 - 2026-04-19

Changed

  • chore(release): bump version to 1.7.3 [squeez-release-bot]

Fixed

  • fix(ci): use native ubuntu-24.04-arm runner for aarch64 build

1.7.0 - 2026-04-18

Features

  • Efficiency-proof benchmark suite — quantitative token-savings proof for US-001 / US-003 / US-004 (#74)

1.6.1 - 2026-04-18

Bug Fixes

  • OpenCode plugin aligned with PluginModule SDK shape (#72)

1.6.0 - 2026-04-18

Features

  • Token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)

1.5.2 - 2026-04-18

Bug Fixes

  • CI: push release docs directly to main (loop-safe)

[1.5.1] and earlier

See the git tag history for pre-1.5.2 details. release-please takes over changelog generation from 1.7.1 onwards.