Skip to content

Commit

Permalink
Update distribute (c0394b12213101289e2132461c15185c46b67eef)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 5, 2024
1 parent c90891a commit 3ad70cc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/WTSync/WTSync.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Khloe Leclair",
"Name": "WTSync",
"InternalName": "WTSync",
"AssemblyVersion": "0.14.0.0",
"AssemblyVersion": "0.15.0.0",
"Description": "WTSync keeps uses an external server to keep track of the duties in your Wondrous Tails book. When you're in a party, and other players in the party are also using WTSync, you can open a UI to see which duties everyone needs at once in one convenient list.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/KhloeLeclair/WTSync",
Expand Down
Binary file modified stable/WTSync/latest.zip
Binary file not shown.
41 changes: 38 additions & 3 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -35641,9 +35641,9 @@
}
},
"WTSync": {
"BuiltCommit": "bad99025cde42e0e6ee93eb3ea0353bfc49c8bc0",
"TimeBuilt": "2024-12-01T21:32:05.4926226+00:00",
"EffectiveVersion": "0.14.0.0",
"BuiltCommit": "091120354ed4d79ecc77eb4165be148949d79ecf",
"TimeBuilt": "2024-12-05T11:14:46.2552002+00:00",
"EffectiveVersion": "0.15.0.0",
"MinimumVersion": null,
"Changelogs": {
"0.11.0.0": {
Expand Down Expand Up @@ -35756,6 +35756,41 @@
}
],
"Reviewer": "reiichi001"
},
"0.15.0.0": {
"TimeReleased": "2024-12-05T11:14:46.2552424+00:00",
"Changelog": "* Added: Ability to switch WTSync to offline mode without disabling it. In offline mode, your Wondrous Tails data won\u0027t be sent to the server and you won\u0027t receive any data from the server about your party members.\n* Changed: Ensure data is erased from the server when disabling WTSync without logging out first.\n",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "Websocket.Client",
"Version": "5.1.2"
},
{
"Key": "Microsoft.Extensions.DependencyInjection.Abstractions",
"Version": "8.0.0"
},
{
"Key": "Microsoft.Extensions.Logging.Abstractions",
"Version": "8.0.0"
},
{
"Key": "Microsoft.IO.RecyclableMemoryStream",
"Version": "3.0.0"
},
{
"Key": "System.Reactive",
"Version": "6.0.0"
},
{
"Key": "System.Threading.Channels",
"Version": "8.0.0"
}
],
"Reviewer": "philpax"
}
}
},
Expand Down

0 comments on commit 3ad70cc

Please sign in to comment.