Skip to content

Commit

Permalink
Update distribute (a947de59cec5c3a9ed4fb51012b765fbe3605af0)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 23, 2024
1 parent 35cbd30 commit 10bda37
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 4 deletions.
22 changes: 22 additions & 0 deletions stable/QuestTracker/QuestTracker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"Author": "isaiahcat",
"Name": "Quest Tracker",
"InternalName": "QuestTracker",
"AssemblyVersion": "1.0.1.1",
"Description": "Easily track quest completion",
"ApplicableVersion": "any",
"Tags": [
"quest",
"quests",
"tracker"
],
"DalamudApiLevel": 10,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "For the quest completionist",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "stable"
}
Binary file added stable/QuestTracker/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stable/QuestTracker/images/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stable/QuestTracker/images/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stable/QuestTracker/images/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stable/QuestTracker/latest.zip
Binary file not shown.
36 changes: 33 additions & 3 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -16150,6 +16150,25 @@
"Reviewer": "reiichi001"
}
}
},
"QuestTracker": {
"BuiltCommit": "2ed4eb1621572cebfbea5ed11212bdb88d2cee20",
"TimeBuilt": "2024-10-23T00:24:14.6003424+00:00",
"EffectiveVersion": "1.0.1.1",
"MinimumVersion": null,
"Changelogs": {
"1.0.1.1": {
"TimeReleased": "2024-10-23T00:24:14.600384+00:00",
"Changelog": "Initial stable release, added images to description",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "2.1.13"
}
],
"Reviewer": "goaaats"
}
}
}
}
},
Expand Down Expand Up @@ -22784,9 +22803,9 @@
}
},
"QuestTracker": {
"BuiltCommit": "e65ef081f44c9570dd7c4e273444158de9ed6192",
"TimeBuilt": "2024-10-22T02:56:01.3315067+00:00",
"EffectiveVersion": "1.0.1.0",
"BuiltCommit": "2ed4eb1621572cebfbea5ed11212bdb88d2cee20",
"TimeBuilt": "2024-10-23T00:24:21.9919655+00:00",
"EffectiveVersion": "1.0.1.1",
"MinimumVersion": null,
"Changelogs": {
"1.0.0.0": {
Expand All @@ -22805,6 +22824,17 @@
}
],
"Reviewer": "reiichi001"
},
"1.0.1.1": {
"TimeReleased": "2024-10-23T00:24:21.9919663+00:00",
"Changelog": "Initial stable release, added images to description",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "2.1.13"
}
],
"Reviewer": "goaaats"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion testing-live/QuestTracker/QuestTracker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "isaiahcat",
"Name": "Quest Tracker",
"InternalName": "QuestTracker",
"AssemblyVersion": "1.0.1.0",
"AssemblyVersion": "1.0.1.1",
"Description": "Easily track quest completion",
"ApplicableVersion": "any",
"Tags": [
Expand Down
Binary file modified testing-live/QuestTracker/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testing-live/QuestTracker/images/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testing-live/QuestTracker/images/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testing-live/QuestTracker/images/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing-live/QuestTracker/latest.zip
Binary file not shown.

0 comments on commit 10bda37

Please sign in to comment.