Skip to content

Commit

Permalink
Merge branch 'main' into 6.5-test
Browse files Browse the repository at this point in the history
  • Loading branch information
wozaiha committed Mar 2, 2024
2 parents 5fa3b87 + cb36b55 commit 813d84c
Show file tree
Hide file tree
Showing 402 changed files with 1,010 additions and 733 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pacnag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reiichi001/PAC-Nag@a76ed0ac31a9528f5dc9bc4e591fc6aca85ecd4a
- uses: reiichi001/PAC-Nag@412eabd625820b28aa9b02cd9023d3864d4331a5
with:
token: ${{secrets.GITHUB_TOKEN}}
discord_webhook: ${{secrets.PAC_DISCORD_WEBHOOK}}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
PAC_DISCORD_WEBHOOK: ${{ secrets.PAC_DISCORD_WEBHOOK }}
EXTENDED_IMAGE_LINK: ${{ secrets.EXTENDED_IMAGE_LINK }}
PLOGON_SECRETS_PK: ${{ secrets.PLOGON_SECRETS_PK }}
PLOGON_SECRETS_PK_PASSWORD: ${{ secrets.PLOGON_SECRETS_PK_PASSWORD }}
XLWEB_KEY: ${{ secrets.XLWEB_KEY }}
PLOGON_S3_ACCESSKEY: ${{ secrets.PLOGON_S3_ACCESSKEY }}
PLOGON_S3_SECRET: ${{ secrets.PLOGON_S3_SECRET }}
PLOGON_S3_REGION: ${{ secrets.PLOGON_S3_REGION }}
run: |
dotnet run -- \
--manifest-folder="${{ github.workspace }}/manifests" \
Expand All @@ -77,7 +81,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git commit -m "Update distribute"
git commit -m "Update distribute (${{ github.sha }})"
- name: Push plugin dist
uses: ad-m/github-push-action@master
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

- 确保您的插件位于可公开访问的 Git 存储库中(GitHub、GitLab、任何允许 HTTP 克隆而无需身份验证的自托管 Git 实例)
- 更新你的 .csproj
- 在 "PropertyGroup" 中设置 "<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>"
- 如果您还没有使用 `$(DalamudLibPath)`,请参阅 <https://github.com/goatcorp/SamplePlugin/blob/master/SamplePlugin/SamplePlugin.csproj#L29-L63>
- 如果您还没有使用 `$(DalamudLibPath)`,请参阅 <https://github.com/goatcorp/SamplePlugin/blob/c6a5f5fcbf8e6812f274fab6347307c0283bd6fb/SamplePlugin/Dalamud.Plugin.Bootstrap.targets#L10>
- 在 Release 中构建你的插件,提交你的 `.csproj` + 新生成的 lock 文件

### 检查标准
Expand All @@ -34,7 +33,7 @@
在这里提交你的插件之前,你应该做一些技术性的工作。它们会使你的插件使用起来更顺手。

