Skip to content
Merged
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wake",
"version": "0.7.0",
"version": "0.8.0",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"description": "Wake — trace the wake of your Claude Code sessions. A local conversation history viewer.",
"main": "./out/main/index.js",
"author": "followingseas",
Expand Down
14 changes: 14 additions & 0 deletions website/src/content/changelog/en/0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
version: '0.8.0'
date: '2026-08-08'
highlight: Sessions your tools started on their own stay folded away, and scattered worktrees gather back under their repository.
---

### New

- **Automated sessions stay out of the list** — sessions a tool spun up in the background, naming a branch or skimming a diff, no longer sit between the conversations you actually had. In real history they came to nearly a third of everything. Bring them back under Settings → Viewer → **Show automated sessions**, where each one carries an `auto` badge

### Improved

- **Worktrees gather under their repository no matter what created them** — before, only worktrees made a certain way folded under their repository while the rest scattered as separate entries. Now every branch of the same repository sits together, however it was made
- **Projects that disappeared come back when you change the setting** — a project with nothing left to show used to be dropped outright; now it is filtered at display time instead
14 changes: 14 additions & 0 deletions website/src/content/changelog/ko/0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
version: '0.8.0'
date: '2026-08-08'
highlight: 도구가 알아서 돌린 세션은 접어두고, 흩어져 있던 워크트리는 원래 저장소 아래로 모읍니다.
---

### 새 기능

- **자동으로 생성된 세션을 목록에서 숨깁니다** — 브랜치 이름을 짓거나 코드를 훑느라 도구가 백그라운드로 띄운 세션이, 사람이 나눈 대화 사이에 더 이상 섞이지 않습니다. 실제 기록에서 이런 세션은 전체의 3분의 1 가까이 됐습니다. 설정 → 뷰어 → **자동 생성 세션 표시**로 언제든 다시 꺼내 볼 수 있고, 켜면 해당 세션에 `자동` 배지가 붙습니다

### 개선

- **워크트리가 어떤 도구로 만들어졌든 원래 저장소 아래로 모입니다** — 전에는 일부 방식으로 만든 워크트리만 저장소 밑으로 접히고 나머지는 별개 항목으로 흩어졌습니다. 이제 한 저장소에서 갈라져 나온 작업은 만든 방식과 상관없이 한자리에 모입니다
- **목록에서 사라졌던 프로젝트가 설정을 되돌리면 다시 나타납니다** — 보여줄 세션이 없어 숨긴 프로젝트를 아예 지워버리던 것을, 그때그때 가려내는 방식으로 바꿨습니다
Loading