v2.2.1: fetch/priority fixes, emoji search paging
fetch/priority fixes, emoji search paging
- ntfy_fetch_messages returns the newest
limitmessages of a matched window instead of the oldest, matching ntfy://{topic}; truncation notices state counts kept and dropped (#22) - A fetch pinned to one message by
idnow returns its body in full — shapeMessage's truncation is opt-out (#17) - PrioritySchema collapses to one
z.int().min(1).max(5)node on both tools; out-of-range priorities fail with one message instead of an invalid_union dump (#21) - ntfy_search_emoji_tags gained
offsetpaging past thelimitcap, with next-page guidance in the truncation notice (#18)