Skip to content

Commit

Permalink
Update distribute (7931e9bf41e0f30adfa5fe96fd424ed0ee023f1b)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 7, 2025
1 parent 595a67c commit 9a4976d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/TrackyTrack/TrackyTrack.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Infi",
"Name": "Tracky",
"InternalName": "TrackyTrack",
"AssemblyVersion": "1.5.6.0",
"AssemblyVersion": "1.5.6.2",
"Description": "### Normal Functions \n+ Track currency increase\n+ Track teleport and npc repair costs\n+ Track desynthesis results\n+ Track retainer ventures\n\n### Advanced Functions\n+ Track different coffer rewards\n - Venture Coffer\n - Materiel Container 3.0\n - Materiel Container 4.0\n - Sanctuary Materiel Container\n+ Track Eureka bunny rewards\n+ Track Eureka/Bozja lockboxes",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Infiziert90/TrackyTrack",
Expand Down
Binary file modified stable/TrackyTrack/latest.zip
Binary file not shown.
57 changes: 54 additions & 3 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -14862,9 +14862,9 @@
}
},
"TrackyTrack": {
"BuiltCommit": "137a6d7635e75254fa1395340eb0768c054d4a05",
"TimeBuilt": "2025-01-03T02:10:19.8196108+00:00",
"EffectiveVersion": "1.5.6.0",
"BuiltCommit": "52bcf324a7c896d5ec14a7dffedda05320ea021e",
"TimeBuilt": "2025-01-07T03:36:15.5525369+00:00",
"EffectiveVersion": "1.5.6.2",
"MinimumVersion": null,
"Changelogs": {
"1.5.5.5": {
Expand Down Expand Up @@ -15223,6 +15223,57 @@
}
],
"Reviewer": "philpax"
},
"1.5.6.2": {
"TimeReleased": "2025-01-07T03:36:15.5525753+00:00",
"Changelog": "- Massively improve retainer task tracking\r\n - This also fixes an issue that ventures would end up a different type\r\n- Implement Session tab\r\n - Currently only supports eureka bunny coffers\r\n- Fix wrong indent in Stats",
"UsedNeeds": [
{
"Key": "https://github.com/Ottermandias/OtterGui",
"Version": "8ba88eff15326bb28ed5e6157f5252c114d40b5f"
},
{
"Key": "https://github.com/Ottermandias/OtterGuiInternal.git",
"Version": "8e144c54022bc7d30f993a8c496ad390764f884f"
},
{
"Key": "CsvHelper",
"Version": "33.0.1"
},
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "MessagePack",
"Version": "3.0.238-rc.1"
},
{
"Key": "JetBrains.Annotations",
"Version": "2024.2.0"
},
{
"Key": "MessagePack.Annotations",
"Version": "3.0.238-rc.1"
},
{
"Key": "MessagePackAnalyzer",
"Version": "3.0.238-rc.1"
},
{
"Key": "Microsoft.Extensions.DependencyInjection",
"Version": "8.0.0"
},
{
"Key": "Microsoft.Extensions.DependencyInjection.Abstractions",
"Version": "8.0.0"
},
{
"Key": "Microsoft.NET.StringTools",
"Version": "17.11.4"
}
],
"Reviewer": "reiichi001"
}
}
},
Expand Down

0 comments on commit 9a4976d

Please sign in to comment.