Skip to content

Commit

Permalink
Update distribute (006c5b8e29fa497d7104b9e9027515f484a09eb1)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 29, 2024
1 parent 2aa7b1f commit 5784781
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 11 deletions.
45 changes: 42 additions & 3 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -44482,9 +44482,9 @@
}
},
"AetherCompass": {
"BuiltCommit": "d66f1c86e65e31925dbb51d88598822619d0e19b",
"TimeBuilt": "2023-01-18T16:19:10.716",
"EffectiveVersion": "1.6.2.2",
"BuiltCommit": "96e3b3d4a45c8a3ee0186dd13bcd3f0e06bba8ac",
"TimeBuilt": "2024-11-29T22:18:14.9324929+00:00",
"EffectiveVersion": "1.6.5.0",
"MinimumVersion": null,
"Changelogs": {
"1.5.0.4": {
Expand All @@ -44510,6 +44510,45 @@
"Changelog": "Patch 6.3 Update\n\n- New compass Eureka Elementals for detecting elementals in Eureka (by apetih)\n- Other minor update and bug fixes to Island Sanctuary Compass\n",
"UsedNeeds": null,
"Reviewer": null
},
"1.6.5.0": {
"TimeReleased": "2024-11-29T22:18:14.9325363+00:00",
"Changelog": "Update for 7.1",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "DotNet.ReproducibleBuilds",
"Version": "1.1.1"
},
{
"Key": "Microsoft.Build.Tasks.Git",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.AzureRepos.Git",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.Bitbucket.Git",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.Common",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.GitHub",
"Version": "1.1.1"
},
{
"Key": "Microsoft.SourceLink.GitLab",
"Version": "1.1.1"
}
],
"Reviewer": "reiichi001"
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions testing-live/AetherCompass/AetherCompass.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"Author": "yomishino",
"Author": "Cytraen, yomishino",
"Name": "Aether Compass",
"InternalName": "AetherCompass",
"AssemblyVersion": "1.6.2.2",
"Description": "This plugin detects certain objects/NPCs such as Aether Currents nearby and shows where they are by various ways, e.g. pointing to their locations on screen and notifying you in Chat.\n\nCurrently detects:\n\t- Aether Currents\n\t- Mob Hunt Elite Marks\n\t- Gathering Points\n\t- [Experimental] Island Sanctuary Gathering Objects and Animals\n\t- [Experimental] Quest-related NPCs/Objects\n\t- [Experimental] Eureka Elementals (by apetih) \n\nNote: Because most objects/NPCs are not loaded when they are too faraway or when there are too many entities nearby (such as too many player characters), they will not be detected in this case.\n\nIcon by Lumas Arkfrost",
"AssemblyVersion": "1.6.5.0",
"Description": "This plugin detects certain objects/NPCs such as Aether Currents nearby and shows where they are by various ways, e.g. pointing to their locations on screen and notifying you in Chat.\n\nCurrently detects:\n\t- Aether Currents\n\t- Eureka Elementals (by apetih)\n\t- Mob Hunt Elite Marks\n\t- Gathering Points\n\t- [Experimental] Island Sanctuary Gathering Objects and Animals\n\t- [Experimental] Quest-related NPCs/Objects \n\nNote: Because most objects/NPCs are not loaded when they are too faraway or when there are too many entities nearby (such as too many player characters), they will not be detected in this case.\n\nIcon by Lumas Arkfrost",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/yomishino/FFXIVAetherCompass",
"RepoUrl": "https://github.com/Cytraen/AetherCompass",
"Tags": [
"map",
"compass"
"map - compass"
],
"CategoryTags": [
"UI"
],
"DalamudApiLevel": 8,
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IconUrl": "https://raw.githubusercontent.com/yomishino/FFXIVAetherCompass/master/res/img/icon_by_arkfrostlumas.png",
"IconUrl": "https://raw.githubusercontent.com/Cytraen/AetherCompass/master/res/img/icon_by_arkfrostlumas.png",
"Punchline": "Compasses that detect and mark certain nearby objects/NPCs",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
Expand Down
Binary file modified testing-live/AetherCompass/latest.zip
Binary file not shown.

0 comments on commit 5784781

Please sign in to comment.