Skip to content
Closed
Show file tree
Hide file tree
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
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,33 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) —

---

## [0.2.7-beta.1] — 2026-07-25

### Security
- Resolved Electron Forge toolchain audit findings by overriding vulnerable transitive build dependencies:
`@electron/rebuild` 3.7.2 → 4.2.0, `tar` 6.2.1 → 7.5.22,
`tmp` 0.0.33 → 0.2.7, and `brace-expansion` 1.1.14/2.1.0 → 5.0.8.

### Quality
- Electron dependency audit verified with 0 vulnerabilities.
- Electron Forge packaging verified on Windows.
- All Python tests passing: 47 passed, 1 skipped.
- Frontend production build verified.

---

## [0.2.6-beta.1] — 2026-07-25

### Dependencies
- fastapi: 0.139.2 → 0.140.0

### Quality
- All Python tests passing: 47 passed, 1 skipped
- Frontend production build verified
- Electron 43.2.0 installation verified

---

## [0.2.5-beta.1] — 2026-07-25

### Security
Expand Down
Loading
Loading