Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2026-03-24
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the actual released version in changelog header

CHANGELOG.md records the published release as 1.0.0, but at this commit the project manifests still declare 0.1.0 (package.json, src-tauri/Cargo.toml, and src-tauri/tauri.conf.json). That makes the release history inaccurate for readers and for any process that cross-checks changelog entries against repository versions, so this heading should match the real released version (or version bumps should be included in the same change).

Useful? React with 👍 / 👎.


### Added
- Harden export flow and settings privacy
- Guarded desktop release workflow
- Lean development and cleanup workflows
- CI/CD pipeline setup
- Hook tests and updated hooks
- Test foundation: infrastructure and component tests
- Centralize content eligibility logic and add frontend tests
- Improved output parsing with fallback strategies
- Markdown export
- Structured logging with tracing
- Complete documentation

### Fixed
- Use valid Tauri no-bundle smoke flag
- Error handling and validation for export pipeline

### Changed
- Codify desktop quality gates
- Finalize Codex OS bootstrap baseline
- Bootstrap tests and docs defaults
- Prune non-runtime bloat and align test types
- Stabilize CI checks
Loading