Skip to content

Commit

Permalink
Update distribute (34f028b852f326e35594645002c248fdd9fdbe7b)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 23, 2025
1 parent c6c9dea commit 580ac68
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 0 deletions.
100 changes: 100 additions & 0 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -70197,6 +70197,92 @@
"Reviewer": "philpax"
}
}
},
"JobTitles": {
"BuiltCommit": "36306a7f5cbc0586165ac343c61213319a5d7db3",
"TimeBuilt": "2025-01-23T17:49:03.7124575+00:00",
"EffectiveVersion": "0.0.1.3",
"MinimumVersion": null,
"Changelogs": {
"0.0.1.3": {
"TimeReleased": "2025-01-23T17:49:03.7125166+00:00",
"Changelog": "Initial Release",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "DotNet.ReproducibleBuilds",
"Version": "1.1.1"
},
{
"Key": "Lumina",
"Version": "5.6.1"
},
{
"Key": "Lumina.Excel",
"Version": "7.1.3"
},
{
"Key": "Microsoft.Build.Tasks.Git",
"Version": "1.1.1"
},
{
"Key": "Microsoft.Extensions.ObjectPool",
"Version": "8.0.7"
},
{
"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": "philpax"
}
}
},
"NowPlaying": {
"BuiltCommit": "02e4a6f08def3b39aa2b011b64f911326e9a2c5b",
"TimeBuilt": "2025-01-23T17:49:11.2034844+00:00",
"EffectiveVersion": "1.0.0.0",
"MinimumVersion": null,
"Changelogs": {
"1.0.0.0": {
"TimeReleased": "2025-01-23T17:49:11.2034857+00:00",
"Changelog": "Initial version of NowPlaying. Supported (officially - haven\u0027t tested outside of Windows) on Windows only.",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "DotNet.ReproducibleBuilds",
"Version": "1.2.25"
},
{
"Key": "NPSMLib",
"Version": "0.9.14"
}
],
"Reviewer": "philpax"
}
}
}
}
},
Expand Down Expand Up @@ -79472,6 +79558,20 @@
"Version": "1.2.0",
"ReviewedBy": "philpax",
"ReviewedAt": "2025-01-19T16:54:33.4224718Z"
},
{
"Type": 1,
"Key": "Lumina",
"Version": "5.6.1",
"ReviewedBy": "philpax",
"ReviewedAt": "2025-01-23T17:49:03.7436822Z"
},
{
"Type": 1,
"Key": "NPSMLib",
"Version": "0.9.14",
"ReviewedBy": "philpax",
"ReviewedAt": "2025-01-23T17:49:11.2262099Z"
}
]
}
23 changes: 23 additions & 0 deletions testing-live/JobTitles/JobTitles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"Author": "keifufu",
"Name": "JobTitles",
"InternalName": "JobTitles",
"AssemblyVersion": "0.0.1.3",
"Description": "Changes your title based on the current job, with per-character settings.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/keifufu/JobTitles",
"Tags": [
"Job",
"Class",
"Title"
],
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "No longer will you be an Archmage Monk, set a different title per job!",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "testing-live"
}
Binary file added testing-live/JobTitles/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/JobTitles/latest.zip
Binary file not shown.
22 changes: 22 additions & 0 deletions testing-live/NowPlaying/NowPlaying.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"Author": "wompscode",
"Name": "NowPlaying",
"InternalName": "NowPlaying",
"AssemblyVersion": "1.0.0.0",
"Description": "Play/pause/skip songs that are currently playing. Ideal for macro usage. (Windows only)",
"ApplicableVersion": "any",
"Tags": [
"music",
"background",
"utility"
],
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Play/pause/skip songs that are currently playing. (Windows only)",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "testing-live"
}
Binary file added testing-live/NowPlaying/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/NowPlaying/latest.zip
Binary file not shown.

0 comments on commit 580ac68

Please sign in to comment.