Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- README demo images use absolute raw.githubusercontent URLs again: the README
doubles as the nuget.org package README, where relative image paths do not
resolve — 0.4.1's package page shows them broken.

## [0.4.1] - 2026-07-13

### Changed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,14 @@ git history rewrite.

#### Actual examples from a demo
Checking stats of the index show 1 pair that goes above the 0.7 rule
![Checking stats of index](img/demo/check-index.png)
![Checking stats of index](https://raw.githubusercontent.com/Byggarepop/Unwritten/main/img/demo/check-index.png)

Checking stats after a change has been made to one of the files.
The tool will inform that there is one file with a confidence score above 0.7 that is not changed together with its pair. And it will show you 3 ways you can take to resolve the issue.
![Checking stats for a hole after change](img/demo/check-stats.png)
![Checking stats for a hole after change](https://raw.githubusercontent.com/Byggarepop/Unwritten/main/img/demo/check-stats.png)

Installing the pre-commit hook gives same output
![Using pre-commit hook to check for holes](img/demo/use-pre-commit-hook.png)
![Using pre-commit hook to check for holes](https://raw.githubusercontent.com/Byggarepop/Unwritten/main/img/demo/use-pre-commit-hook.png)

### As hooks — deterministic checks

Expand Down
Loading