Skip to content

Commit

Permalink
Update help (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimka authored Sep 7, 2023
1 parent d45774e commit 70b1210
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 96 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

We follow [Semantic Versions](https://semver.org/).

## Version 0.5.1

- Update help

## Version 0.5.0

- Preload revisions
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-slim-bullseye as builder

ARG WHEEL=difflume-0.5.0-py3-none-any.whl
ARG WHEEL=difflume-0.5.1-py3-none-any.whl
ENV VENV=/venv
ENV PATH="$VENV/bin:$PATH"

Expand Down
1 change: 1 addition & 0 deletions difflume/tui/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ DiffLume is a tool for visualizing the differences between two files.
| } | Next revision synchronous in left and right panels (if both has) |
| f | Make current panel full screen (toggle) |
| c | Center text in panels (toggle) |
| d | Change diff type (only in middle panel) |
| Ctrl^C | Quit |
190 changes: 95 additions & 95 deletions tests/tui/__snapshots__/test_fast_path.ambr

Large diffs are not rendered by default.

0 comments on commit 70b1210

Please sign in to comment.