git-history-ui 2.0.2 → 2.0.3
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,23 @@ 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
|
+
## [2.0.3] - 2026-05-01
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- README now includes a preview screenshot, sharper positioning, a "why use
|
|
12
|
+
this" section, and comparisons with GitHub UI, terminal tools, and desktop
|
|
13
|
+
Git clients.
|
|
14
|
+
- Package files now include `docs/**/*` so README preview assets are available
|
|
15
|
+
in published packages.
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Theme toggle now switches from the default system preference to dark mode on
|
|
20
|
+
the first click, making dark mode immediately visible on light systems.
|
|
21
|
+
- Theme button accessibility text now reports both the selected preference and
|
|
22
|
+
resolved theme.
|
|
23
|
+
|
|
7
24
|
## [2.0.2] - 2026-05-01
|
|
8
25
|
|
|
9
26
|
### Added
|
package/README.md
CHANGED
|
@@ -7,28 +7,56 @@
|
|
|
7
7
|
[](https://github.com/beingmartinbmc/git-history-ui)
|
|
8
8
|
[](https://github.com/beingmartinbmc/git-history-ui/issues)
|
|
9
9
|
|
|
10
|
-
A
|
|
10
|
+
A fast, zero-setup web UI to explore your git history visually. Run it in any
|
|
11
|
+
repo and inspect branches, commits, and diffs interactively in your browser.
|
|
12
|
+
|
|
13
|
+
## 👀 Preview
|
|
14
|
+
|
|
15
|
+

|
|
11
16
|
|
|
12
17
|
## 🚀 Quick Start
|
|
13
18
|
|
|
14
19
|
```bash
|
|
20
|
+
# Go to the git repository you want to inspect
|
|
21
|
+
cd /path/to/your/project
|
|
22
|
+
|
|
15
23
|
# Run directly with npx (no installation needed)
|
|
16
24
|
npx git-history-ui@latest
|
|
17
25
|
```
|
|
18
26
|
|
|
19
27
|
That's it! The application will start on `http://localhost:3000` and open your browser automatically.
|
|
28
|
+
It reads history from the current working directory, so run it inside the project whose commits you want to visualize.
|
|
29
|
+
|
|
30
|
+
No installs. No config. Just your commits, visualized.
|
|
31
|
+
|
|
32
|
+
## 🤔 Why use this?
|
|
33
|
+
|
|
34
|
+
- `git log` is powerful, but hard to scan when branches, merges, and long-lived work overlap.
|
|
35
|
+
- GitHub's commit UI does not show your local or unpushed commits.
|
|
36
|
+
- Desktop clients can be heavy when you just want a quick read on one repo.
|
|
37
|
+
- `git-history-ui` gives you a fast, local, visual way to explore history from any git repository.
|
|
20
38
|
|
|
21
39
|
## ✨ Features
|
|
22
40
|
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
41
|
+
- **Canvas-based commit graph** - Branch lanes, hover states, selected commits, and branch/tag pills.
|
|
42
|
+
- **Real-time filtering** - Filter by author, date range, commit text, or file path.
|
|
43
|
+
- **Diff-first commit review** - Move from graph to commit list to unified or split diffs without leaving the browser.
|
|
44
|
+
- **Local by default** - Runs against the repo on your machine, including unpushed commits.
|
|
45
|
+
- **Dark/light/system mode** - Toggle manually or follow your OS preference.
|
|
46
|
+
- **Zero setup** - Unlike GitKraken or SourceTree, it runs instantly with `npx`.
|
|
47
|
+
|
|
48
|
+
## ⚖️ How it compares
|
|
49
|
+
|
|
50
|
+
- **vs GitHub UI**: shows local branches and unpushed commits because it runs inside your repository.
|
|
51
|
+
- **vs `tig` or `git log`**: gives you visual lanes, filters, and browser-based diffs instead of a terminal-only view.
|
|
52
|
+
- **vs desktop Git clients**: starts on demand with no workspace setup, account login, or project import.
|
|
28
53
|
|
|
29
54
|
## 📖 Usage
|
|
30
55
|
|
|
31
56
|
### CLI Options
|
|
57
|
+
|
|
58
|
+
Run these commands from inside the git repository you want to inspect.
|
|
59
|
+
|
|
32
60
|
```bash
|
|
33
61
|
# Custom port
|
|
34
62
|
npx git-history-ui@latest --port 8080
|
|
@@ -72,7 +100,7 @@ docker run -p 3000:3000 git-history-ui
|
|
|
72
100
|
### Setup
|
|
73
101
|
```bash
|
|
74
102
|
# Clone and install
|
|
75
|
-
git clone https://github.com/
|
|
103
|
+
git clone https://github.com/beingmartinbmc/git-history-ui.git
|
|
76
104
|
cd git-history-ui
|
|
77
105
|
npm install
|
|
78
106
|
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
<style>*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}:root{color-scheme:light;--bg-app:#f7f8fa;--bg-surface:#ffffff;--bg-surface-2:#f3f4f6;--bg-elevated:#ffffff;--bg-hover:#eef2ff;--bg-selected:#e0e7ff;--bg-overlay:rgba(15, 23, 42, .45);--fg-primary:#0f172a;--fg-secondary:#475569;--fg-muted:#64748b;--fg-subtle:#94a3b8;--fg-inverted:#ffffff;--border-soft:#e2e8f0;--border-strong:#cbd5e1;--border-focus:#6366f1;--accent:#4f46e5;--accent-hover:#4338ca;--accent-soft:#eef2ff;--accent-fg:#ffffff;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--diff-add-bg:#dcfce7;--diff-add-fg:#14532d;--diff-add-gutter:#86efac;--diff-del-bg:#fee2e2;--diff-del-fg:#7f1d1d;--diff-del-gutter:#fca5a5;--diff-hunk-bg:#f1f5f9;--diff-hunk-fg:#475569;--graph-guide:rgba(148, 163, 184, .28);--graph-row-alt:rgba(15, 23, 42, .025);--graph-row-hover:rgba(79, 70, 229, .08);--graph-row-selected:rgba(79, 70, 229, .14);--graph-node-ring:#ffffff;--graph-shadow:rgba(15, 23, 42, .12);--shadow-sm:0 1px 2px rgba(15, 23, 42, .06);--shadow-md:0 4px 12px rgba(15, 23, 42, .08);--shadow-lg:0 12px 32px rgba(15, 23, 42, .12);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, "Cascadia Mono", "Liberation Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-sans);font-size:14px;line-height:1.5;color:var(--fg-primary);background:var(--bg-app);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}</style><link rel="stylesheet" href="styles-CO6MLMTR.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-CO6MLMTR.css"></noscript></head>
|
|
13
13
|
<body>
|
|
14
14
|
<app-root></app-root>
|
|
15
|
-
<script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-
|
|
15
|
+
<script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-VDZAFLAV.js" type="module"></script></body>
|
|
16
16
|
</html>
|