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
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('gattn', 'c', version: '0.1.6', default_options: ['c_std=c11'])
project('gattn', 'c', version: '0.2.0', default_options: ['c_std=c11'])

gnome = import('gnome')

Expand Down
8 changes: 8 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
gattn (0.2.0-1) unstable; urgency=medium

* Fork session: Fork button spawns a child Claude session inheriting the
parent's conversation context via --resume, shown as an indented child
in the sidebar. Persists across restarts. Shortcut: Ctrl+Shift+K.

-- mmxgn <etchourdakis@gmail.com> Mon, 11 Aug 2026 00:00:00 +0000

gattn (0.1.6-1) unstable; urgency=medium

* Auto-name sessions (adjective-animal-N), sidebar row refactor with branch
Expand Down
2 changes: 1 addition & 1 deletion packaging/gattn.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gattn
Version: 0.1.6
Version: 0.2.0
Release: 1%{?dist}
Summary: Attention hub for GNOME

Expand Down
Loading