- 你的插件必须有一个`icon.png`,在`images/`中不大于512x512,不小于64x64。
- 对于普通的ImGui窗口,如设置和实用窗口,你应该使用[Dalamud Windowing API](https://goatcorp.github.io/Dalamud/api/Dalamud.Interface.Windowing.html)。它增强了窗口的一些很好的功能,比如按顺序整合到本地UI。
- 对于普通的ImGui窗口,如设置和实用窗口,你应该使用[Dalamud Windowing API](https://goatcorp.github.io/Dalamud/api/Dalamud.Interface.Windowing.html)。它增强了窗口的一些很好的功能,like integration into the native UI closing-order, pinning, and opacity controls. If it looks like a window, it should use the windowing API. We won't reject updates to existing plugins for this, but we encourage everyone to upgrade.
- Your plugin's version/assembly version **must not** be based on a timestamp or continually increasing build number. Every time your plugin is built with a specific commit, no matter the time or date, should produce the same version.

### 提交
Expand Down
8 changes: 5 additions & 3 deletions hold/stable/BetterMountRoulette/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[plugin]
repository = "https://github.com/CMDRNuffin/BetterMountRoulette.git"
commit = "dc29ebbb33303263af96e3347573adcd86cb7955"
version = "1.2.0.12"
commit = "e274e87818a748b60a570180be845b6ab754ca4a"
version = "1.3.0.15"
owners = ["CMDRNuffin"]
changelog = """Fix: Prevent 6.4 crash"""
changelog = """Now includes an option to only mount single-seated mounts while solo.
Also added an option to only use mounts that can fit the entire party, or failing that, as many party members as possible."""
4 changes: 2 additions & 2 deletions hold/stable/ExtraChat/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[plugin]
repository = 'https://git.anna.lgbt/anna/ExtraChat.git'
commit = '0f20595e0fab3daaeb8cd1787c29835e1fe55c14'
commit = 'dc0e23c3daf79ad0edc43118f7ee4130210c5d42'
owners = [ 'lojewalo' ]
project_path = 'client'
changelog = '''\
- Fix context menu for 6.4
- Fix large message bug
'''
4 changes: 2 additions & 2 deletions hold/stable/NoSoliciting/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[plugin]
repository = 'https://git.anna.lgbt/anna/NoSoliciting.git'
commit = 'fae0b28d661f5f8cddddc39062e1638443674ec2'
commit = 'f08baba71b8c06c86202ca8354d90adbfb91993e'
owners = [ 'lojewalo' ]
project_path = 'NoSoliciting'
changelog = """\
- API 8
- API 9
"""
2 changes: 1 addition & 1 deletion hold/stable/TitleRoulette/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[plugin]
repository = "https://github.com/mabako/TitleRoulette.git"
commit = "4878d96b14bb418b4e6d422119011c11af676f31"
commit = "81e6744f8e8fe081d13da94fa1432492a64f3caf"
owners = ["carvelli", "mabako"]
4 changes: 2 additions & 2 deletions hold/stable/XIVChat/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[plugin]
repository = 'https://git.anna.lgbt/XIVChat/XIVChat.git'
commit = '48ac0d2a11e1a23c899cc1163fe5fdc3413f4a18'
commit = 'a65c73a9ffc8b44626fbe11b06294fb362cb2507'
owners = [ 'lojewalo' ]
project_path = 'XIVChatPlugin'
changelog = """\
- 6.4
- API 9
"""
4 changes: 2 additions & 2 deletions hold/testing/Visibility/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
repository = "https://github.com/SheepGoMeh/VisibilityPlugin.git"
owners = [ "SheepGoMeh",]
project_path = "Visibility"
commit = "6ce84ed800400e645ed05015c0563bfbbefd5455"
changelog = "- Refactored UI code to address disappearing menu issues"
commit = "0a1eb99ba06bf3782a5cb0cc9ef24cec0ee950e2"
changelog = "Implemented a proximity setting which lets you hide entities based on their proximity to you and the threshold (how many entities are within the proximity radius)\n\nPlease report any issues via feedback/Discord/GitHub Issues"
6 changes: 2 additions & 4 deletions stable/ARealmRecorded/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[plugin]
repository = "https://github.com/UnknownX7/ARealmRecorded.git"
commit = "63557dedf8ada6e9943cd191fd7d44d31f0c16cd"
commit = "7de0beecd0fc5d2838cbbcbe6f77225bc1e131c4"
owners = [ "UnknownX7" ]
changelog = '''
- Moved from testing to stable
- Shortened dates on the replay list
- Fixed an issue with packets failing to save'''
- Api9'''
2 changes: 1 addition & 1 deletion stable/AbilityAnts/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repository = "https://github.com/attickdoor/AbilityAntsPlugin.git"

# The commit to check out and build from the repository.
commit = "c86f5631324cdd696c1a6739f7c1cd4efd4badff"
commit = "13bfa83b91db39a136fa278da7e73201628a083b"

# The people authorised to update this manifest (e.g. who can deploy updates). These are GitHub usernames.
owners = [
Expand Down
3 changes: 1 addition & 2 deletions stable/Accountant/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[plugin]
repository = "https://github.com/Ottermandias/Accountant.git"
commit = "66f083d898849c3abfc2ac8dd2835af11220b19b"
commit = "fc0ce604830dea4a28a8ce85c47262c056f519c6"
owners = [
"Ottermandias",
]
project_path = "Accountant"
changelog = "Updated for Dalamud staging."
4 changes: 2 additions & 2 deletions stable/ActionTimeline/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/Tischel/ActionTimeline.git"
commit = "85c6151f90a6a2071c58afd0f26f2c52966964c7"
commit = "5280394852b052dd4a3d896aa12cf11c0d4ad02d"
owners = ["Tischel"]
project_path = "ActionTimeline"
changelog = "- Added support for Patch 6.4."
changelog = "- Added support for patch 6.5 and Dalamud API 9."
4 changes: 2 additions & 2 deletions stable/AdaptiveHud/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[plugin]
repository = "https://github.com/Helios747/AdaptiveHudPlugin.git"
commit = "3245104ecad6b2e9db2cd3963c7458231f26a666"
commit = "1f9e069fd76117e9995a32f9abbbb11096bbbc37"
owners = [
"Helios747"
]
project_path = "AdaptiveHud"
changelog = "API 8"
changelog = "fix problem where config window can get stuck"
4 changes: 2 additions & 2 deletions stable/AdventurerInNeed/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/Bluefissure/AdventurerInNeed.git"
commit = "88665471a35c0e3d36ab998fee672e63172e6c92"
repository = "https://github.com/Caraxi/AdventurerInNeed.git"
commit = "33ebdaca59f12604394304943d4191c9acf41aa8"
owners = [
"Caraxi",
]
4 changes: 2 additions & 2 deletions stable/AudibleCharacterStatus/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[plugin]
repository = "https://github.com/Arrenton/AudibleCharacterStatus.git"
commit = "d4615cb10e8c6960f29609b595f219e7374245c9"
commit = "a497b6cb09157ef3a15ec88559ea817ce3c463f7"
owners = [
"Arrenton",
]
changelog = """
Updated for API 8, volume level setting provides a more consistant change.
Updated for API 9.
"""
Binary file added stable/AutoMountBgm/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions stable/AutoMountBgm/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[plugin]
repository = "https://github.com/PrincessRTFM/AutoMountBGM.git"
owners = [ "PrincessRTFM",]
project_path = ""
commit = "b604afb8f2efbdc64a16b6e4192978cf5e2c4f7a"
changelog = "Mount BGM will now be automatically disabled when unmounting, so that volume doesn't stutter when using a BGM-disabled mount."
Binary file added stable/AutoTimer/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions stable/AutoTimer/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[plugin]
repository = "https://github.com/s5bug/AutoTimer.git"
commit = "82cf760dd6c9cc32bfa6dbb3aeeffd290fda9ec0"
owners = ["s5bug"]
project_path = "AutoTimer"
changelog = '''
- Fix crash related to usage of non-auto-attack actions (eating food, etc.)'''
Binary file added stable/AvantGarde/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions stable/AvantGarde/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[plugin]
repository = "https://github.com/NeNeppie/AvantGarde.git"
commit = "4fda8f9538751bba5b2b2eebebc4116096de992b"
owners = ["NeNeppie"]
project_path = "AvantGarde"
changelog = ""
2 changes: 1 addition & 1 deletion stable/BatteryGauge/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/KazWolfe/XIVBatteryGauge.git"
commit = "5361d42f04e1ab5de23198da13bb1b6a5cd52e9a"
commit = "277361189206e49f1d20a1c196111bbec69550d0"
owners = ["KazWolfe"]
project_path = "BatteryGauge"
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/NotNite/BetterInBlue.git"
commit = "dcb10ac2ac2e9f9ee88b569507d5e07c62ba4786"
commit = "75fdb85fbfb16a67713a600c02a0e6ef375bffd8"
owners = ["NotNite"]
project_path = "BetterInBlue"
7 changes: 4 additions & 3 deletions stable/BetterPartyFinder/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[plugin]
repository = "https://github.com/NiGuangOwO/BetterPartyFinder.git"
commit = "3288f6f63dc101e6047d644e211b5ccc009b3f5a"
owners = [ "ascclemens","NiGuangOwO" ]
repository = 'https://git.anna.lgbt/anna/BetterPartyFinder.git'
commit = '6ee7d4a1028649e330f2a87fc555287843906b83'
owners = [ 'lojewalo' ]
changelog = 'API 9'
4 changes: 2 additions & 2 deletions stable/BetterPlaytime/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/AtmoOmen/BetterPlaytime.git"
commit = "03d49d5d3b3793b3cd9a9db73d73b83f6a2d65f7"
repository = "https://github.com/Infiziert90/BetterPlaytime.git"
commit = "f4e00dc35b8177493f3ff6f743045068b7d6c8ff"
owners = [
"Infiziert90",
"LittleNightmare",
Expand Down
10 changes: 4 additions & 6 deletions stable/BetterShadows/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[plugin]
repository = "https://github.com/Drahsid/BetterShadows.git"
commit = "58aab1f3939d7b27d04322f99a6b8b8f2923797c"
commit = "903a5d725a50c1f13e0f6ad519e7a2f9b9ab1fd1"
owners = ["Drahsid"]
project_path = ""
changelog = """1.1.5
- Updated for 6.4
- Shadows resolution applies to more situations
- Fixed bug in editor where the edit override would not apply
project_path = "BetterShadows"
changelog = """
- Fix oversight which could result in ShadowManager being null following plugin initialization
"""

5 changes: 3 additions & 2 deletions stable/BigPlayerDebuffs/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
# must be accessible (i.e. no `git` or `ssh` URLs, as the agent cannot clone those)
repository = "https://github.com/rgd87/BigPlayerDebuffs.git"
# The commit to check out and build from the repository.
commit = "b29da9f478a32d30e3966fb63c1ec8078c912bdc"
commit = "9493748c6ba13b1d494672700fac043c3bb593bc"
# The people authorised to update this manifest (e.g. who can deploy updates). These are GitHub usernames.
owners = [
"d87"
]
# project_path = "BigPlayerDebuffs"
# Optional: where your project/csproj is located within the repository.
# If empty or unspecified, it will be assumed the project is in the root of the repository.
# project_path = "plugin"
# The changelog for this version. Will be shown in-game, as well on the Goat Place Discord.
changelog = "v1.1.0.8 - 6.3 Dalamud Update"
changelog = "v1.1.0.9 - 6.5 Dalamud Update"
# Optional: the version of the plugin. If not present, the `<Version>` specified in the `csproj`
# will be used. If this is specified, `<Version>` must not be specified - they are mutually
# exclusive. This allows CI workflows to generate new manifests based on e.g. Git repo tags.
Expand Down
2 changes: 1 addition & 1 deletion stable/BlueMageHelper/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/Infiziert90/BlueMageHelper.git"
commit = "dadabbd9c4820b2291d483d24eef56583b73b7b6"
commit = "5fa0efda6d73d8920181fb528447359f17835c85"
owners = [
"Infiziert90",
]
Expand Down
9 changes: 4 additions & 5 deletions stable/BozjaBuddy/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[plugin]
repository = "https://github.com/kaleidocli/BozjaBuddy.git"
commit = "de825a38b68fe7dca691bd8eafeb3f2a0e5cb6be"
commit = "ef8e96c476206593cbfe37412633fe54d401b720"
owners = ["kaleidocli"]
project_path = "BozjaBuddy"
changelog = """
Bozja Buddy 1.1.5.3
- Remove shortcut [Alt] for expanding info-viewer due its inconvenience surpass its merits.
- Fixes incorrect info regarding "Parts and Parcel" FATE
- Fixes incorrect info regarding relic step "One time grind 2"
Bozja Buddy 1.1.5.5
- Minor bug fix.
- Data for stats calc added.
"""
6 changes: 4 additions & 2 deletions stable/Browsingway/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[plugin]
repository = "https://github.com/Styr1x/Browsingway.git"
commit = "5de34a438900df05d8aed48655868847d47ff54d"
commit = "68fd115247cece23711aba63df709282f8afcdd0"
owners = ["Styr1x"]
project_path = "Browsingway"
changelog = """\
- Update Chromium to 111.0.5563.148
- Chromium 121.0.6167.184 (fix for various CVEs)
- Fullscreen mode by Una (experimental, unsupported)
- Minor UI fixes
"""
4 changes: 2 additions & 2 deletions stable/BurntToast/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = 'https://git.anna.lgbt/anna/BurntToast.git'
commit = '5c7c751e484d0862e8787f3d441c193c01864cfb'
commit = 'd4faa3757b5c9cb9acdcd83d4330a485cfb50a5e'
owners = [ 'lojewalo' ]
changelog = 'API 8'
changelog = 'API 9'
11 changes: 4 additions & 7 deletions stable/CharacterPanelRefined/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[plugin]
repository = "https://github.com/zhouhuichen741/ffxiv-characterstatus-refined.git"
commit = "3ea2c72d37e9a83de53b5ac71719730c943fa6ef"
owners = [
"Kouzukii",
"zhouhuichen741",
]
repository = "https://github.com/Kouzukii/ffxiv-characterstatus-refined.git"
commit = "a81349322766f116a5a9cb3b43e6697098231963"
owners = ["Kouzukii"]
project_path = "CharacterPanelRefined"
changelog = """
更新支持国服6.4
Fix ilvl sync being incorrectly displayed in bozja and eureka.
"""
3 changes: 1 addition & 2 deletions stable/ChatAlerts/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[plugin]
repository = "https://github.com/Ottermandias/ChatAlerts.git"
commit = "18324ac188e87024d37dc41e158e6f4fa9d0db51"
commit = "21d0b2817fc30bc14718c84d9c7740b0f0cc5611"
owners = [
"Ottermandias",
]
project_path = "ChatAlerts"
changelog = "Updated for Dalamud staging."
9 changes: 3 additions & 6 deletions stable/ChatBubbles/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[plugin]
repository = "https://github.com/Haplo064/ChatBubbles.git"
commit = "e958472eae0857cb898e35dd5cfb4ed5ff9a90d6"
commit = "64883cac88828d7543ba381c0496547f344c1a4c"
owners = ["Haplo064", "MKhayle"]
project_path = "ChatBubbles"
changelog = """top text
### Updated for 6.4
- Added the `Display friends only` feature in options
- Added the `Display FC only` feature in options
- Added the `Display party only` feature in options"""
changelog = """### Updated for 6.5 & API9 compatibility
Haplo064 did all the work there, thanks Haplo """
Binary file added stable/ChatCoordinates/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions stable/ChatCoordinates/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[plugin]
repository = "https://github.com/kissorjeyabalan/dalamud-chatcoordinates.git"
commit = "62de98af6175655ad72437a81918f8296256e7f0"
commit = "11135b2e9192cc73844af2dad85f1d498f3744b8"
owners = [
"kissorjeyabalan",
]
project_path = "ChatCoordinates"
changelog = "API 8"
changelog = "- Patch 6.5"
Binary file added stable/ChatTranslated/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions stable/ChatTranslated/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[plugin]
repository = "https://github.com/kelvin124124/ChatTranslated.git"
commit = "616061f389d730697dcd8975dbc08b438f639521"
owners = ["kelvin124124"]
project_path = "ChatTranslated"
changelog = "Use cloudflare workers."
[plugin.secrets]
chatfunction_key = "-----BEGIN PGP MESSAGE-----\n\nwV4D5E6vRX2hj04SAQdAeezmQlBzptEr4kFDPVxfwQlrkFIrQEv+gW9T6hXI\nSRkwhyoasqyUkEmHw5JPl/Mo+QLnfVPZ2U1SBdiQyTgbMnNQsrETk8ey+xcg\naap2G4lj0lkBTYS2qV6OCPwFo73Pzv09g5yCiPjAs6h/unUb3sBMIuDMsSM+\nyfxY2Et8tqMPzXB2vXVGnHQIHqC7EuKRxOjJOiBpIVFAmp7dFEQOBJv4s8G0\nFlYaiMawxA==\n=Ii28\n-----END PGP MESSAGE-----\n"
4 changes: 2 additions & 2 deletions stable/ChatTwo/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[plugin]
repository = 'https://git.anna.lgbt/anna/ChatTwo.git'
commit = '32e7fbe5863991c1417138307fa2760da52f5262'
commit = '1ab389256b65de58f995a86229af194ea5527d2e'
owners = [ 'lojewalo' ]
changelog = """\
- Update for 6.4
- Fix issue with Dalamud custom link payloads
"""
Loading

0 comments on commit 813d84c

Please sign in to comment.