git-history-ui 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project are documented in this file.
4
4
  The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
5
5
  this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [5.0.2] - 2026-05-15
8
+
9
+ ### Changed
10
+
11
+ - README now showcases a live demo GIF (`docs/images/demo.gif`) in place of
12
+ the previous static screenshot.
13
+
7
14
  ## [5.0.1] - 2026-05-03
8
15
 
9
16
  ### Added
package/README.md CHANGED
@@ -50,11 +50,10 @@ Done.
50
50
 
51
51
  ## 👀 Preview
52
52
 
53
- ![Git History UI screenshot](./docs/screenshot.png)
53
+ ![Git History UI demo](./docs/images/demo.gif)
54
54
 
55
- > A demo GIF showing NL search, the timeline slider, and grouped view is on
56
- > the way. In the meantime, `npx git-history-ui@latest` is the fastest way
57
- > to see it for yourself — it opens in your browser in under a second.
55
+ > `npx git-history-ui@latest` is the fastest way to see it for yourself
56
+ > it opens in your browser in under a second.
58
57
 
59
58
  ## 🤔 Why this exists
60
59
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-history-ui",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Local-first Git history UI with natural-language search, PR grouping, time travel, blame, and optional AI.",
5
5
  "main": "dist/cli.js",
6
6
  "types": "dist/backend/server.d.ts",