Skip to content

Commit

Permalink
Update distribute (709e03fb823c9570af247c5d8bac2fa2da0f33e8)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 3, 2025
1 parent b9e4520 commit 5d705d5
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.17.0",
"AssemblyVersion": "1.29.18.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 @@ -50773,9 +50773,9 @@
}
},
"ChatTwo": {
"BuiltCommit": "5a78877abf47bcdeabf6a84e93097e7c578633ec",
"TimeBuilt": "2025-02-03T17:29:49.7674799+00:00",
"EffectiveVersion": "1.29.17.0",
"BuiltCommit": "8354db5b03c41a2ec1cd8cc4f8301c999c6166d8",
"TimeBuilt": "2025-02-03T22:58:29.5357006+00:00",
"EffectiveVersion": "1.29.18.0",
"MinimumVersion": null,
"Changelogs": {
"1.17.5.0": {
Expand Down Expand Up @@ -51900,6 +51900,101 @@
}
],
"Reviewer": "philpax"
},
"1.29.18.0": {
"TimeReleased": "2025-02-03T22:58:29.5357586+00:00",
"Changelog": "- Set message length limit in the web implementation directly\r\n- Fix weird line break that happens with ExtraChat channel names",
"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": "philpax"
}
}
},
Expand Down

0 comments on commit 5d705d5

Please sign in to comment.