dd2d04ada7782f98db1471f81fcf7216af2a502e
Co-authored-by: Cursor <cursoragent@cursor.com>
Dalamud plugin list
This repo holds the plugin lists for Dalamud.
URLs for Dalamud / XIVLauncher
Add one of these as a custom plugin repository:
Live (stable) – for everyone
http://brassnet.ddns.net:33983/KnackAtNite/dalamud-plugin-list/raw/branch/main/pluginmaster.json
Dev (testing) – for you and testers
http://brassnet.ddns.net:33983/KnackAtNite/dalamud-plugin-list/raw/branch/main/pluginmaster-dev.json
- Live (
pluginmaster.json): Stable releases. Update when you promote a build for everyone. - Dev (
pluginmaster-dev.json): Dev/test builds. Update when you publish a pre-release for testing.
Publishing a dev build (e.g. HSUI)
- Bump the plugin version (e.g.
1.0.8.4→1.0.8.5). - Build Release, run the plugin’s create-release script (e.g.
HSUI/create-release.ps1). - Create a Gitea release with a
-devtag (e.g.v1.0.8.5-dev) and upload the zip. - Update
pluginmaster-dev.json:- Set
AssemblyVersionto the new version (e.g.1.0.8.5). - Set
DownloadLinkInstall,DownloadLinkUpdate, andDownloadLinkTestingto the dev release URL (e.g..../releases/download/v1.0.8.5-dev/latest.zip). - Update
LastUpdate(Unix timestamp).
- Set
- Commit and push
pluginmaster-dev.jsonto Gitea.
Testers add the dev URL above and refresh their plugin list to see the new build.
Promoting a dev build to live
- Create a Gitea release with the stable tag (e.g.
v1.0.8.5) and upload the same zip. - Update
pluginmaster.jsonwith the new version, download URLs, and changelog. - Commit and push.
- Optionally remove the
-devrelease from Gitea once live is published.
Description