Skip to content

Commit

Permalink
Merge branch 'goatcorp:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Felys1998 authored Aug 31, 2024
2 parents 13ec150 + f8e3559 commit 756740a
Show file tree
Hide file tree
Showing 332 changed files with 1,021 additions and 581 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull_request_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ jobs:
status: in_progress
details_url: "https://github.com/goatcorp/DalamudPluginsD17/actions/runs/${{ github.run_id }}"

- name: Setup Difftastic
run: |
wget https://github.com/Wilfred/difftastic/releases/latest/download/difft-x86_64-unknown-linux-gnu.tar.gz
tar -xzf difft-x86_64-unknown-linux-gnu.tar.gz
sudo mv difft /usr/local/bin/difft
sudo chmod +x /usr/local/bin/difft
difft --version
- name: Setup terminal-to-html
run: |
wget https://github.com/buildkite/terminal-to-html/releases/download/v3.14.0/terminal-to-html-3.14.0-linux-amd64.gz
gunzip terminal-to-html-3.14.0-linux-amd64.gz
sudo chmod +x terminal-to-html-3.14.0-linux-amd64
sudo mv terminal-to-html-3.14.0-linux-amd64 /usr/local/bin/terminal-to-html
terminal-to-html --version
- name: Checkout manifests from incoming PR
uses: actions/checkout@v3
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
path: manifests
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup Difftastic
run: |
wget https://github.com/Wilfred/difftastic/releases/latest/download/difft-x86_64-unknown-linux-gnu.tar.gz
tar -xzf difft-x86_64-unknown-linux-gnu.tar.gz
sudo mv difft /usr/local/bin/difft
sudo chmod +x /usr/local/bin/difft
difft --version
- name: Checkout Plogon
uses: actions/checkout@v3
with:
Expand Down
69 changes: 69 additions & 0 deletions .idea/.idea.DalamudPluginsD17.dir/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions overrides.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[channel_tracks]
testing-live = "apiX"
stable = "apiX"
#testing-live = "apiX"
#stable = "apiX"
5 changes: 3 additions & 2 deletions stable/ARealmRecorded/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[plugin]
repository = "https://github.com/UnknownX7/ARealmRecorded.git"
commit = "3ff2bf62d01e280e52746d5f8ad34937922fa142"
commit = "1be2b1a9e210e0c7a153ad3ab441880c3be22633"
owners = [ "UnknownX7" ]
changelog = '''
- .NET 8'''
- Fixed for Dawntrail
- Added waymark toggle persistence'''
2 changes: 1 addition & 1 deletion stable/Accountant/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/Ottermandias/Accountant.git"
commit = "3f4ddaf2db1e3a904b7a0f658b3b86964f8de295"
commit = "239ace1939dded9a9ff10002b6931074c42e86c5"
owners = [
"Ottermandias",
]
Expand Down
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 = "9c3df56537445f62a6bd3bd205f195eea739ea61"
commit = "f877de33a550a331db48d97061da828affa5e6af"
owners = ["Tischel"]
project_path = "ActionTimeline"
changelog = "- Fixed Samurai's Kaeshi: Namikiri not showing correctly on the timeline.\n- Fixed several Ninja actions not showing correctly on the timeline."
changelog = "- Added support for Dawntrail and Dalamud API 10."
2 changes: 1 addition & 1 deletion stable/AdaptiveHud/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/Helios747/AdaptiveHudPlugin.git"
commit = "1f9e069fd76117e9995a32f9abbbb11096bbbc37"
commit = "0ea93f7c4b2acd69c1084752ba7d28fa73d96053"
owners = [
"Helios747"
]
Expand Down
6 changes: 4 additions & 2 deletions stable/AudibleCharacterStatus/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[plugin]
repository = "https://github.com/Arrenton/AudibleCharacterStatus.git"
commit = "a497b6cb09157ef3a15ec88559ea817ce3c463f7"
commit = "ec1f35d9981b22ebdd841bd226242da32708b14b"
owners = [
"Arrenton",
]
changelog = """
Updated for API 9.
Updated for API 10.
Added support for OGG files.
Added an error message for when there's an issue with a file.
"""
4 changes: 2 additions & 2 deletions stable/AutoMountBgm/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
repository = "https://github.com/PrincessRTFM/AutoMountBGM.git"
owners = [ "PrincessRTFM",]
project_path = ""
commit = "7713fb491d32dec20be49a096bb1776c1ccfe239"
changelog = "The mount list can now be filtered by the BGM track filename played, making it easy to track down all mounts playing the same song. There's a new button to enable/disable BGM for all mounts visible in the list, to go with the filtering improvements."
commit = "33f4c4b1fe41ae11c69f6d62b4671417217cdba8"
changelog = "UI checkboxes work correctly now. Additionally, I've actually released the fix that was sitting on my hard drive for the last week."
4 changes: 2 additions & 2 deletions stable/AvantGarde/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/NeNeppie/AvantGarde.git"
commit = "4fda8f9538751bba5b2b2eebebc4116096de992b"
commit = "9737531c162b5852fa0bde2a3f27383122ad6bce"
owners = ["NeNeppie"]
project_path = "AvantGarde"
changelog = ""
changelog = "- Update for Patch 7.0 / API 10"
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 = "277361189206e49f1d20a1c196111bbec69550d0"
commit = "a1b9eac798800eac55c31a1712284cd8e28a1724"
owners = ["KazWolfe"]
project_path = "BatteryGauge"
Binary file added stable/BeegWindow/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/BeegWindow/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[plugin]
repository = "https://github.com/arcanedisgea/beegwindow.git"
commit = "3f19c4f8a1eb2d7a0d21466631414f868037cea7"
owners = ["ArcaneDisgea"]
project_path = "BeegWindow"
changelog = "Initial Release"
9 changes: 4 additions & 5 deletions stable/BetterMountRoulette/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[plugin]
repository = "https://github.com/CMDRNuffin/BetterMountRoulette.git"
commit = "e274e87818a748b60a570180be845b6ab754ca4a"
version = "1.3.0.15"
commit = "206de4de89d1da0a2fc22f01ad6bb37b4ef4491d"
version = "1.5.0.20"
owners = ["CMDRNuffin"]
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."""
changelog = """- Actual fix for the crashing issue from last time by replacing very brittle readonly memory manipulation with much more stable hooks.
- Fixed a second crash that would occur if the action menu was never opened before loading or unloading the plugin while logged in."""
13 changes: 5 additions & 8 deletions stable/BetterPartyFinder/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[plugin]
repository = "https://github.com/sersorrel/BetterPartyFinder.git"
commit = "658b8d710435421118ca4e84193ed62bfd8cdca9"
owners = ["sersorrel"]
changelog = """\
Fixed the bug preventing current high-end duties from showing up. Also added a category for V&C Dungeons. (Thanks to PartyLich for these changes!)
Plugin adopted from Anna. Many thanks to her for all the work she put in!
"""
repository = "https://github.com/Infiziert90/BetterPartyFinder.git"
commit = "5287b000f3aa52cebddc083e3fe486db7bcd9378"
owners = [
"Infiziert90"
]
13 changes: 3 additions & 10 deletions stable/BetterShadows/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
[plugin]
repository = "https://github.com/Drahsid/BetterShadows.git"
commit = "b50bbea2f9bf71ed5b9fa7b0fbfb7fe20111539d"
commit = "835a7bc994d95f74c6b7a6bf3f06c8d27092973c"
owners = ["Drahsid"]
project_path = "BetterShadows"
changelog = """
- Updated for API10/7.0
- Dynamic Light Shadow Maps now supported
-- Shadow Map support is greatly increased, but keep in mind that this also means that you may see higher vram usage
- Shadow Cascade Settings now support the fifth cascade which was introduced in 7.0
-- Adjusted all presets to account for the new cascade
-- Reimplemented Long Distance (16k) preset
-- Added Compromise (16k) preset
-- Note that you may need to adjust your personal cascade settings due to this change
- Reorganized configuration window
- Made the appearance of shadows behave correctly when using "Strongest" shadow softening setting. Note that the "Strongest" shadow softening setting has vanilla bugs which may be more pronounced at higher shadowmap resolutions.
- Added option to Dynamically adjust shadow cascade distances based on the original game values, and the resolution of the global shadowmap. This is toggled on by default, since most people were not using the per-territory cascade settings. This should naturally make shadows appear at greater distances, with higher quality.
"""

7 changes: 3 additions & 4 deletions stable/BozjaBuddy/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[plugin]
repository = "https://github.com/kaleidocli/BozjaBuddy.git"
commit = "ef8e96c476206593cbfe37412633fe54d401b720"
commit = "3c15e4ab559f76bf67ea0346b49b9d38af641b35"
owners = ["kaleidocli"]
project_path = "BozjaBuddy"
changelog = """
Bozja Buddy 1.1.5.5
- Minor bug fix.
- Data for stats calc added.
Bozja Buddy 1.1.6.1
- Added plugin preview images.
"""
7 changes: 3 additions & 4 deletions stable/BurntToast/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[plugin]
repository = 'https://github.com/Xpahtalo/BurntToast.git'
commit = 'e67fe152aaec27f0b882d9e61f081586387bf458'
commit = 'ec82f40fca072da2ecb6a12c4f9e6994c7cd6d5c'
owners = [ 'Xpahtalo' ]
changelog = """Updated to 7.0!
History menu implemented so you can select your toasts to add to your filters.
Fixed a bug that deleting filters sometimes wouldn't save."""
project_path = "BurntToast"
changelog = """Fix BattleTalk bug."""
5 changes: 3 additions & 2 deletions stable/CharacterPanelRefined/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[plugin]
repository = "https://github.com/Kouzukii/ffxiv-characterstatus-refined.git"
commit = "9a3d86cbcb55c0908e502871b9fcc54b8c5da70e"
commit = "270fca12a588f18c6bc9f1c6a34480a7ec56090a"
owners = ["Kouzukii"]
project_path = "CharacterPanelRefined"
changelog = """
Update for 7.0
- Tenacity is now split between provided damage increase and mitigation
- Updated some 7.0 math
"""
7 changes: 4 additions & 3 deletions stable/ChatBubbles/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[plugin]
repository = "https://github.com/Haplo064/ChatBubbles.git"
commit = "7cb130aab4c90123666fcb1c64e09537300f350a"
commit = "fe803677085f3a9733177b7c842874cacb5118b1"
owners = ["Haplo064", "MKhayle"]
project_path = "ChatBubbles"
changelog = """### 2.1.6.0 : DT (7.0) compatibility, API10 & net8 upgrade
+ Minor refactoring """
changelog = """### 2.1.7.1
- Confirmed fixing Atticus the Primogenitor (yeepeeeeee)
- What is that smell?"""
9 changes: 6 additions & 3 deletions stable/ChatTranslated/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[plugin]
repository = "https://github.com/kelvin124124/ChatTranslated.git"
commit = "104443dc341eba3431d33f99d2bbced6d933977d"
commit = "1176c042fa5cbd5850426b9e3c264924ca3cc9c4"
owners = ["kelvin124124"]
project_path = "ChatTranslated"
changelog = """
Add option to use custom target languages
New localization strings.
Added an option to output colored translation strings.
experimental: RAG support for OpenAI translations.
"""
[plugin.secrets]
cfv2 = "-----BEGIN PGP MESSAGE-----\n\nwV4D5E6vRX2hj04SAQdAVF7lQi3ll0QVVHXhrxWWvn56lJGXqQmi7PSprdGJ\nnAEwPWuybeVbiv23purRpMKyRd0Tnnm/wswuf3TJFebn+5Kr2RZctJCK4y6L\nKoGsLHON0lgBxcrMMmv4IHrxs+M7L0Rcsriaw8dI1anSCxrlafxK7g6i+Xsx\nRa57QCwJOd8rMDhmuG9H+LdJZGtcSZHiZr+UapqCJaFZOEt1dYMoZlgcCLyA\nMB4PURNf\n=9CF1\n-----END PGP MESSAGE-----\n"
cfv3 = "-----BEGIN PGP MESSAGE-----\n\nwV4D5E6vRX2hj04SAQdA9i5EbwP580i9qnhn7aIbFOqBucfkgHyMiAw/g6WM\ntC8wuOicNTjNOxH1iSThh28b81JDAWE4hNUvwJhTJo87Ez+zLNvN4yffULGt\nPGrNoCAT0lgBFA+LsaOYPohc0XMre0Js6YGMAgYsuD4aypFqIvKz/uwb6NPc\nc4/JkJoFCZSEmivpdzOmOxbCK7km6JsA3tI4+hLtmvvAKZyzejyc8Xa2gfUk\nwLcyIanJ\n=9maw\n-----END PGP MESSAGE-----\n"
2 changes: 1 addition & 1 deletion stable/ChatTwo/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/Infiziert90/ChatTwo.git"
commit = "c8e11ecb9b658c879666b741428a64c1db956002"
commit = "117d9fc45c7d5bd0f98c3da0f8549eaf2c1b363e"
owners = [
"Infiziert90",
"lojewalo"
Expand Down
Binary file added stable/Chatter/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/Chatter/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[plugin]
repository = "https://github.com/jlkeesey/Chatter.git"
commit = "294cdcd00297cfc5afd404c53501044ba3fe2977"
owners = ["jlkeesey"]
project_path = "Chatter"
changelog = ""
7 changes: 6 additions & 1 deletion stable/ClarityInChaos/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[plugin]
repository = "https://github.com/meoiswa/ClarityInChaos.git"
commit = "ed2da8d354d6f67fac1b0333f5e1095c54da1002"
commit = "d531c7670ef36d1ca856f38aad1e1b99dd8e502b"
owners = ["meoiswa"]
project_path = "ClarityInChaos"
changelog = """
Version 2.0.0.0:
- Update to API10
"""
2 changes: 1 addition & 1 deletion stable/CollectableCalculator/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/mabako/CollectableCalculator.git"
commit = "cf9f5856e841dac06167c91b99e62751d7bd96bf"
commit = "0e02287e62f581e8ef22a6095ec2d36a61100794"
owners = ["carvelli", "mabako"]
project_path = "CollectableCalculator"
11 changes: 6 additions & 5 deletions stable/Collections/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[plugin]
repository = "https://github.com/Seventhxiv/Collections.git"
commit = "c5f4959baa1fd0e1b3343e81e8119850140950ce"
commit = "0292519f4ca7a619b9b99df0b90fa122e6e92c90"
owners = ["Seventhxiv"]
project_path = "Collections"
changelog = """
Collections v1.0.1.5
- Added Progress Bar
- Tool Tip UI improvements
- Job selector buttons changed: left click to switch, right click to toggle
Collections v1.0.2.0
Updating for Dawntrail
- API X support
- Adding PCT and VPR
- Update dye system to target 1st slot (need to follow up to support 2nd slot)
"""
4 changes: 2 additions & 2 deletions stable/CombatCursorContainment/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[plugin]
repository = "https://github.com/Cytraen/CombatCursorContainment.git"
commit = "7496c74436ebcc5f0bf2e91eb11fe0822524aafc"
commit = "7488322e01ca5312f38bfb92e32379f23a3832c2"
owners = ["Cytraen"]
changelog = """
- Fixes for log spam and cursor being locked when alt+tabbed due to recent Dalamud changes.
- Update for 7.0
"""
5 changes: 4 additions & 1 deletion stable/Compass/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[plugin]
repository = "https://github.com/fitzchivalrik/compass.git"
commit = "54d728e3fcc9b5934651b1e36ee92ca983adbea8"
commit = "a0815f57d97631f107989344a8d039ea91189555"
owners = ["fitzchivalrik"]
project_path = "Compass"
changelog = """
- feat: Update to apiX & 7.0
"""
8 changes: 4 additions & 4 deletions stable/Congratulations/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[plugin]
repository = "https://github.com/Berna-L/ffxiv-congratulations-plugin.git"
commit = "51631abb71636e2a49e3a27701a78ced94145c1d"
owners = ["Berna-L"]
repository = "https://github.com/jkchen2/ffxiv-congratulations-plugin.git"
commit = "8a395e49d69ac09f2c639189b230b3f6ad74ab01"
owners = ["jkchen2"]
project_path = "Congratulations"
changelog = """
Update to API 9 / patch 6.5.
Updated for FFXIV 7.01
"""
Loading

0 comments on commit 756740a

Please sign in to comment.