From aa30bf93add005f1ea0d4e360814bced052ecaed Mon Sep 17 00:00:00 2001 From: Yaroslav Yashin Date: Tue, 12 Sep 2023 19:04:25 +0200 Subject: [PATCH 1/4] Diffable package added. --- repository/d.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository/d.json b/repository/d.json index a051f91990a..82b4610edda 100644 --- a/repository/d.json +++ b/repository/d.json @@ -889,6 +889,16 @@ } ] }, + { + "name": "Diffable", + "details": "https://github.com/yaroslavyaroslav/Diffable", + "releases": [ + { + "sublime_text": ">=3200", + "tags": true + } + ] + }, { "name": "DiffTabs", "details": "https://github.com/soandrew/DiffTabs", From 0d19ec81903ee1b116192313867ab1ec9a6cf235 Mon Sep 17 00:00:00 2001 From: Yaroslav Yashin Date: Sun, 24 Sep 2023 14:40:50 +0200 Subject: [PATCH 2/4] Added `previous_names` flag. --- repository/d.json | 1 + 1 file changed, 1 insertion(+) diff --git a/repository/d.json b/repository/d.json index 82b4610edda..7e2e24e146f 100644 --- a/repository/d.json +++ b/repository/d.json @@ -892,6 +892,7 @@ { "name": "Diffable", "details": "https://github.com/yaroslavyaroslav/Diffable", + "previous_names": ["Diffy"], "releases": [ { "sublime_text": ">=3200", From 059a23753573ee7ba05ff181ed23d73ee979bf55 Mon Sep 17 00:00:00 2001 From: Yaroslav Yashin Date: Sun, 24 Sep 2023 14:46:52 +0200 Subject: [PATCH 3/4] Attempt to fix CI fail. --- repository/d.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/repository/d.json b/repository/d.json index 7e2e24e146f..16f7c91ce72 100644 --- a/repository/d.json +++ b/repository/d.json @@ -921,17 +921,6 @@ } ] }, - { - "name": "Diffy", - "details": "https://github.com/zsong/diffy", - "labels": ["diff", "compare", "difference", "comparison"], - "releases": [ - { - "sublime_text": "*", - "tags": true - } - ] - }, { "name": "Dilmes Ipsum", "details": "https://github.com/thiagoh/sublime-dilmes-ipsum", From e45ec27149ab14513d9b05d8850323023e4f63f0 Mon Sep 17 00:00:00 2001 From: Yaroslav Yashin Date: Wed, 11 Oct 2023 12:19:36 +0200 Subject: [PATCH 4/4] Donation page added. --- repository/d.json | 1 + 1 file changed, 1 insertion(+) diff --git a/repository/d.json b/repository/d.json index 16f7c91ce72..bc64c8ffafe 100644 --- a/repository/d.json +++ b/repository/d.json @@ -892,6 +892,7 @@ { "name": "Diffable", "details": "https://github.com/yaroslavyaroslav/Diffable", + "donate": "https://github.com/sponsors/yaroslavyaroslav", "previous_names": ["Diffy"], "releases": [ {