diff --git a/.github/workflows/pull_request_dispatch.yml b/.github/workflows/pull_request_dispatch.yml index b65dc4dd03..881e559f93 100644 --- a/.github/workflows/pull_request_dispatch.yml +++ b/.github/workflows/pull_request_dispatch.yml @@ -98,6 +98,7 @@ jobs: PLOGON_SECRETS_PK_PASSWORD: ${{ secrets.PLOGON_SECRETS_PK_PASSWORD }} GITHUB_REPOSITORY: ${{ github.repository }} PR_ACTOR: ${{ github.event.client_payload.actor }} + PLOGON_ACTOR: ${{ github.event.client_payload.actor }} GITHUB_PR_NUM: ${{ github.event.client_payload.prnum }} GITHUB_RUN_ID: ${{ github.run_id }} run: | diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 25c720d81b..0c8c7c9f1f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -63,6 +63,7 @@ jobs: EXTENDED_IMAGE_LINK: ${{ secrets.EXTENDED_IMAGE_LINK }} PLOGON_SECRETS_PK: ${{ secrets.PLOGON_SECRETS_PK }} PLOGON_SECRETS_PK_PASSWORD: ${{ secrets.PLOGON_SECRETS_PK_PASSWORD }} + PLOGON_ACTOR: ${{ github.actor }} XLWEB_KEY: ${{ secrets.XLWEB_KEY }} PLOGON_S3_ACCESSKEY: ${{ secrets.PLOGON_S3_ACCESSKEY }} PLOGON_S3_SECRET: ${{ secrets.PLOGON_S3_SECRET }} diff --git a/stable/AllaganMarket/manifest.toml b/stable/AllaganMarket/manifest.toml index 1e0297bfa8..631a948688 100644 --- a/stable/AllaganMarket/manifest.toml +++ b/stable/AllaganMarket/manifest.toml @@ -1,22 +1,13 @@ [plugin] repository = "https://github.com/Critical-Impact/AllaganMarket.git" -commit = "edd9d61836527f43ca50138d5daeec4342709fd9" +commit = "2b8d80b83b6760ad12a224d922029a772a3ae15e" owners = [ "Critical-Impact", ] project_path = "AllaganMarket" -version = "1.0.0.5" +version = "1.0.0.6" changelog = """\ -- Full release of Allagan Market, a plugin for tracking your active retainer sales, history and helping you track when you've been undercut. -- The plugin has the following features: - - Sale/History tracking - - Grid/list modes for sale/history - - A sale summary screen - - DTR bar integration - - An overlay to help you update your active sales - - Highlighting for the retainer list and retainer sales list - - Exports for sales/history/summary - - Integration with universalis - - Chat notifications when you get undercut -- Please post issues on the plugins github page or hit up the #plugin-help-forum section +**Fixes** +- Fixed an issue where old prices would still persist even if they were no longer applicable. +- You should no longer be notified of a previous valid undercut that is now no longer valid(notifications are queued so they are re-evalulated at the time of sending) """ diff --git a/stable/CameraLoader/images/icon.png b/stable/CameraLoader/images/icon.png new file mode 100644 index 0000000000..9f8a508c6a Binary files /dev/null and b/stable/CameraLoader/images/icon.png differ diff --git a/stable/CameraLoader/manifest.toml b/stable/CameraLoader/manifest.toml new file mode 100644 index 0000000000..efa305cace --- /dev/null +++ b/stable/CameraLoader/manifest.toml @@ -0,0 +1,6 @@ +[plugin] +repository = "https://github.com/NeNeppie/LightsCameraAction.git" +commit = "7919708b55743cc64933b5af4642ac9e811c616a" +owners = ["NeNeppie"] +project_path = "CameraLoader" +changelog = "" diff --git a/stable/ChatProximity/manifest.toml b/stable/ChatProximity/manifest.toml index f47ce95d87..99065a6ce7 100644 --- a/stable/ChatProximity/manifest.toml +++ b/stable/ChatProximity/manifest.toml @@ -1,10 +1,14 @@ [plugin] repository = "https://github.com/iv230/chat-proximity.git" -commit = "5ab6f33f2a5c50351ba5b24c4076fb7a417e574b" +commit = "f1c2402a147df2a83ad4da39425cfc2f1dc1209d" owners = [ "iv230" ] project_path = "" -changelog = """# 1.0.0 -- Moved out of testing +changelog = """# 1.1.1 +- Fixed config +# 1.1.0 +- Added indoor reducer + - This is meant to make discussion in indoor and crowded areas event more readable +- Added some tooltip to main options """ diff --git a/stable/ChatTranslated/manifest.toml b/stable/ChatTranslated/manifest.toml index 5589c877f8..b48a9d4c04 100644 --- a/stable/ChatTranslated/manifest.toml +++ b/stable/ChatTranslated/manifest.toml @@ -1,10 +1,10 @@ [plugin] repository = "https://github.com/kelvin124124/ChatTranslated.git" -commit = "1f610f8735271fedbb4dd71894dd57314bb9f1ea" +commit = "efdf293fa4a776dc008789f1a8389b1e842562ee" owners = ["kelvin124124"] project_path = "ChatTranslated" changelog = """ -fixed a bug where channel settings are overwritten on game or plugin restart +fix null reference exception when installing plugin """ [plugin.secrets] cfv3 = "-----BEGIN PGP MESSAGE-----\n\nwV4D5E6vRX2hj04SAQdA9i5EbwP580i9qnhn7aIbFOqBucfkgHyMiAw/g6WM\ntC8wuOicNTjNOxH1iSThh28b81JDAWE4hNUvwJhTJo87Ez+zLNvN4yffULGt\nPGrNoCAT0lgBFA+LsaOYPohc0XMre0Js6YGMAgYsuD4aypFqIvKz/uwb6NPc\nc4/JkJoFCZSEmivpdzOmOxbCK7km6JsA3tI4+hLtmvvAKZyzejyc8Xa2gfUk\nwLcyIanJ\n=9maw\n-----END PGP MESSAGE-----\n" diff --git a/stable/DamageInfoPlugin/manifest.toml b/stable/DamageInfoPlugin/manifest.toml index 572b560eb0..323cdae9e0 100644 --- a/stable/DamageInfoPlugin/manifest.toml +++ b/stable/DamageInfoPlugin/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/lmcintyre/DamageInfoPlugin.git" -commit = "7ea73078f03abf14ede89dda1d9ef161f6ea468d" +commit = "b0591babff188cdf68bb74e61d61c9bea0280ace" owners = [ "lmcintyre", ] diff --git a/stable/DragoonMayCry/images/icon.png b/stable/DragoonMayCry/images/icon.png new file mode 100644 index 0000000000..d305c53d2c Binary files /dev/null and b/stable/DragoonMayCry/images/icon.png differ diff --git a/stable/DragoonMayCry/manifest.toml b/stable/DragoonMayCry/manifest.toml new file mode 100644 index 0000000000..1bf754b5f1 --- /dev/null +++ b/stable/DragoonMayCry/manifest.toml @@ -0,0 +1,8 @@ +[plugin] +repository = "https://github.com/Felscream/DragoonMayCry.git" +commit = "9c07689868cb58f74ff1a794852921f07d358523" +owners = ["Felscream"] +project_path = "DragoonMayCry" +changelog = ''' +Stable release +''' diff --git a/stable/DutyTracker/manifest.toml b/stable/DutyTracker/manifest.toml index ffff166078..ecec12a756 100644 --- a/stable/DutyTracker/manifest.toml +++ b/stable/DutyTracker/manifest.toml @@ -1,6 +1,7 @@ [plugin] -repository = "https://github.com/Xpahtalo/DutyTracker.git" -commit = "33e1398e3ba0bb375ef10bef5fd03916b9c95be2" -owners = ["Xpahtalo"] +repository = "https://github.com/Infiziert90/DutyTracker.git" +commit = "6f6a7fc0ae05ef9784b9440414f575fc7419ca82" +owners = [ + "Infiziert90" +] project_path = "DutyTracker" -changelog = """Fix for possible crash to desktop on wipe.""" diff --git a/stable/HuntHelper/manifest.toml b/stable/HuntHelper/manifest.toml index 4df4c8b28b..b2512e1922 100644 --- a/stable/HuntHelper/manifest.toml +++ b/stable/HuntHelper/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/img02/HuntHelper.git" -commit = "97c5249f7773773a4487d3af1d31345771ba2ac3" +commit = "85d17fdc32aa9f7c282962d6c93376602eb74f6f" owners = [ "img02", ] diff --git a/stable/MacroMate/manifest.toml b/stable/MacroMate/manifest.toml index ba37732614..9fa0536574 100644 --- a/stable/MacroMate/manifest.toml +++ b/stable/MacroMate/manifest.toml @@ -1,9 +1,9 @@ [plugin] repository = "https://github.com/grittyfrog/MacroMate.git" -commit = "9851429b96e0c64c1dded3279565893b902d91f6" +commit = "a34f9685f56b1aa64b48ec9e1dd04f4cd649a843" owners = ["grittyfrog"] project_path = "MacroMate" -version = "1.0.19.3" +version = "1.0.19.4" changelog = """ -- Added a 'Insert Special Character' context menu action to the macro window +- Adds 'favourites' to 'Insert Special Character' menu """ diff --git a/stable/MagitekStratagem/manifest.toml b/stable/MagitekStratagem/manifest.toml index af38565dd2..8c4c1360d8 100644 --- a/stable/MagitekStratagem/manifest.toml +++ b/stable/MagitekStratagem/manifest.toml @@ -1,9 +1,12 @@ [plugin] repository = "https://github.com/meoiswa/MagitekStratagem.git" -commit = "f21214f2ac113d7933be11d2907c16b6f88746e0" +commit = "7141c03646135158204d0bd4284fcd5a857baece" owners = ["meoiswa"] project_path = "MagitekStratagem" changelog = """ +Version 0.7.0.2: +- Another attempt to fix crashes during cutscenes. + Version 0.7.0.1: - Fixed: If Tobii Game Hub is not present, the plugin isn't usable at all. diff --git a/stable/Malmstone/images/icon.png b/stable/Malmstone/images/icon.png new file mode 100644 index 0000000000..31370c1cc6 Binary files /dev/null and b/stable/Malmstone/images/icon.png differ diff --git a/stable/Malmstone/manifest.toml b/stable/Malmstone/manifest.toml new file mode 100644 index 0000000000..119702a8ef --- /dev/null +++ b/stable/Malmstone/manifest.toml @@ -0,0 +1,9 @@ +[plugin] +repository = "https://github.com/pinapelz/ffxiv-malmstone.git" +commit = "86e365d62fb66baddb0481a1f0c1bbf1b7fd00f6" +owners = ["pinapelz"] +project_path = "Malmstone" +changelog = """ +Stable Release! This is a plugin with features that help make Series Malmstones in PVP a better experience +""" + diff --git a/stable/MonsterLootHunter/manifest.toml b/stable/MonsterLootHunter/manifest.toml index 7729454a5a..e3c7373860 100644 --- a/stable/MonsterLootHunter/manifest.toml +++ b/stable/MonsterLootHunter/manifest.toml @@ -1,10 +1,9 @@ [plugin] repository = "https://github.com/danielbrenom/MonsterLootHunter.git" -commit = "8e59aad278d37ae661367624f8da212147dbd750" +commit = "608c13eeb664efd1e8e0872aa6170f85c60da68d" owners = [ "danielbrenom", ] project_path = "MonsterLootHunter" -changelog = """- Fixed currency parsing for vendors -- Modified parsing mechanic for better performance +changelog = """- Added item name fixes """ diff --git a/stable/PlayerTrack/manifest.toml b/stable/PlayerTrack/manifest.toml index fd3d782420..5d5c7d4dd5 100644 --- a/stable/PlayerTrack/manifest.toml +++ b/stable/PlayerTrack/manifest.toml @@ -2,4 +2,4 @@ repository = "https://github.com/kalilistic/PlayerTrack.git" owners = ["kalilistic"] project_path = "PlayerTrack.Plugin" -commit = "99703bef7daec0100a0044fbf0722ceddcb39c24" \ No newline at end of file +commit = "840f96dc52c86957d2dfbbc0280c9594824f4b75" \ No newline at end of file diff --git a/stable/PvpStats/manifest.toml b/stable/PvpStats/manifest.toml index 862ae8b3ea..2ccaa43ddf 100644 --- a/stable/PvpStats/manifest.toml +++ b/stable/PvpStats/manifest.toml @@ -1,8 +1,10 @@ [plugin] repository = "https://github.com/wrath16/PvpStats.git" -commit = "9ff6bb3ee3528bb3882c1a2ebad95c9569910cc5" +commit = "c8d2352ce83f8128143697116f58f2f5d6abc345" owners = ["wrath16"] project_path = "PvpStats" changelog = """ -* Adds a progress bar to tracker windows during refreshes. +* Added player table to Frontline tracker. +* Added Damage to PCs and Damage to Other columns to Frontline job table. +* Reworked auto player links for performance. """ \ No newline at end of file diff --git a/stable/SimpleMarketBoard/manifest.toml b/stable/SimpleMarketBoard/manifest.toml index 76f2fad4c4..2feb0dc3a5 100644 --- a/stable/SimpleMarketBoard/manifest.toml +++ b/stable/SimpleMarketBoard/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Elypha/SimpleMarketBoard.git" -commit = "0dd08e94145627249b09aec3abc5404d4922041a" +commit = "383ac89201a92bb3d394b371a937d8bb76e874d1" owners = ["Elypha"] project_path = "SimpleMarketBoard" changelog = """ @@ -10,4 +10,8 @@ New Features: Fixed Problems: - Icon not showing up. + ++ 1.9.1.0: Fix background search. ++ 1.9.2.0: Optimise world selection sorting & de-duplication. ++ 1.9.3.0: Fix hotkey to open window. """ diff --git a/stable/SimpleTweaksPlugin/manifest.toml b/stable/SimpleTweaksPlugin/manifest.toml index afabc50d25..273351b84b 100644 --- a/stable/SimpleTweaksPlugin/manifest.toml +++ b/stable/SimpleTweaksPlugin/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Caraxi/SimpleTweaksPlugin.git" -commit = "1433e73bfc81d22f8a811d24d3c35a7c18a46803" +commit = "6e4a02bf84aa672a6b5937d3ca9307c985f0de74" owners = [ "Caraxi", ] diff --git a/stable/Snooper/manifest.toml b/stable/Snooper/manifest.toml index 249e59aa9d..b47f9332e2 100644 --- a/stable/Snooper/manifest.toml +++ b/stable/Snooper/manifest.toml @@ -1,10 +1,10 @@ [plugin] repository = "https://codeberg.org/Linneris/dalamud-snooper.git" -commit = "d79d13d33e3d6babe23ad53afdc65138dca70a48" +commit = "b6796cae28a23668e10ed3040d55da5a90828bbe" owners = ["Maia-Everett"] project_path = "Snooper" -version = "1.3.0.0" +version = "1.4.0.0" changelog = """ -* Chat messages loaded from log files (rather than sent in the current game session) are now dimmed out. -* Fixed a bug where failing to open log files for writing prevented Snooper from functioning properly. +* Log messages now display dates (not just times) when the date is different from today, so that old messages loaded from log files will have more context to them. +* Fixed a bug where log windows didn't auto-scroll to the very end. """ diff --git a/stable/SubmarineTracker/manifest.toml b/stable/SubmarineTracker/manifest.toml index 5d35e37efc..a4fd2ad6be 100644 --- a/stable/SubmarineTracker/manifest.toml +++ b/stable/SubmarineTracker/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Infiziert90/SubmarineTracker.git" -commit = "40e088c4df82150a2529716c114ec84740e9e4c3" +commit = "7fa2c942252c6551824a8a0c6a82e50e13b17f07" owners = [ "Infiziert90", ] diff --git a/stable/TitleEdit/manifest.toml b/stable/TitleEdit/manifest.toml index aa6dfbe095..85a3a589c3 100644 --- a/stable/TitleEdit/manifest.toml +++ b/stable/TitleEdit/manifest.toml @@ -1,10 +1,13 @@ [plugin] -repository = "https://github.com/RokasKil/TitleEditPlugin.git" -commit = "80d759a3f994dd6a01fbc955c4ec791aa456aaaa" +repository = "https://github.com/RokasKil/TitleEdit.git" +commit = "2964fad591c1e2f341a8b58f59b890ebc88ef554" owners = [ "RokasKil", ] project_path = "TitleEdit" changelog = """ -- Fixed new bundled presets not actually being bundled +- Fixed UI overrides not working with vanilla title screens +- Fixed crashes when used in a client without all the expansions +- Added an option to select what title screen movie should play +- Remember the last used directory when exporting or importing a preset to a file """ diff --git a/stable/TrackyTrack/manifest.toml b/stable/TrackyTrack/manifest.toml index 6f93a6c9d9..4fbcab6b09 100644 --- a/stable/TrackyTrack/manifest.toml +++ b/stable/TrackyTrack/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Infiziert90/TrackyTrack.git" -commit = "1982a47db7fc4a3f182e305e66818c1b6db4d9ac" +commit = "6f492b3cdb1c889405130a6ad23628e8258633bf" owners = [ "Infiziert90", ] diff --git a/stable/Umbra/manifest.toml b/stable/Umbra/manifest.toml index 3a7436bd56..2baedd83df 100644 --- a/stable/Umbra/manifest.toml +++ b/stable/Umbra/manifest.toml @@ -1,24 +1,21 @@ [plugin] repository = "https://github.com/una-xiv/umbra.git" -commit = "12fa467cabfd27d9c47cab0b5a5ff61530c2096d" +commit = "4990b164f8c3d3c1102f4b390b5c4c4d1ec7e7ea" owners = ["haroldiedema"] project_path = "Umbra" changelog = """ -# Umbra 2.2.36 +# Umbra 2.2.37 ## New Additions -- Custom Deliveries widget: Added unique colors for the heart icons in the widget that can be configured from the Appearance tab in Umbra's settings window. These new colors are part of your color profile. (By [Bloodsoul](https://github.com/Bloodsoul)) -- Durability & Spiritbond widget: Added options to specify how both durability and spiritbond values should be calculated and displayed. Available options are: Minimum, Average and Maximum. The default values are set to the original implementation. (by [alexpado](https://github.com/alexpado)). -- Durability & Spiritbond widget: Added options to show progress bars instead of values. (by [alexpado](https://github.com/alexpado)) -- Dynamic Menu widget: Add the ability to set a label on separators. You can now right-click a separator and click "Configure" to open a window in which you can set a label. -- Gearset Switcher widget: Added an option to change the visual theme of the buttons in the popup header. (by [alexpado](https://github.com/alexpado)) -- Widget settings: Added a button to clear all widgets from a column in the toolbar widget's panel in Umbra's settings window. (by [alexpado](https://github.com/alexpado)) +- Added a "Hide threshold" to the FPS counter widget to automatically hide itself if the current FPS is above a set limit. +- Added a "Label" option to the FPS counter widget for the "FPS"-text that appears next to the counter. ## Fixes & Improvements -- Dynamic Menu Widget: Show custom menu name in the widgets configurator column in Umbra's settings window to make multiple instances of this type more distinguishable from one another. (by [alexpado](https://github.com/alexpado)) -- Fixed a crash that occurred when restarting umbra from the settings window. +- Prevent an error while in Deep Dungeons due to the World Marker system attempting to access a zone while none is available. +- Show the correct "Deep Dungeon Level" as synced level in the Experience Bar widget. +- Whether the Sanctuary Icon is shown on the location widget no longer relies on your character having Glamour abilities unlocked. Join [Umbra's Discord server](https://discord.gg/xaEnsuAhmm) for the latest updates and information. Visit the [website](https://una-xiv.github.io/umbra-docs/) for more information and guides on how to make the most out of Umbra. diff --git a/stable/Visibility/manifest.toml b/stable/Visibility/manifest.toml index 2c737f2f90..ad513232ba 100644 --- a/stable/Visibility/manifest.toml +++ b/stable/Visibility/manifest.toml @@ -2,5 +2,5 @@ repository = "https://github.com/SheepGoMeh/VisibilityPlugin.git" owners = [ "SheepGoMeh",] project_path = "Visibility" -commit = "89463920b330863b02127df892109695e584aa94" -changelog = "- Added a feature to show target of target when hidden by other settings" +commit = "6501dcfe0ce0a64dd6c1dd700f015b64b85473a0" +changelog = "- Updated VoidList to support account tracking (You will not be able to see character name changes or account information)\n- Updated Whitelist to track characters by their ID" diff --git a/stable/Wholist/manifest.toml b/stable/Wholist/manifest.toml index 090869ebbc..b5a97e58ee 100644 --- a/stable/Wholist/manifest.toml +++ b/stable/Wholist/manifest.toml @@ -1,11 +1,7 @@ [plugin] repository = "https://github.com/Blooym/Wholist.git" -commit = "4e48812c5651e08fb48f6a6044ec4222f294aca3" +commit = "4da744ab31f197dbd760ceffc7b85db073f10262" owners = [ "Blooym", ] project_path = "Wholist" -changelog = """ -Added the ability to change the region used for Lodestone player searches. -Revamped some of the settings UI. -""" diff --git a/stable/Wordsmith/manifest.toml b/stable/Wordsmith/manifest.toml index df99a7d8a3..ed60e24397 100644 --- a/stable/Wordsmith/manifest.toml +++ b/stable/Wordsmith/manifest.toml @@ -1,9 +1,9 @@ [plugin] -repository = "https://github.com/LadyDefile/Wordsmith-DalamudPlugin.git" -commit = "ef4c68c9f6c9228b3e1f09390439d12ab3448557" +repository = "https://github.com/MythicPalette/Wordsmith-DalamudPlugin.git" +commit = "0d45cc53534a384dfdd387d982cde84c6c2becd4" owners = [ - "LadyDefile" + "MythicPalette" ] project_path="Wordsmith" -changelog = """# Wordsmith v1.15.0 Patch notes -Updated Wordsmith to work with the new Dalamud API and .NET 8.0""" +changelog = """# Wordsmith v1.15.1 +Minor update. Mostly to fix soon to be broken links (Like Github).""" diff --git a/testing/live/AutoTimer/manifest.toml b/testing/live/AutoTimer/manifest.toml index e7e5001d08..fa7f97cbaa 100644 --- a/testing/live/AutoTimer/manifest.toml +++ b/testing/live/AutoTimer/manifest.toml @@ -1,9 +1,7 @@ [plugin] repository = "https://github.com/s5bug/AutoTimer.git" -commit = "282ceb1a287e6fe31040380b4cc9fa20f06a199e" +commit = "69d4e0bd090c827aeaf306db8f09a18be6b7ad28" owners = ["s5bug"] project_path = "AutoTimer" changelog = ''' -- Updated to Dawntrail -- Resolved issue where Inspiration was incorrectly counting towards Pictomancer auto-attack haste -- Added option to scale the bar''' +- Added option to hide bar label independently (CHUGGO, #3)''' diff --git a/testing/live/DragoonMayCry/manifest.toml b/testing/live/DragoonMayCry/manifest.toml index 9214632066..1bf754b5f1 100644 --- a/testing/live/DragoonMayCry/manifest.toml +++ b/testing/live/DragoonMayCry/manifest.toml @@ -1,15 +1,8 @@ [plugin] repository = "https://github.com/Felscream/DragoonMayCry.git" -commit = "29810caeeedff5c9d5c143356b01035024560d56" +commit = "9c07689868cb58f74ff1a794852921f07d358523" owners = ["Felscream"] project_path = "DragoonMayCry" changelog = ''' -- Reworked the job configuration UI -- It is now possible to disable the plugin for specific jobs -- Added a muffled effect on death to the dynamic BGM -- Bugfixes : - - Dynamic BGM wouldn't start if you entered a non PvP instance from the wolve's den pier - - The game's BGM wouldn't unmute if you disabled dynamic BGM inside an instance - - Changing the OS audio default output device will now redirect sound to the new output instead of playing on the old one - - Sometimes, the dynamic BGM would not transition to the combat state due to an error +Stable release ''' diff --git a/testing/live/PvpStats/manifest.toml b/testing/live/PvpStats/manifest.toml index 1450163099..fd036d3b4d 100644 --- a/testing/live/PvpStats/manifest.toml +++ b/testing/live/PvpStats/manifest.toml @@ -1,11 +1,10 @@ [plugin] repository = "https://github.com/wrath16/PvpStats.git" -commit = "8390edc91db59501d0d782ee5fd9e910420b5320" +commit = "c8d2352ce83f8128143697116f58f2f5d6abc345" owners = ["wrath16"] project_path = "PvpStats" changelog = """ -* Reworked tracker window refresh to load each tab asynchronously and to perform incremental refreshes. -* Re-scaled stat color values for Crystalline Conflict. -* Added KDA to Crystalline Conflict summary. -* Fixed team status not working for the FL/RW player filter. +* Added player table to Frontline tracker. +* Added Damage to PCs and Damage to Other columns to Frontline job table. +* Reworked auto player links for performance. Will not be functional until PlayerTrack is updated. """ \ No newline at end of file diff --git a/testing/live/UsedName/manifest.toml b/testing/live/UsedName/manifest.toml index 7d0d1129b9..2133dfa155 100644 --- a/testing/live/UsedName/manifest.toml +++ b/testing/live/UsedName/manifest.toml @@ -1,12 +1,10 @@ [plugin] repository = "https://github.com/LittleNightmare/UsedName.git" -commit = "a1c40059a311e90b83c48db0805d4b4dc40a9f7c" +commit = "f1b574c31975fd5b172f8fda95d1932e14a23d38" owners = [ "LittleNightmare" ] project_path = "UsedName" changelog = """ -- fix cannot read data -- fix actual behavior is inconsistent with the description -- add PlayerSearch button back +- fix cannot correct detect the type of Novice Network """