Skip to content

Commit e8a5ad6

Browse files
committed
Update distribute (0d8fdd25ed5f220c855881a900b26a8eba645e31)
1 parent 97667b7 commit e8a5ad6

3 files changed

Lines changed: 54 additions & 6 deletions

File tree

state.json

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244835,9 +244835,9 @@
244835244835
}
244836244836
},
244837244837
"CurrencyWatchdog": {
244838-
"BuiltCommit": "f521fb9977ac14386ab0c0bbab9bed24ffcb81d0",
244839-
"TimeBuilt": "2026-02-04T20:22:04.1967752+00:00",
244840-
"EffectiveVersion": "1.0.1.0",
244838+
"BuiltCommit": "81449dbc834b6e3ff943f58e2ac2e7b0740f0941",
244839+
"TimeBuilt": "2026-02-10T23:05:49.2955346+00:00",
244840+
"EffectiveVersion": "1.0.1.1",
244841244841
"MinimumVersion": null,
244842244842
"Changelogs": {
244843244843
"1.0.0.0": {
@@ -244927,6 +244927,50 @@
244927244927
],
244928244928
"Reviewer": "reiichi001",
244929244929
"Submitter": "nebel"
244930+
},
244931+
"1.0.1.1": {
244932+
"TimeReleased": "2026-02-10T23:05:49.2956084+00:00",
244933+
"Changelog": "- Update help sections\r\n- Update plugin description\r\n- Use slightly safer hook handling\r\n- Update KTK",
244934+
"UsedNeeds": [
244935+
{
244936+
"Key": "https://github.com/MidoriKami/KamiToolKit",
244937+
"Version": "03ed20e78d7760ba5fe47a20fd3479ec0d22d320"
244938+
},
244939+
{
244940+
"Key": "DalamudPackager",
244941+
"Version": "14.0.1"
244942+
},
244943+
{
244944+
"Key": "DotNet.ReproducibleBuilds",
244945+
"Version": "1.2.39"
244946+
},
244947+
{
244948+
"Key": "HtmlAgilityPack",
244949+
"Version": "1.11.46"
244950+
},
244951+
{
244952+
"Key": "Karashiiro.HtmlAgilityPack.CssSelectors.NetCoreFork",
244953+
"Version": "0.0.2"
244954+
},
244955+
{
244956+
"Key": "Microsoft.Extensions.ObjectPool",
244957+
"Version": "10.0.0-preview.6.25358.103"
244958+
},
244959+
{
244960+
"Key": "NetStone",
244961+
"Version": "1.1.1"
244962+
},
244963+
{
244964+
"Key": "Newtonsoft.Json",
244965+
"Version": "13.0.3"
244966+
},
244967+
{
244968+
"Key": "SixLabors.ImageSharp",
244969+
"Version": "3.1.12"
244970+
}
244971+
],
244972+
"Reviewer": "reiichi001",
244973+
"Submitter": "nebel"
244930244974
}
244931244975
}
244932244976
},

testing-live/CurrencyWatchdog/CurrencyWatchdog.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@
22
"Author": "nebel",
33
"Name": "Currency Watchdog",
44
"InternalName": "CurrencyWatchdog",
5-
"AssemblyVersion": "1.0.1.0",
6-
"Description": "Provides a configurable overlay with a powerful rule system for displaying how many currency (or non-currency) items you have (or don't have). A spiritual successor to CurrencyAlert.",
5+
"AssemblyVersion": "1.0.1.1",
6+
"Description": "Provides a configurable overlay, configurable alerts, and a powerful rule system for displaying how many currency (or non-currency) items you have (or don't have). A spiritual successor to CurrencyAlert.",
77
"ApplicableVersion": "any",
88
"RepoUrl": "https://github.com/nebel/CurrencyWatchdog",
99
"Tags": [
1010
"Currency",
1111
"Tomestones",
12+
"Overlay",
1213
"Alert",
1314
"Tracker"
1415
],
16+
"CategoryTags": [
17+
"UI"
18+
],
1519
"DalamudApiLevel": 14,
1620
"LoadRequiredState": 0,
1721
"LoadSync": false,
1822
"CanUnloadAsync": false,
1923
"LoadPriority": 0,
20-
"Punchline": "Shows an overlay and/or sends alerts when your held currency items (or non-currency items) match configurable rules.",
24+
"Punchline": "Shows an overlay and/or sends alerts when your held currency items (or non-currency items) match configurable rules. A spiritual successor to CurrencyAlert.",
2125
"AcceptsFeedback": true,
2226
"_isDip17Plugin": true,
2327
"_Dip17Channel": "testing-live"
471 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)