Skip to content

Commit

Permalink
Update distribute (68baa668d8caa6ebdef8a9d003c10bb1e94618fc)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 23, 2024
1 parent dec9713 commit 2d3f1f6
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.15.0",
"AssemblyVersion": "1.29.16.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 @@ -45335,9 +45335,9 @@
}
},
"ChatTwo": {
"BuiltCommit": "70971d7b8a02011821de75ae47b35a5d2ad55c4d",
"TimeBuilt": "2024-12-20T05:37:01.0125064+00:00",
"EffectiveVersion": "1.29.15.0",
"BuiltCommit": "f6dd0359e72f52860e3ebc447019d6dd6d5b7c35",
"TimeBuilt": "2024-12-23T08:37:00.5765347+00:00",
"EffectiveVersion": "1.29.16.0",
"MinimumVersion": null,
"Changelogs": {
"1.17.5.0": {
Expand Down Expand Up @@ -46272,6 +46272,101 @@
}
],
"Reviewer": "reiichi001"
},
"1.29.16.0": {
"TimeReleased": "2024-12-23T08:37:00.5765752+00:00",
"Changelog": "- Potential fix for tells getting stuck\r\n- Allow debugger use outside of debug builds",
"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 2d3f1f6

Please sign in to comment.