Skip to content

Commit

Permalink
Kaleidoscope supports auto refresh (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Sep 22, 2022
1 parent 3e8d634 commit ae761e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/diff-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a

* Cost: Paid
* Is MDI: False
* Supports auto-refresh: False
* Supports auto-refresh: True
* Supports text files: True
* Supported binaries: bmp, gif, ico, jpg, jpeg, png, tiff, tif

Expand Down
2 changes: 1 addition & 1 deletion src/DiffEngine.Tests/diffTools.include.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a

* Cost: Paid
* Is MDI: False
* Supports auto-refresh: False
* Supports auto-refresh: True
* Supports text files: True
* Supported binaries: bmp, gif, ico, jpg, jpeg, png, tiff, tif

Expand Down
2 changes: 1 addition & 1 deletion src/DiffEngine/Implementation/Kaleidoscope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static Definition Kaleidoscope() =>
new(
Tool: DiffTool.Kaleidoscope,
Url: "https://www.kaleidoscopeapp.com/",
AutoRefresh: false,
AutoRefresh: true,
IsMdi: false,
SupportsText: true,
RequiresTarget: true,
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649</NoWarn>
<Version>10.1.0</Version>
<Version>10.2.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>Testing, Snapshot, Diff, Compare</PackageTags>
<Description>Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.</Description>
Expand Down

0 comments on commit ae761e1

Please sign in to comment.