Changes
2 changed files (+18/-1)
-
-
@@ -5,6 +5,23 @@ SPDX-License-Identifier: MIT# Changelog ## v1.2.0 ### New Features - Added `repo.diff` config option / CLI flag to select `go` (pure Go diff implementation, default) or `system` (system install git, much faster) for generating diffs. - Added `ui.diff.hideThresholdLines` config option to collapse large diffs. - Added `repo.trimDotGitSuffix` config option to serve bare repositories without `.git` suffix. You can still access `/<name>.git/*` paths when this option is enabled. ### Bug Fixes - Fixed pages for a ref including slash character (e.g., `feature/foo`) not working. - Removed double-slash from links on tree page. ### Other Changes - Reduced reflow / screen flickering on commit page. ## v1.1.0 ### New Features
-
-
-
@@ -8,7 +8,7 @@}: buildGoModule (finalAttrs: { name = "legit"; version = "1.1.0"; version = "1.2.0-dev"; src = with lib.fileset;
-