Skip to content

Commit

Permalink
Update distribute (394f4349fec0d170f08cba358be673d0883ac72d)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 10, 2025
1 parent 4d29877 commit a8028bf
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Olaren",
"Name": "Easy Translate",
"InternalName": "EasyTranslate.DalamudPlugin",
"AssemblyVersion": "4.0.0.0",
"AssemblyVersion": "4.1.0.0",
"Description": "Search anything and get the translations in other languages.\nUse /et to open the ui or /et <search term> to search directly!",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Olaren15/ffxiv-easy-translate",
Expand Down
Binary file modified stable/EasyTranslate.DalamudPlugin/latest.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion stable/ShopItemRevealer/ShopItemRevealer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Era",
"Name": "Shop Item Revealer",
"InternalName": "ShopItemRevealer",
"AssemblyVersion": "1.0.2.0",
"AssemblyVersion": "1.1.0.0",
"Description": "Opens a window when speaking with a supported vendor, showing items that are not unlocked and what their conditions are. It checks quests, achievements, and reputation requirements.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Era-FFXIV/ShopItemRevealer",
Expand Down
Binary file modified stable/ShopItemRevealer/latest.zip
Binary file not shown.
74 changes: 68 additions & 6 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -43617,9 +43617,9 @@
}
},
"EasyTranslate.DalamudPlugin": {
"BuiltCommit": "28c6eb2a53ae9df39df6785249a7f9a2b096290f",
"TimeBuilt": "2024-11-17T02:23:00.1334128+00:00",
"EffectiveVersion": "4.0.0.0",
"BuiltCommit": "8e977350e81a1aa49bbe6881241c645ca585ff8c",
"TimeBuilt": "2025-01-10T06:41:53.19309+00:00",
"EffectiveVersion": "4.1.0.0",
"MinimumVersion": null,
"Changelogs": {
"2.0.0.0": {
Expand Down Expand Up @@ -43686,6 +43686,29 @@
}
],
"Reviewer": "reiichi001"
},
"4.1.0.0": {
"TimeReleased": "2025-01-10T06:41:53.1930908+00:00",
"Changelog": "- Add new advanced search options that allow changing the search language on the fly\n- Searching from a context menu now always searches using the game language\n",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "Microsoft.Extensions.DependencyInjection",
"Version": "8.0.1"
},
{
"Key": "SonarAnalyzer.CSharp",
"Version": "9.32.0.97167"
},
{
"Key": "Microsoft.Extensions.DependencyInjection.Abstractions",
"Version": "8.0.2"
}
],
"Reviewer": "reiichi001"
}
}
},
Expand Down Expand Up @@ -52542,9 +52565,9 @@
}
},
"ShopItemRevealer": {
"BuiltCommit": "e8f0eaf87960b7554bf815da5423bdbb0d2a3396",
"TimeBuilt": "2025-01-04T19:27:04.1697967+00:00",
"EffectiveVersion": "1.0.2.0",
"BuiltCommit": "b82169e2a58ec2e07aafd69dbb2844cdb334e10f",
"TimeBuilt": "2025-01-10T06:41:41.8769856+00:00",
"EffectiveVersion": "1.1.0.0",
"MinimumVersion": null,
"Changelogs": {
"1.0.2.0": {
Expand Down Expand Up @@ -52585,6 +52608,45 @@
}
],
"Reviewer": "philpax"
},
"1.1.0.0": {
"TimeReleased": "2025-01-10T06:41:41.8770272+00:00",
"Changelog": "1.1.0\n - Adds gemstone vendor support with FATE rank requirement tracking.\n - Added some help desk at the bottom of the window.\n - Showing/hiding unrevealed items now re-sorts the table correctly.\n - Some code cleanup\n1.0.2\n- Adds sorting the table by item name (default) or quantity required.\n- Fixes another imgui assert.\n",
"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

0 comments on commit a8028bf

Please sign in to comment.