Skip to content

Commit e58bd7d

Browse files
var-ggclaude
andcommitted
chore(v0.3.0): bump version 0.2.2 → 0.3.0 + changelog
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1869cc5 commit e58bd7d

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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.3.0] — 2026-05-22
9+
10+
### Changed
11+
12+
- The commit timeline is rebuilt on a windowed-pull architecture: it
13+
pages commits in from the local cache instead of holding the whole
14+
history in memory, so the all-repos timeline stays responsive no
15+
matter how many repositories, commits, or branches you have. The
16+
single-repo DAG view is virtualized the same way.
17+
- The all-repos timeline scrollbar now spans your entire history — drag
18+
the thumb to jump to any point in time, not only the loaded range.
19+
- The Repo, Author, and Branch filter dropdowns are virtualized, so they
20+
open instantly even with thousands of entries.
21+
22+
### Added
23+
24+
- A "↑ N new commits" pill appears when the background scanner finds new
25+
commits while you are scrolled away from the top; click it to jump up
26+
to them.
27+
28+
### Fixed
29+
30+
- The Repo chip now clearly distinguishes the single repository you have
31+
drilled into from repositories merely checked in the multi-select
32+
filter — the two were near-identical shades of blue before.
33+
- The diff window opens at a modest default size instead of reopening
34+
oversized on high-DPI displays.
35+
836
## [0.2.2] — 2026-05-21
937

1038
### Added

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.2"
3+
version = "0.3.0"
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.2",
4+
"version": "0.3.0",
55
"identifier": "gg.var.gitwink",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)