Back to Lunegit

Changelog

Every notable change to Lunegit — new features, improvements, fixes, and security updates. Newest first.

Latest
2026.26.5600
Released
Jun 25, 2026
Total releases
13

2026.26.5600

6bcc8cb

Changed

  • Behind-the-scenes maintenance and stability improvements.

2026.26.2522

f1d5c78

Fixed

  • The downloads page now lists every installer again, and download links always point to the latest release.

2026.26.2483

5cb2807

Security

  • The "View on VirusTotal" link now points to the exact installer you download, and installers are digitally signed so you can verify them before installing.

2026.26.2408

e21ef94

Added

  • Automatic updates: Lunegit can now check for, download, and install new versions right from the Help page, then restart itself — no manual reinstall needed.
  • Installed builds now show the correct app name and icon.

Changed

  • Reduced memory usage.

0.1.2626.1599

c1f2de2

Fixed

  • The app now shows a clear message and lets you pick a language when Git is not installed, instead of crashing.
  • The terminal's tab title now updates correctly again when running shell commands.
  • Clicking in the terminal now places the cursor in the right position.

0.1.2626.741

dc6a0be

Changed

  • The built-in terminal has been rebuilt for more accurate text rendering and smoother, more responsive scrolling.

Fixed

  • Emoji and other wide characters now display at their correct width in the terminal, fixing misaligned and garbled lines.
  • The terminal stays smooth during heavy output instead of dropping to a low frame rate.

Security

  • Updated the bundled SQLite database engine to a patched release, resolving a high-severity vulnerability (CVE-2025-6965).

0.1.2625.9546

3fa4b21

Security

  • Release downloads now include GPG signatures, so you can verify that the files you downloaded are genuine and have not been tampered with.

Fixed

  • The app now repaints correctly when you switch back to it from another window.

0.1.2625.6284

3428137

Fixed

  • The app now repaints correctly when you switch back to it from another window.

0.1.2625.6115

dcdf414

Added

  • When a new update is available, you can now open its VirusTotal security scan results directly from the update screen to confirm the download is safe.

Improved

  • The built-in terminal now works better with full-screen and interactive programs, supporting Alt key shortcuts and mouse dragging.

0.1.2625.5358

8af98c8

Added

  • If Lunegit closes unexpectedly, the next launch now detects it and opens a pre-filled crash report so you can send the details in one step.

Fixed

  • Fixed a crash in the commit history view that could occur with certain window layouts.
  • Checking out or merging a branch is no longer blocked by uncommitted changes that wouldn't actually conflict — Git's own safety checks now decide.
  • The Create Folder dialog now puts the cursor in the name field automatically when it opens.

Improved

  • Improved stability and responsiveness in repositories that contain nested Git folders by stopping a repeated background refresh loop.

0.1.2624.1078

0b3f713

Improved

  • Large repositories now stay responsive during commit history updates — the app refreshes only newly arrived commits instead of re-scanning a large fixed window, making post-pull updates noticeably faster.
  • Reduced UI lag in large repositories: file-change events no longer cause brief stalls, branch ahead/behind status updates more quickly, and redundant status rescans have been eliminated.

0.1.2624.600

2962d58

Added

  • App-wide animation toggle with Full / Reduced / None tiers (Phase 1 + Phase 2): navigation, overlays, lists, section reveals, and dialog animations are all motion-system-aware.
  • Crash reporting wired into the intake endpoint with an in-app crash dialog.
  • Terminal tabs are now clickable and render more smoothly.

Fixed

  • Dialog overlay now driven by IsDialogShown to fix invisible-on-reopen regression after animation work.
  • Dialog overlay uses a single stable Transitions collection to prevent Run crash.
  • Navigation, overlay, and list slide/scale transforms restored via cast-safe mechanisms after opacity-only Phase 2 intermediate.
  • Animation tier setting is now restart-required instead of hot-applying (prevents in-flight animation state corruption).
  • Astral-plane emoji (characters outside BMP) now render correctly in the terminal renderer.
  • Crash dialog status moved onto the action-bar row.

0.1.2623.9339

231d647

Added

  • Rating prompt appears 3 days after first launch, inviting users to rate the app.
  • Rounded tree-guide lines in the file-tree panel.

Fixed

  • Terminal trackpad/wheel scrolling now uses a unified scroll-unit accumulator, giving consistent speed across TUI and scrollback modes.
  • Folder right-click no longer swallows the commit-panel context menu.