Skip to content

Commit d91ad78

Browse files
committed
Update distribute (442b078829b53aeb3aee7b8859bffa961c6d69df)
1 parent 44d8640 commit d91ad78

File tree

7 files changed

+71
-15
lines changed

7 files changed

+71
-15
lines changed

stable/EmoteLog/EmoteLog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Author": "Speedas",
33
"Name": "Emote log",
44
"InternalName": "EmoteLog",
5-
"AssemblyVersion": "1.1.6.0",
5+
"AssemblyVersion": "1.1.6.1",
66
"Description": "Adds a window logging all emotes used on you, so you never miss a sneaky dote again.",
77
"ApplicableVersion": "any",
88
"RepoUrl": "https://github.com/RokasKil/EmoteLog",

stable/EmoteLog/latest.zip

203 Bytes
Binary file not shown.

stable/HuntBuddy/HuntBuddy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Author": "Dragon",
33
"Name": "Hunt Buddy",
44
"InternalName": "HuntBuddy",
5-
"AssemblyVersion": "1.2.2.0",
5+
"AssemblyVersion": "1.2.2.1",
66
"Description": "A daily hunt bill tracker",
77
"ApplicableVersion": "any",
88
"RepoUrl": "https://github.com/SheepGoMeh/HuntBuddy",
@@ -11,7 +11,7 @@
1111
"Daily",
1212
"Utility"
1313
],
14-
"DalamudApiLevel": 13,
14+
"DalamudApiLevel": 14,
1515
"LoadRequiredState": 0,
1616
"LoadSync": false,
1717
"CanUnloadAsync": false,

stable/HuntBuddy/latest.zip

-35 Bytes
Binary file not shown.

stable/PushyFinder/PushyFinder.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"Author": "Nightshade System",
33
"Name": "PushyFinder",
44
"InternalName": "PushyFinder",
5-
"AssemblyVersion": "1.3.1.1",
6-
"Description": "A plugin that uses Pushover (https://pushover.net), Discord, SimplePush (http://simplepush.io), or Ntfy (https://ntfy.sh) to send mobile push notifications when party members join or leave, or when a duty finder queue is initiated.",
5+
"AssemblyVersion": "1.3.2.0",
6+
"Description": "Check on your party while away from the computer.",
77
"ApplicableVersion": "any",
88
"Tags": [
99
"party-finder",
1010
"afk",
1111
"notifications"
1212
],
13-
"DalamudApiLevel": 13,
13+
"DalamudApiLevel": 14,
1414
"LoadRequiredState": 0,
1515
"LoadSync": false,
1616
"CanUnloadAsync": false,

stable/PushyFinder/latest.zip

-4 Bytes
Binary file not shown.

state.json

Lines changed: 65 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,9 +2961,9 @@
29612961
}
29622962
},
29632963
"EmoteLog": {
2964-
"BuiltCommit": "d01104ce4905b371a2c6b662bf8385d8f314d515",
2965-
"TimeBuilt": "2025-12-18T22:49:03.8812859+00:00",
2966-
"EffectiveVersion": "1.1.6.0",
2964+
"BuiltCommit": "7a75ba65c1d31dbc9c941456f1c454f15925afa9",
2965+
"TimeBuilt": "2026-01-05T13:44:36.5390459+00:00",
2966+
"EffectiveVersion": "1.1.6.1",
29672967
"MinimumVersion": null,
29682968
"Changelogs": {
29692969
"1.0.0.0": {
@@ -3067,6 +3067,22 @@
30673067
],
30683068
"Reviewer": "reiichi001",
30693069
"Submitter": "RokasKil"
3070+
},
3071+
"1.1.6.1": {
3072+
"TimeReleased": "2026-01-05T13:44:36.5390476+00:00",
3073+
"Changelog": "- Mark /el as obsolete and add /elog in place of it\n",
3074+
"UsedNeeds": [
3075+
{
3076+
"Key": "DalamudPackager",
3077+
"Version": "14.0.1"
3078+
},
3079+
{
3080+
"Key": "DotNet.ReproducibleBuilds",
3081+
"Version": "1.2.39"
3082+
}
3083+
],
3084+
"Reviewer": "Critical-Impact",
3085+
"Submitter": "RokasKil"
30703086
}
30713087
}
30723088
},
@@ -11752,9 +11768,9 @@
1175211768
}
1175311769
},
1175411770
"PushyFinder": {
11755-
"BuiltCommit": "0e4c85eb10f1fe462ae6b6c2ccf8a55f330a0fca",
11756-
"TimeBuilt": "2025-08-19T19:49:54.907453+00:00",
11757-
"EffectiveVersion": "1.3.1.1",
11771+
"BuiltCommit": "01c81a50d477ade48d8e37e47e6a95d60190acf3",
11772+
"TimeBuilt": "2026-01-05T13:44:19.5440982+00:00",
11773+
"EffectiveVersion": "1.3.2.0",
1175811774
"MinimumVersion": null,
1175911775
"Changelogs": {
1176011776
"1.0.0.1": {
@@ -11875,6 +11891,30 @@
1187511891
],
1187611892
"Reviewer": "philpax",
1187711893
"Submitter": "snightshade"
11894+
},
11895+
"1.3.2.0": {
11896+
"TimeReleased": "2026-01-05T13:44:19.5441453+00:00",
11897+
"Changelog": "API 14 (FFXIV 7.4)\n",
11898+
"UsedNeeds": [
11899+
{
11900+
"Key": "DalamudPackager",
11901+
"Version": "14.0.1"
11902+
},
11903+
{
11904+
"Key": "DotNet.ReproducibleBuilds",
11905+
"Version": "1.2.39"
11906+
},
11907+
{
11908+
"Key": "Flurl.Http",
11909+
"Version": "4.0.2"
11910+
},
11911+
{
11912+
"Key": "Flurl",
11913+
"Version": "4.0.0"
11914+
}
11915+
],
11916+
"Reviewer": "Critical-Impact",
11917+
"Submitter": "snightshade"
1187811918
}
1187911919
}
1188011920
},
@@ -142128,9 +142168,9 @@
142128142168
}
142129142169
},
142130142170
"HuntBuddy": {
142131-
"BuiltCommit": "768413a68d8670545297b8277f3e74ab42a4454c",
142132-
"TimeBuilt": "2025-08-08T22:15:14.6957782+00:00",
142133-
"EffectiveVersion": "1.2.2.0",
142171+
"BuiltCommit": "baf609914c482dbcfd48262377a6f50cc7ad93c3",
142172+
"TimeBuilt": "2026-01-05T13:44:28.1650904+00:00",
142173+
"EffectiveVersion": "1.2.2.1",
142134142174
"MinimumVersion": null,
142135142175
"Changelogs": {
142136142176
"1.0.1.0": {
@@ -142246,6 +142286,22 @@
142246142286
],
142247142287
"Reviewer": "philpax",
142248142288
"Submitter": "SheepGoMeh"
142289+
},
142290+
"1.2.2.1": {
142291+
"TimeReleased": "2026-01-05T13:44:28.1650914+00:00",
142292+
"Changelog": "- API 14 update",
142293+
"UsedNeeds": [
142294+
{
142295+
"Key": "DalamudPackager",
142296+
"Version": "14.0.1"
142297+
},
142298+
{
142299+
"Key": "DotNet.ReproducibleBuilds",
142300+
"Version": "1.2.39"
142301+
}
142302+
],
142303+
"Reviewer": "Critical-Impact",
142304+
"Submitter": "SheepGoMeh"
142249142305
}
142250142306
}
142251142307
},

0 commit comments

Comments
 (0)