Skip to content

Commit 8b922a5

Browse files
var-ggclaude
andcommitted
chore(v0.2.2): bump version 0.2.1 → 0.2.2 + changelog
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 932a4de commit 8b922a5

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to gitwink will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2] — 2026-05-21
9+
10+
### Added
11+
12+
- Multi-select repo filter — checkboxes in the Repo chip filter the
13+
timeline to several repositories at once, alongside the existing
14+
single-repo mode. Selected repos float to the top of the dropdown when
15+
it reopens; in single-repo mode the checkboxes are read-only.
16+
Contributed by @mangchhe (#1).
17+
18+
### Fixed
19+
20+
- Chip dropdowns no longer clip past the edge of the panel — they are
21+
now clamped to stay within the window.
22+
823
## [0.1.0] — 2026-05-19
924

1025
First usable release. Tray-resident, read-only git glance tool.

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitwink"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Tray-resident, read-only git glance for the AI-agent era."
55
authors = ["var-gg"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "gitwink",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"identifier": "gg.var.gitwink",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)