Skip to content

Commit ae761e1

Browse files
authored
Kaleidoscope supports auto refresh (#299)
1 parent 3e8d634 commit ae761e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/diff-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
304304

305305
* Cost: Paid
306306
* Is MDI: False
307-
* Supports auto-refresh: False
307+
* Supports auto-refresh: True
308308
* Supports text files: True
309309
* Supported binaries: bmp, gif, ico, jpg, jpeg, png, tiff, tif
310310

src/DiffEngine.Tests/diffTools.include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
193193

194194
* Cost: Paid
195195
* Is MDI: False
196-
* Supports auto-refresh: False
196+
* Supports auto-refresh: True
197197
* Supports text files: True
198198
* Supported binaries: bmp, gif, ico, jpg, jpeg, png, tiff, tif
199199

src/DiffEngine/Implementation/Kaleidoscope.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static Definition Kaleidoscope() =>
44
new(
55
Tool: DiffTool.Kaleidoscope,
66
Url: "https://www.kaleidoscopeapp.com/",
7-
AutoRefresh: false,
7+
AutoRefresh: true,
88
IsMdi: false,
99
SupportsText: true,
1010
RequiresTarget: true,

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649</NoWarn>
5-
<Version>10.1.0</Version>
5+
<Version>10.2.0</Version>
66
<AssemblyVersion>1.0.0</AssemblyVersion>
77
<PackageTags>Testing, Snapshot, Diff, Compare</PackageTags>
88
<Description>Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.</Description>

0 commit comments

Comments
 (0)