forked from goatcorp/DalamudPluginsD17
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
402 changed files
with
1,010 additions
and
733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" \ | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.)''' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
2 changes: 1 addition & 1 deletion
2
testing/live/BetterInBlue/manifest.toml → stable/BetterInBlue/manifest.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 """ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
""" |
Oops, something went wrong.