@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.0] - 2025-12-22
9+
10+ ### Added
11+ - Batch agent updates with ` mm batch-update `
12+ - Merge command to combine agent history
13+ - Reactions for short replies (<20 chars)
14+ - Chat: input auto-expands up to 8 lines and supports selection/copy
15+ - Chat: click a message to start a threaded reply; double-click to copy
16+ - Chat: shortcut help overlay and clearer layout
17+ - Sidebar: filter channels with ` # ` or space
18+ - Autocomplete shows agent nicknames
19+ - Roster/info show nicknames and consistent status/purpose fields
20+ - ` mm destroy <channel> ` to delete a channel entirely
21+ - Prune preserves thread integrity
22+
23+ ### Changed
24+ - Chat colors are assigned by recency instead of hash
25+ - Chat: Ctrl-C clears input first, exits only when empty
26+ - Roster uses ` here: true|false ` instead of ` status: active `
27+ - Mention highlighting respects default color
28+
29+ ### Fixed
30+ - ` mm prune --all ` now prunes all messages
31+ - Suggest correct agent name when delimiter differs
32+
833## [ 0.2.0] - 2025-12-19
934
1035### Added
@@ -58,4 +83,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5883- Agent lifecycle commands (new, back, bye)
5984- Simple agent names (alice, bob) with auto-generated options
6085
86+ [ 0.3.0 ] : https://github.com/adamavenir/mini-msg/releases/tag/v0.3.0
87+ [ 0.2.0 ] : https://github.com/adamavenir/mini-msg/releases/tag/v0.2.0
6188[ 0.1.0 ] : https://github.com/adamavenir/mini-msg/releases/tag/v0.1.0
0 commit comments