From 123c4c54db3721ca20f79b8e71fd1e0b521756c3 Mon Sep 17 00:00:00 2001 From: mmxgn <> Date: Tue, 11 Aug 2026 22:23:29 +0200 Subject: [PATCH] release v0.2.0 --- meson.build | 2 +- packaging/debian/changelog | 8 ++++++++ packaging/gattn.spec | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index d8c8fd9..da4ab2f 100644 --- a/meson.build +++ b/meson.build @@ -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') diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 58224b9..7ecf21d 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -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 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 diff --git a/packaging/gattn.spec b/packaging/gattn.spec index 721a2cb..5135e0c 100644 --- a/packaging/gattn.spec +++ b/packaging/gattn.spec @@ -1,5 +1,5 @@ Name: gattn -Version: 0.1.6 +Version: 0.2.0 Release: 1%{?dist} Summary: Attention hub for GNOME