From b7aba96c67a4eff901c39535f365ffef5ebcc026 Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Mon, 8 Dec 2025 06:57:58 +0100 Subject: [PATCH 01/10] Initial GitHub Pages commit --- appcast.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 appcast.xml diff --git a/appcast.xml b/appcast.xml new file mode 100644 index 0000000..bfcff79 --- /dev/null +++ b/appcast.xml @@ -0,0 +1,52 @@ + + + + VisualDiffer + VisualDiffer + en + + Version 2.0.1-alpha.5 + + v2.0.1-alpha.5 + +

πŸš€ Features

+ +
    +
  • Allow to wrap text in File Comparison (added toolbar button and menu item) +
      +
    • restore selection
    • +
    • preserve view position
    • +
    +
  • +
  • +

    Ignore white space differences in file comparison

    +
  • +
  • File Compare: 0000377: Line ending differences are not detected +
      +
    • Added flag to set β€œcompare line endings” at application and session UI level from Preferences and Session Preferences
    • +
    +
  • +
+ +

πŸ› Bug Fixes

+ +
    +
  • The fonts are not updated
  • +
+ + ]]> +
+ Sun, 7 December 2025 00:00:00 +0100 + 2.0.1-alpha.5 + 2.0.1-alpha.5 + 10.13 + +
+
+
\ No newline at end of file From 4f9b11c74cbca51f822812b41cd633195c3e697d Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Mon, 8 Dec 2025 07:22:07 +0100 Subject: [PATCH 02/10] added CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..4e3f91c --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +app.visualdiffer.com From 9ae5a83ae0573acf70aa88a06bd753ffca159541 Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Mon, 8 Dec 2025 07:37:38 +0100 Subject: [PATCH 03/10] Update Sparkle appcast --- appcast.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appcast.xml b/appcast.xml index bfcff79..e2c6e2a 100644 --- a/appcast.xml +++ b/appcast.xml @@ -37,7 +37,7 @@ ]]> - Sun, 7 December 2025 00:00:00 +0100 + Mon, 8 December 2025 00:00:00 +0100 2.0.1-alpha.5 2.0.1-alpha.5 10.13 From 109b86d1c09bfbafd4ec40a46971e602fe346aa1 Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Tue, 9 Dec 2025 06:29:37 +0100 Subject: [PATCH 04/10] Update appcast for 2.1.0 --- appcast.xml | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/appcast.xml b/appcast.xml index e2c6e2a..0675b75 100644 --- a/appcast.xml +++ b/appcast.xml @@ -5,46 +5,37 @@ VisualDiffer en - Version 2.0.1-alpha.5 + Version 2.1.0 v2.0.1-alpha.5 +

v2.1.0

πŸš€ Features

    -
  • Allow to wrap text in File Comparison (added toolbar button and menu item) -
      -
    • restore selection
    • -
    • preserve view position
    • -
    -
  • -
  • -

    Ignore white space differences in file comparison

    -
  • -
  • File Compare: 0000377: Line ending differences are not detected -
      -
    • Added flag to set β€œcompare line endings” at application and session UI level from Preferences and Session Preferences
    • -
    -
  • +
  • General: Use Sparkle to update application
  • +
  • File Compare: Allow to wrap text
  • +
  • File Compare: Ignore white space differences
  • +
  • File Compare: Compare line endings (DOS/Unix)

πŸ› Bug Fixes

    -
  • The fonts are not updated
  • +
  • General: The fonts are not updated
  • +
  • File Compare: Copy Lines from clipboard does nothing
]]>
- Mon, 8 December 2025 00:00:00 +0100 - 2.0.1-alpha.5 - 2.0.1-alpha.5 + Tue, 9 December 2025 00:00:00 +0100 + 2.1.0 + 2.1.0 10.13
From a9abaab1fd1c7c9e9cae479652c38882321c4f67 Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Thu, 18 Dec 2025 09:54:19 +0100 Subject: [PATCH 05/10] Update appcast for 2.1.1 --- appcast.xml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/appcast.xml b/appcast.xml index 0675b75..5fc57b8 100644 --- a/appcast.xml +++ b/appcast.xml @@ -5,37 +5,34 @@ VisualDiffer en - Version 2.1.0 + Version 2.1.1 v2.1.0 +

v2.1.1

πŸš€ Features

    -
  • General: Use Sparkle to update application
  • -
  • File Compare: Allow to wrap text
  • -
  • File Compare: Ignore white space differences
  • -
  • File Compare: Compare line endings (DOS/Unix)
  • +
  • None

πŸ› Bug Fixes

    -
  • General: The fonts are not updated
  • -
  • File Compare: Copy Lines from clipboard does nothing
  • +
  • Folder Compare: Handle symbolic link to an inaccessible destination within the sandbox
  • +
  • File Compare: The ignoreXXX properties are not saved for the session but only globally
]]>
- Tue, 9 December 2025 00:00:00 +0100 - 2.1.0 - 2.1.0 + Thu, 18 December 2025 00:00:00 +0100 + 2.1.1 + 2.1.1 10.13
From 9e34e4139d39386230dccd9ecfe6070d02aed529 Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Wed, 24 Dec 2025 07:48:30 +0100 Subject: [PATCH 06/10] Update appcast for 2.1.2 --- appcast.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/appcast.xml b/appcast.xml index 5fc57b8..b26e930 100644 --- a/appcast.xml +++ b/appcast.xml @@ -5,10 +5,12 @@ VisualDiffer en - Version 2.1.1 + Version 2.1.2 v2.1.1 +

v2.1.2

+ +

This is a minor release with bug fixes.

πŸš€ Features

@@ -19,20 +21,21 @@

