Skip to content

Commit

Permalink
Update distribute (f258ee3b8c2ccfb6ed12268e4de67c9665fe3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 27, 2024
1 parent 4e26c24 commit 06cbff2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/TidyChat/TidyChat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Nadya",
"Name": "Tidy Chat",
"InternalName": "TidyChat",
"AssemblyVersion": "1.3.2.0",
"AssemblyVersion": "2.0.6.0",
"Description": "It is highly recommended to edit the default settings as you may disagree on which messages should be considered \"spam\"!\n\nProvides granular filter options to filter nearly all game-related spam, leaving only important game messages in your chat.\n\n - Filters most spammy game messages\n - Blocks emote spam from other players\n - Condenses earned commendations into a single line\n - Shortens lengthy messages such as joining Novice Network or entering an instanced zone\n - Blocks repeated messages from appearing for a period of time\n - Automatically copies most 'with your chat mode in /say' quest dialogue to your clipboard\n - Write custom filters to Allow/Block messages!\n - And more!",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/NadyaNayme/TidyChat",
Expand All @@ -14,7 +14,7 @@
"CategoryTags": [
"Social"
],
"DalamudApiLevel": 10,
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
Expand Down
Binary file modified stable/TidyChat/latest.zip
Binary file not shown.
36 changes: 33 additions & 3 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -36037,9 +36037,9 @@
}
},
"TidyChat": {
"BuiltCommit": "19ebf17f76a5395c65ad962374d433ea8d6ea092",
"TimeBuilt": "2024-07-15T04:02:53.701",
"EffectiveVersion": "1.3.2.0",
"BuiltCommit": "4badf94e1c8288e3a242af7b983db56f8b381746",
"TimeBuilt": "2024-11-27T07:09:13.2793401+00:00",
"EffectiveVersion": "2.0.6.0",
"MinimumVersion": null,
"Changelogs": {
"1.2.2.0": {
Expand Down Expand Up @@ -36101,6 +36101,29 @@
"Changelog": "- Custom filters for the Gathering channel should properly check the Gathering channel and the GatheringSystem channel instead of only the GatheringSystem channel.",
"UsedNeeds": null,
"Reviewer": null
},
"2.0.6.0": {
"TimeReleased": "2024-11-27T07:09:13.2793973+00:00",
"Changelog": "1.x -\u003E 2.0.6 Release -- Mostly internal changes to logic to make Tidy Chat easier to maintain and add new filters going forward.",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "Meziantou.Analyzer",
"Version": "2.0.161"
},
{
"Key": "TextCopy",
"Version": "6.2.1"
},
{
"Key": "Microsoft.Extensions.DependencyInjection.Abstractions",
"Version": "7.0.0"
}
],
"Reviewer": "reiichi001"
}
}
},
Expand Down Expand Up @@ -56564,6 +56587,13 @@
"Version": "1.4.0",
"ReviewedBy": "reiichi001",
"ReviewedAt": "2024-11-27T00:35:57.1884131Z"
},
{
"Type": 1,
"Key": "Meziantou.Analyzer",
"Version": "2.0.161",
"ReviewedBy": "reiichi001",
"ReviewedAt": "2024-11-27T07:09:13.3480809Z"
}
]
}

0 comments on commit 06cbff2

Please sign in to comment.