Skip to content

Commit

Permalink
Update distribute (9530e5bfd150be6d8a10761a5dec47fda3650810)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 2, 2024
1 parent ffea87d commit 6808967
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/ChatTwo/ChatTwo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Infi, Anna",
"Name": "Chat 2",
"InternalName": "ChatTwo",
"AssemblyVersion": "1.29.10.0",
"AssemblyVersion": "1.29.11.0",
"Description": "Chat 2 is a complete rewrite of the in-game chat window as a plugin.\nIt supports:\n\n- Unlimited tabs\n- Tabs that always send to a certain channel\n- More flexible filtering\n- RGB channel colouring\n- Completely variable font size\n- Sidebar tabs\n- Unread counts\n- Emotes\n- Screenshot mode (obfuscate names)",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Infiziert90/ChatTwo",
Expand Down
Binary file modified stable/ChatTwo/latest.zip
Binary file not shown.
101 changes: 98 additions & 3 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -37867,9 +37867,9 @@
}
},
"ChatTwo": {
"BuiltCommit": "5bd6518e1aa915fa58c5e7c38bb5f36ed648870e",
"TimeBuilt": "2024-11-21T13:50:49.1892973+00:00",
"EffectiveVersion": "1.29.10.0",
"BuiltCommit": "6144631b161d2eb83285f3b31f3b62113fdadafa",
"TimeBuilt": "2024-12-02T18:51:32.4016152+00:00",
"EffectiveVersion": "1.29.11.0",
"MinimumVersion": null,
"Changelogs": {
"1.17.5.0": {
Expand Down Expand Up @@ -38424,6 +38424,101 @@
}
],
"Reviewer": "philpax"
},
"1.29.11.0": {
"TimeReleased": "2024-12-02T18:51:32.4016533+00:00",
"Changelog": "- Fix ExtraChat tab issues",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "MessagePack",
"Version": "3.0.238-rc.1"
},
{
"Key": "Microsoft.Data.Sqlite",
"Version": "9.0.0"
},
{
"Key": "Pidgin",
"Version": "3.3.0"
},
{
"Key": "SixLabors.ImageSharp",
"Version": "3.1.5"
},
{
"Key": "Watson.Lite",
"Version": "6.2.3"
},
{
"Key": "CavemanTcp",
"Version": "2.0.3"
},
{
"Key": "IpMatcher",
"Version": "1.0.4.4"
},
{
"Key": "MessagePack.Annotations",
"Version": "3.0.238-rc.1"
},
{
"Key": "MessagePackAnalyzer",
"Version": "3.0.238-rc.1"
},
{
"Key": "Microsoft.Data.Sqlite.Core",
"Version": "9.0.0"
},
{
"Key": "Microsoft.NET.StringTools",
"Version": "17.11.4"
},
{
"Key": "RegexMatcher",
"Version": "1.0.8"
},
{
"Key": "SQLitePCLRaw.bundle_e_sqlite3",
"Version": "2.1.10"
},
{
"Key": "SQLitePCLRaw.core",
"Version": "2.1.10"
},
{
"Key": "SQLitePCLRaw.lib.e_sqlite3",
"Version": "2.1.10"
},
{
"Key": "SQLitePCLRaw.provider.e_sqlite3",
"Version": "2.1.10"
},
{
"Key": "System.Memory",
"Version": "4.5.3"
},
{
"Key": "System.Text.Json",
"Version": "8.0.5"
},
{
"Key": "Timestamps",
"Version": "1.0.9"
},
{
"Key": "UrlMatcher",
"Version": "3.0.0"
},
{
"Key": "Watson.Core",
"Version": "6.2.3"
}
],
"Reviewer": "reiichi001"
}
}
},
Expand Down

0 comments on commit 6808967

Please sign in to comment.