πŸ› Bug Fixes

    -
  • Folder Compare: Handle symbolic link to an inaccessible destination within the sandbox
  • -
  • File Compare: The ignoreXXX properties are not saved for the session but only globally
  • +
  • General: Corrected message formatting for title case and sentence case
  • +
  • Folder Compare: Fixed sync dialog not showing items
  • +
  • File Compare: Word-wrap truncates text when slider is not at beginning
]]>
- Thu, 18 December 2025 00:00:00 +0100 - 2.1.1 - 2.1.1 + Wed, 24 December 2025 00:00:00 +0100 + 2.1.2 + 2.1.2 10.13
From 6f713f81867647d1940f8c448412cdb9a366cb3b Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Sun, 18 Jan 2026 07:16:47 +0100 Subject: [PATCH 07/10] Update appcast for 2.1.3 --- appcast.xml | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/appcast.xml b/appcast.xml index b26e930..9e535cf 100644 --- a/appcast.xml +++ b/appcast.xml @@ -5,37 +5,56 @@ VisualDiffer en - Version 2.1.2 + Version 2.1.3 v2.1.2 - -

This is a minor release with bug fixes.

+

v2.1.3

πŸš€ Features

    -
  • None
  • +
  • File Compare: ignore character case in comparison

πŸ› Bug Fixes

    -
  • General: Corrected message formatting for title case and sentence case
  • -
  • Folder Compare: Fixed sync dialog not showing items
  • -
  • File Compare: Word-wrap truncates text when slider is not at beginning
  • +
  • +

    File Compare: crash when pasting at end of file (b283815)

    +
  • +
  • +

    File Compare: handle unsaved files (e5b9145)

    +
  • +
  • +

    File Compare: redo compare without saving files (4a80dd7)

    +
  • +
  • +

    Folder Compare: window expands for long file paths (0e2180f)

    +
  • +
+ +

✨ Performance

+ +
    +
  • +

    Fix regression from objc original code (c94c99a)

    +
  • +
  • +

    increase buffer size used by binary comparison (e9c4dae)

    +
+ ]]>
- Wed, 24 December 2025 00:00:00 +0100 - 2.1.2 - 2.1.2 + Sun, 18 January 2026 00:00:00 +0100 + 2.1.3 + 2.1.3 10.13
From 84035e243016d026448b9b02a2b543609782fafc Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Sat, 7 Feb 2026 10:34:43 +0100 Subject: [PATCH 08/10] Update appcast for 2.1.4 --- appcast.xml | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/appcast.xml b/appcast.xml index 9e535cf..1ca1938 100644 --- a/appcast.xml +++ b/appcast.xml @@ -5,56 +5,36 @@ VisualDiffer en - Version 2.1.3 + Version 2.1.4 v2.1.3 - -

πŸš€ Features

- -
    -
  • File Compare: ignore character case in comparison
  • -
+

v2.1.4

πŸ› Bug Fixes

  • -

    File Compare: crash when pasting at end of file (b283815)

    -
  • -
  • -

    File Compare: handle unsaved files (e5b9145)

    -
  • -
  • -

    File Compare: redo compare without saving files (4a80dd7)

    -
  • -
  • -

    Folder Compare: window expands for long file paths (0e2180f)

    +

    File Compare: stop stripping HTML tags (73bdcf3)

  • -
- -

✨ Performance

- -
  • -

    Fix regression from objc original code (c94c99a)

    +

    Folder Compare: keep icon size in narrow cells (4ae52fa)

  • -

    increase buffer size used by binary comparison (e9c4dae)

    +

    General: permit sandbox picker bypass (7e4ecee)

]]>
- Sun, 18 January 2026 00:00:00 +0100 - 2.1.3 - 2.1.3 + Sat, 7 February 2026 00:00:00 +0100 + 2.1.4 + 2.1.4 10.13
From d07fd89b98d6e94eec6dd90b887aa05162ca1654 Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Thu, 12 Feb 2026 12:51:24 +0100 Subject: [PATCH 09/10] Update appcast for 2.1.4 --- appcast.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appcast.xml b/appcast.xml index 1ca1938..463e93c 100644 --- a/appcast.xml +++ b/appcast.xml @@ -27,14 +27,14 @@ ]]> - Sat, 7 February 2026 00:00:00 +0100 + Thu, 12 February 2026 00:00:00 +0100 2.1.4 2.1.4 10.13 From 922e075ee1d590b5d466d5c9e528111a97b9c438 Mon Sep 17 00:00:00 2001 From: Davide Ficano Date: Mon, 16 Feb 2026 06:57:15 +0100 Subject: [PATCH 10/10] Update appcast for 2.1.5 --- appcast.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/appcast.xml b/appcast.xml index 463e93c..18cbd3b 100644 --- a/appcast.xml +++ b/appcast.xml @@ -5,36 +5,36 @@ VisualDiffer en - Version 2.1.4 + Version 2.1.5 v2.1.4 +

v2.1.5

-

πŸ› Bug Fixes

+

πŸš€ Features

  • -

    File Compare: stop stripping HTML tags (73bdcf3)

    +

    add sandbox warning and –no-warning flag to visdiff (d238fdb)

  • -

    Folder Compare: keep icon size in narrow cells (4ae52fa)

    +

    Folder Compare: normalize size units across compare panes (7c13c6a)

  • -

    General: permit sandbox picker bypass (7e4ecee)

    +

    Folder Compare: copy only Finder metadata, not file contents (663f9fe)

]]>
- Thu, 12 February 2026 00:00:00 +0100 - 2.1.4 - 2.1.4 + Mon, 16 February 2026 00:00:00 +0100 + 2.1.5 + 2.1.5 10.13