Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f25f11d5b | |||
| 38ec2c3e44 | |||
| 7f8e9ddf5d |
@@ -13,6 +13,9 @@ packages/
|
|||||||
.vs/
|
.vs/
|
||||||
*.nupkg
|
*.nupkg
|
||||||
**/latest.zip
|
**/latest.zip
|
||||||
|
# Allow release zips for plugin distribution
|
||||||
|
!releases/
|
||||||
|
!releases/**/*.zip
|
||||||
|
|
||||||
# Gitea token (keep local only, never commit)
|
# Gitea token (keep local only, never commit)
|
||||||
.gitea-token
|
.gitea-token
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Name": "HSCompare",
|
"Name": "HSCompare",
|
||||||
"Author": "HSCompare",
|
"Author": "Dawnsorrow",
|
||||||
"Punchline": "WoW-style equipment comparison tooltips",
|
"Punchline": "WoW-style equipment comparison tooltips",
|
||||||
"Description": "When holding a configurable key (default: Shift) over equipment, shows a comparison between the hovered item and the currently equipped item, with total stat difference below (green for gains, red for losses). Configurable font and window size.",
|
"Description": "When holding a configurable key (default: Shift) over equipment, shows a comparison between the hovered item and the currently equipped item, with total stat difference below (green for gains, red for losses). Configurable font and window size.",
|
||||||
"InternalName": "HSCompare",
|
"InternalName": "HSCompare",
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# Plugin icon
|
||||||
|
|
||||||
|
Put your plugin icon here as **`icon.png`**.
|
||||||
|
|
||||||
|
- The Dalamud installer uses it via the master list’s `IconUrl`.
|
||||||
|
- Use a **PNG**, typically **64×64** or **128×128** pixels.
|
||||||
|
- If this file is missing, the installer will show a default icon.
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 260 KiB |
+4
-4
@@ -1,19 +1,19 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"Author": "HSCompare",
|
"Author": "Dawnsorrow",
|
||||||
"Name": "HSCompare",
|
"Name": "HSCompare",
|
||||||
"InternalName": "HSCompare",
|
"InternalName": "HSCompare",
|
||||||
"AssemblyVersion": "1.0.2.0",
|
"AssemblyVersion": "1.0.2.0",
|
||||||
"Description": "When holding a configurable key (default: Shift) over equipment, shows a comparison between the hovered item and the currently equipped item, with total stat difference below (green for gains, red for losses). Configurable font and window size.",
|
"Description": "When holding a configurable key (default: Shift) over equipment, shows a comparison between the hovered item and the currently equipped item, with total stat difference below (green for gains, red for losses). Configurable font and window size.",
|
||||||
"ApplicableVersion": "any",
|
"ApplicableVersion": "any",
|
||||||
"RepoUrl": "https://gitea.example.com/yourname/HSCompare",
|
"RepoUrl": "http://brassnet.ddns.net:33983/Dawnsorrow/HSCompare",
|
||||||
"Tags": ["compare", "tooltip", "equipment", "item"],
|
"Tags": ["compare", "tooltip", "equipment", "item"],
|
||||||
"DalamudApiLevel": 14,
|
"DalamudApiLevel": 14,
|
||||||
"Punchline": "WoW-style equipment comparison tooltips",
|
"Punchline": "WoW-style equipment comparison tooltips",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": false,
|
"IsTestingExclusive": false,
|
||||||
"DownloadLinkInstall": "https://gitea.example.com/yourname/HSCompare/releases/download/v1.0.2/latest.zip",
|
"DownloadLinkInstall": "http://brassnet.ddns.net:33983/Dawnsorrow/HSCompare/releases/download/v1.0.2/latest.zip",
|
||||||
"DownloadLinkUpdate": "https://gitea.example.com/yourname/HSCompare/releases/download/v1.0.2/latest.zip",
|
"DownloadLinkUpdate": "http://brassnet.ddns.net:33983/Dawnsorrow/HSCompare/releases/download/v1.0.2/latest.zip",
|
||||||
"LastUpdate": "1739664000"
|
"LastUpdate": "1739664000"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
# Release zips for plugin installer
|
||||||
|
|
||||||
|
The master list (DalamudPlugins repo) points to raw URLs here.
|
||||||
|
|
||||||
|
- **HSCompare-1.0.2/latest.zip** – built from `dotnet build -c Release`; copy from `HSCompare/bin/Release/HSCompare/latest.zip` when releasing a new version.
|
||||||
Reference in New Issue
Block a user