diff --git a/stable/ActionTimeline/manifest.toml b/stable/ActionTimeline/manifest.toml index 63c9ae6683..e586f00356 100644 --- a/stable/ActionTimeline/manifest.toml +++ b/stable/ActionTimeline/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Tischel/ActionTimeline.git" -commit = "5280394852b052dd4a3d896aa12cf11c0d4ad02d" +commit = "9c3df56537445f62a6bd3bd205f195eea739ea61" owners = ["Tischel"] project_path = "ActionTimeline" -changelog = "- Added support for patch 6.5 and Dalamud API 9." \ No newline at end of file +changelog = "- Fixed Samurai's Kaeshi: Namikiri not showing correctly on the timeline.\n- Fixed several Ninja actions not showing correctly on the timeline." \ No newline at end of file diff --git a/stable/BurntToast/manifest.toml b/stable/BurntToast/manifest.toml index d77cf1030b..2e9d348fb4 100644 --- a/stable/BurntToast/manifest.toml +++ b/stable/BurntToast/manifest.toml @@ -1,5 +1,4 @@ [plugin] -repository = 'https://git.anna.lgbt/anna/BurntToast.git' -commit = 'd4faa3757b5c9cb9acdcd83d4330a485cfb50a5e' -owners = [ 'lojewalo' ] -changelog = 'API 9' +repository = 'https://github.com/Xpahtalo/BurntToast.git' +commit = '04791b19800db6f6cc5d892ccffe75eb2536334f' +owners = [ 'Xpahtalo' ] diff --git a/stable/ChatTranslated/manifest.toml b/stable/ChatTranslated/manifest.toml index f21c2ac544..62cb92e4f4 100644 --- a/stable/ChatTranslated/manifest.toml +++ b/stable/ChatTranslated/manifest.toml @@ -1,8 +1,11 @@ [plugin] repository = "https://github.com/kelvin124124/ChatTranslated.git" -commit = "f6ad948e6e7ceddc08b8136141ff6a37b49ae1b0" +commit = "d805a8e437b2196f705308d3789e05091ec51cf6" owners = ["kelvin124124"] project_path = "ChatTranslated" -changelog = "Add Spanish." +changelog = """ +- Reinforced default filter +Now requires >2 consecutive non-English characters to trigger translation under default settings. +""" [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" diff --git a/stable/ChatTwo/manifest.toml b/stable/ChatTwo/manifest.toml index af2fd65f1e..1f61c5d8b0 100644 --- a/stable/ChatTwo/manifest.toml +++ b/stable/ChatTwo/manifest.toml @@ -1,7 +1,7 @@ [plugin] -repository = 'https://git.anna.lgbt/anna/ChatTwo.git' -commit = '1ab389256b65de58f995a86229af194ea5527d2e' -owners = [ 'lojewalo' ] -changelog = """\ -- Fix issue with Dalamud custom link payloads -""" +repository = "https://github.com/Infiziert90/ChatTwo.git" +commit = "882099affe6fde5621b3c3de44730e6297e6f3cf" +owners = [ + "Infiziert90", + "lojewalo" +] diff --git a/stable/CopyTranslated/manifest.toml b/stable/CopyTranslated/manifest.toml index f8067dfb18..03c9711c61 100644 --- a/stable/CopyTranslated/manifest.toml +++ b/stable/CopyTranslated/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/kelvin124124/CopyTranslated.git" -commit = "776423666265f8a950e0feef3c40060cf3156159" +commit = "2b5b963640e323ac5eb8a7a116fdab99236b6df7" owners = ["kelvin124124"] project_path = "CopyTranslated" -changelog = "fix crafting related context menus" +changelog = "net8 & IContextMenu update" diff --git a/stable/Craftimizer/manifest.toml b/stable/Craftimizer/manifest.toml index 18ae52aa04..8f1f3076f5 100644 --- a/stable/Craftimizer/manifest.toml +++ b/stable/Craftimizer/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://git.camora.dev/asriel/craftimizer.git" -commit = "44ae3791f1e98f820bcd25dc090c36bebafc163f" +commit = "869a27bf3a15c679f9c84ab72d1e9ee1b4b01028" owners = [ "WorkingRobot" ] project_path = "Craftimizer" diff --git a/stable/CurrencyTracker/manifest.toml b/stable/CurrencyTracker/manifest.toml index bd98ee7d12..85eb7b6575 100644 --- a/stable/CurrencyTracker/manifest.toml +++ b/stable/CurrencyTracker/manifest.toml @@ -1,11 +1,21 @@ [plugin] repository = "https://github.com/AtmoOmen/CurrencyTracker.git" -commit = "545d4da5c80e13e6f3a117824881469eac7cdfec" +commit = "669dc9716ca0535fc46b3edc320e80c730cca818" owners = ["AtmoOmen"] project_path = "CurrencyTracker" changelog = """ -- Optimized currency list right-click menu display. -- Optimized module uninstallation logic. -- Added the feature of deleting saved characters. -- Code Cleanup +- Refactored the implementation logic of the Currency Alert feature. + - Fixed the issue of unable to complete currency change transaction writing when an alert is issued incorrectly + - Fixed the issue of the alert only taking effect on the currently selected currency. + - Fixed the issue that the alert messages could not be parsed into the selected language. +- Added support of Custom Deliveries for Record Special Exchange Result module. +- Refactored the implementation logic of the transactions table. + - Reduced overall table drawing performance consumption. + - Fixed null reference error when deleting selected transactions. + - Refactored the interaction logic for holding down the left Ctrl key and the right mouse button at the same time to quickly select multiple transactions. + - You can now open the Quick Actions menu by right-clicking on a selected transaction. +- Streamlined the logic of the CurrencyAddonExpand module. +- Added a new module MoneyAddonExpand. +- Fixed the issue that when reloading the plugin, the loading failed due to incomplete autosave during unloading. +- Refactored the Graphs window. """ diff --git a/stable/DeathRoll/manifest.toml b/stable/DeathRoll/manifest.toml index f7da55305f..417c64d208 100644 --- a/stable/DeathRoll/manifest.toml +++ b/stable/DeathRoll/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Infiziert90/DeathRoll.git" -commit = "4c2271feef7ef094ccb9163a91fb9d726b6208e3" +commit = "ad2570857d4f23189ed2fe455a01be1c1da2c8cb" owners = [ "Infiziert90", ] diff --git a/stable/DelvCD/manifest.toml b/stable/DelvCD/manifest.toml index 322abaab54..d68d1279af 100644 --- a/stable/DelvCD/manifest.toml +++ b/stable/DelvCD/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://github.com/DelvUI/DelvCD.git" -commit = "ee6b762cb4648cd8ca956f2497a398b5cba94466" +commit = "3b4c670c421b3b3f6510bde96a1a3966a9087279" owners = ["Tischel"] project_path = "DelvCD" diff --git a/stable/DelvUI/manifest.toml b/stable/DelvUI/manifest.toml index a0b13f4754..af45d3a0ce 100644 --- a/stable/DelvUI/manifest.toml +++ b/stable/DelvUI/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://github.com/DelvUI/DelvUI.git" -commit = "109a46def25f937694b7b8d992184f7a8da8a57e" +commit = "904a24fdf97da6b0b241de407d1e6e859e61bfc9" owners = ["Tischel"] project_path = "DelvUI" diff --git a/stable/EmoteLog/manifest.toml b/stable/EmoteLog/manifest.toml index 4545a541ba..0c13e242e8 100644 --- a/stable/EmoteLog/manifest.toml +++ b/stable/EmoteLog/manifest.toml @@ -1,9 +1,9 @@ [plugin] repository = 'https://github.com/RokasKil/EmoteLog.git' -commit = '38669fb8550c777f94e7284f379671ab14dee376' +commit = '92028d445f734a51a3470339498d1687ee776327' owners = [ 'RokasKil' ] project_path = 'EmoteLog' changelog = """ -- Updated to API v9 and 6.5 +- Added support for the new Dalamud font selection """ diff --git a/stable/GatherBuddy/manifest.toml b/stable/GatherBuddy/manifest.toml index 0e86365982..304dfe3852 100644 --- a/stable/GatherBuddy/manifest.toml +++ b/stable/GatherBuddy/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Ottermandias/GatherBuddy.git" -commit = "6b04d53bb178f8823ef02a4977588980eb645010" +commit = "e8e95ed7982572e489745236fae93e60bb7f2674" owners = [ "Ottermandias", ] diff --git a/stable/GoodFriend/manifest.toml b/stable/GoodFriend/manifest.toml index 1b66086482..43cf82c863 100644 --- a/stable/GoodFriend/manifest.toml +++ b/stable/GoodFriend/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Blooym/GoodFriend.git" -commit = "bdd436aabe0870091e2ac66a9fd56fcd40797cf9" +commit = "ae5ac1654eddfd857e1282a58b944d1ccc4438d1" owners = [ "Blooym", ] diff --git a/stable/HuntBuddy/manifest.toml b/stable/HuntBuddy/manifest.toml index 0bf07b21f0..7bb6f3a81a 100644 --- a/stable/HuntBuddy/manifest.toml +++ b/stable/HuntBuddy/manifest.toml @@ -2,5 +2,5 @@ repository = "https://github.com/SheepGoMeh/HuntBuddy.git" owners = [ "SheepGoMeh", "PrincessRTFM",] project_path = "HuntBuddy" -commit = "064c4adf59188c5b533f4d3eaa5f0bd0464c1477" -changelog = "- Fixed debug window showing up\n- Disabled closing local hunts window" +commit = "3778ebc72970176208201bc08100c73c740ec541" +changelog = "- New IPC integration\n- Main window now maintains size between restarts\n- Plugin now directly warns users about unsupported hunts (ARR and all B-ranks)\n- Now on .net8!" diff --git a/stable/MapPartyAssist/images/icon.png b/stable/MapPartyAssist/images/icon.png index 611b16327e..c3957c56e1 100644 Binary files a/stable/MapPartyAssist/images/icon.png and b/stable/MapPartyAssist/images/icon.png differ diff --git a/stable/MapPartyAssist/manifest.toml b/stable/MapPartyAssist/manifest.toml index f7d0ef43b3..7687a75f75 100644 --- a/stable/MapPartyAssist/manifest.toml +++ b/stable/MapPartyAssist/manifest.toml @@ -1,9 +1,8 @@ [plugin] repository = "https://github.com/wrath16/MapPartyAssist.git" -commit = "58096bb4b399f3199b8c36ed397287376af0ba43" +commit = "7421f34b549f95baa9a7344734077262fee69db1" owners = ["wrath16"] project_path = "MapPartyAssist" changelog = """ -- Bug fixes. -- Added collapse filters button. +- Fix German regex bug. """ \ No newline at end of file diff --git a/stable/Mappy/manifest.toml b/stable/Mappy/manifest.toml index 648a5e5749..562435d417 100644 --- a/stable/Mappy/manifest.toml +++ b/stable/Mappy/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://github.com/MidoriKami/Mappy.git" -commit = "52f5f2509d7592208141643f25c9ffef2d9e89e9" +commit = "17084265c66125d32aecb56ee9a49465612aa726" owners = ["MidoriKami"] project_path = "Mappy" diff --git a/stable/NOTED/manifest.toml b/stable/NOTED/manifest.toml index 676c89420c..694729f2c8 100644 --- a/stable/NOTED/manifest.toml +++ b/stable/NOTED/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Tischel/NOTED.git" -commit = "656b0b38688193eec9091268a3b1786bf2faa89f" +commit = "e3ab25283f7069e3f4127818e2e6e0c561dfb33f" owners = ["Tischel"] project_path = "NOTED" -changelog = "- Added support for patch 6.5 and Dalamud API 9." \ No newline at end of file +changelog = "- Added a \"No Duty\" entry. Notes added to this section will be shown while outside of duties.\n- Duties are now filled automatically when creating a new note while being inside a duty.\n- Added context menu to the notes list to Export or Delete with Right Click.\n- Added context menu to the duty list to Delete all notes for a duty with Right Click." \ No newline at end of file diff --git a/stable/NamePlateDebuffs/manifest.toml b/stable/NamePlateDebuffs/manifest.toml index 5fcbf9d60c..5b91a4899d 100644 --- a/stable/NamePlateDebuffs/manifest.toml +++ b/stable/NamePlateDebuffs/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/sourpuh/NamePlateDebuffs.git" -commit = "52c22f9937a77bd053b667943c04e49a90d5a97e" +commit = "4aa430c228c11b1203aac65f5d714d4df94f5045" owners = [ "aers", "JHerig", @@ -9,5 +9,7 @@ owners = [ ] project_path = "NamePlateDebuffs" changelog = """ -- Update for 6.51 +Nameplate Debuffs 1.1.0.0 +- Add option to show debuffs on player nameplates +- Added new chat commands for toggling visibility """ diff --git a/stable/NeatNoter/manifest.toml b/stable/NeatNoter/manifest.toml index 5557d56d7b..d2cf961668 100644 --- a/stable/NeatNoter/manifest.toml +++ b/stable/NeatNoter/manifest.toml @@ -2,4 +2,4 @@ repository = "https://github.com/kalilistic/NeatNoter.git" owners = [ "kalilistic" ] project_path = "src/NeatNoter" -commit = "5dcf850126244df6cbb697f16b6ef35b530452fc" +commit = "c0c87899c61e3b9de7ece82d9efcdbc3e578425c" diff --git a/stable/NoSoliciting/images/icon.png b/stable/NoSoliciting/images/icon.png index 73faf878c3..8a7a79c105 100644 Binary files a/stable/NoSoliciting/images/icon.png and b/stable/NoSoliciting/images/icon.png differ diff --git a/stable/NoSoliciting/manifest.toml b/stable/NoSoliciting/manifest.toml index 8d6acd76c2..c33797b825 100644 --- a/stable/NoSoliciting/manifest.toml +++ b/stable/NoSoliciting/manifest.toml @@ -1,8 +1,5 @@ [plugin] -repository = 'https://git.anna.lgbt/anna/NoSoliciting.git' -commit = 'f08baba71b8c06c86202ca8354d90adbfb91993e' -owners = [ 'lojewalo' ] -project_path = 'NoSoliciting' -changelog = """\ -- API 9 -""" +repository = "https://github.com/kalilistic/NoSoliciting.git" +owners = [ "kalilistic" ] +project_path = "NoSoliciting" +commit = "257afe3db5afbed9478cac9f4e2767753299bcc8" diff --git a/stable/PetScale/manifest.toml b/stable/PetScale/manifest.toml index 15f32f941c..ebd55ac242 100644 --- a/stable/PetScale/manifest.toml +++ b/stable/PetScale/manifest.toml @@ -1,8 +1,9 @@ [plugin] repository = "https://github.com/Kurochi51/PetScale.git" -commit = "7877cafa2b2616bf7f82cdd2fd48690ab26ef661" +commit = "a7f76db65f5f7db11253d7ab0b94ad246b297ac9" owners = ["Kurochi51"] project_path = "PetScale" changelog = """ -- New plugin that allows you to control the scale of summoner pets +- Fixed broken filter +- Possible fix for expanding dropdown """ diff --git a/stable/PvpStats/images/icon.png b/stable/PvpStats/images/icon.png new file mode 100644 index 0000000000..1e487f9713 Binary files /dev/null and b/stable/PvpStats/images/icon.png differ diff --git a/stable/PvpStats/images/image1.PNG b/stable/PvpStats/images/image1.PNG new file mode 100644 index 0000000000..a81cf7c27f Binary files /dev/null and b/stable/PvpStats/images/image1.PNG differ diff --git a/stable/PvpStats/images/image2.PNG b/stable/PvpStats/images/image2.PNG new file mode 100644 index 0000000000..dd4c6ca30f Binary files /dev/null and b/stable/PvpStats/images/image2.PNG differ diff --git a/stable/PvpStats/images/image3.PNG b/stable/PvpStats/images/image3.PNG new file mode 100644 index 0000000000..df31a7617a Binary files /dev/null and b/stable/PvpStats/images/image3.PNG differ diff --git a/stable/PvpStats/manifest.toml b/stable/PvpStats/manifest.toml new file mode 100644 index 0000000000..673025dacf --- /dev/null +++ b/stable/PvpStats/manifest.toml @@ -0,0 +1,8 @@ +[plugin] +repository = "https://github.com/wrath16/PvpStats.git" +commit = "7cf1c8795aaa7c99b12b58bf9f8ec95325c5f157" +owners = ["wrath16"] +project_path = "PvpStats" +changelog = """ +-Fix for window size being small on first open. +""" \ No newline at end of file diff --git a/stable/SubmarineTracker/manifest.toml b/stable/SubmarineTracker/manifest.toml index 15ac71c843..8506607030 100644 --- a/stable/SubmarineTracker/manifest.toml +++ b/stable/SubmarineTracker/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Infiziert90/SubmarineTracker.git" -commit = "6f2777eb91d3fd94a8e30d0991f080854c6303f0" +commit = "8d61ee443788fc91811ac01a33623cd5bbbac355" owners = [ "Infiziert90", ] diff --git a/stable/TPie/manifest.toml b/stable/TPie/manifest.toml index f7834acdfd..ea6d7fe179 100644 --- a/stable/TPie/manifest.toml +++ b/stable/TPie/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Tischel/TPie.git" -commit = "f0944ff7bb902701fad41873ce6e3d5aa2115bd7" +commit = "3b41107b7bad7d4125357f2a0e629e42fc4eacbc" owners = ["Tischel"] project_path = "TPie" -changelog = "- Fixed various issues related to Gear Set elements." +changelog = "- Added support for the \"new\" Dalamund Fonts API." diff --git a/stable/TextToTalk/manifest.toml b/stable/TextToTalk/manifest.toml index 6ef6c15acd..9528c9444b 100644 --- a/stable/TextToTalk/manifest.toml +++ b/stable/TextToTalk/manifest.toml @@ -1,10 +1,8 @@ [plugin] repository = "https://github.com/karashiiro/TextToTalk.git" -commit = "9315670b4e32eaa6077f800ff034fab967d17d52" +commit = "b05d443c46f3cae64347b887fe0b50857a28b017" project_path = "src" owners = ["karashiiro"] changelog = """\ -- Fixes most issues with stutter detection and removal on names -- Adds stutter config state to WebSocket backend payload (`.StuttersRemoved // bool`) -- Makes some minor adjustments in preparation for the next Dalamud update +- **WebSocket**: Adds `PayloadTemplate` to the message payload (check the README for more details) """ diff --git a/stable/TitleRoulette/manifest.toml b/stable/TitleRoulette/manifest.toml index afd088b346..049d54ca12 100644 --- a/stable/TitleRoulette/manifest.toml +++ b/stable/TitleRoulette/manifest.toml @@ -1,4 +1,4 @@ [plugin] repository = "https://github.com/mabako/TitleRoulette.git" -commit = "81e6744f8e8fe081d13da94fa1432492a64f3caf" +commit = "7ce7cfef3e63983c9072975f75934f15ff6a4aae" owners = ["carvelli", "mabako"] diff --git a/stable/TrackyTrack/manifest.toml b/stable/TrackyTrack/manifest.toml index 5a98a17da0..2d80e0493f 100644 --- a/stable/TrackyTrack/manifest.toml +++ b/stable/TrackyTrack/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/Infiziert90/TrackyTrack.git" -commit = "0f7547b4ffd4039e47d058893d24f97a309baa59" +commit = "f17b223bed91b3f7507cced9b972936b459a25b9" owners = [ "Infiziert90", ] diff --git a/stable/TriadBuddy/manifest.toml b/stable/TriadBuddy/manifest.toml index 8d247af3f1..15cfec3388 100644 --- a/stable/TriadBuddy/manifest.toml +++ b/stable/TriadBuddy/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/MgAl2O4/FFTriadBuddyDalamud.git" -commit = "09aed4b2c03431c54290dd3f21a009393b931c0e" +commit = "71b6a25273fb994a3f5d84a7e256ce3d99743c8d" owners = [ "MgAl2O4", ] diff --git a/stable/VFXEditor/manifest.toml b/stable/VFXEditor/manifest.toml index 5fdbd1cd86..bc94b98038 100644 --- a/stable/VFXEditor/manifest.toml +++ b/stable/VFXEditor/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/0ceal0t/Dalamud-VFXEditor.git" -commit = "48e006c0516474ea50efe3e73ec09240c6805b9a" +commit = "ee25249ece4cae48cce5389f61f060e5e3022df1" owners = [ "0ceal0t", ] diff --git a/stable/XIVWindowResizer/manifest.toml b/stable/XIVWindowResizer/manifest.toml index c42a0fb873..c3d12d7686 100644 --- a/stable/XIVWindowResizer/manifest.toml +++ b/stable/XIVWindowResizer/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/AlexCSDev/XIVWindowResizer.git" -commit = "d30174835fb343f5c32249abb3a12c51eb5d6c49" +commit = "c2b83bcd6d6736cf2e25bf8c0ca92fe26fe0996a" owners = ["AlexCSDev"] project_path = "XIVWindowResizer" -changelog = "Update for 6.5" +changelog = ".net 8" diff --git a/testing/live/BetterPartyFinder/images/icon.png b/testing/live/BetterPartyFinder/images/icon.png new file mode 100644 index 0000000000..0880e5d697 Binary files /dev/null and b/testing/live/BetterPartyFinder/images/icon.png differ diff --git a/testing/live/BetterPartyFinder/manifest.toml b/testing/live/BetterPartyFinder/manifest.toml new file mode 100644 index 0000000000..97699e2283 --- /dev/null +++ b/testing/live/BetterPartyFinder/manifest.toml @@ -0,0 +1,9 @@ +[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! +""" diff --git a/testing/live/DeepDungeonDex/images/icon.png b/testing/live/DeepDungeonDex/images/icon.png new file mode 100644 index 0000000000..b49fd00269 Binary files /dev/null and b/testing/live/DeepDungeonDex/images/icon.png differ diff --git a/testing/live/DeepDungeonDex/manifest.toml b/testing/live/DeepDungeonDex/manifest.toml new file mode 100644 index 0000000000..8199813fa5 --- /dev/null +++ b/testing/live/DeepDungeonDex/manifest.toml @@ -0,0 +1,7 @@ +[plugin] +repository = "https://github.com/wolfcomp/MonsterDex.git" +owners = [ "wolfcomp" ] +project_path = "DeepDungeonDex" +commit = "5c873a30f6342cd7a71e3e6830ebc40726b7adda" +changelog = "## 2.10.0 (2024-03-26)\n\n\n### Features\n\n* implement dynamic territory definitions (dc1b984)\n* implement some time and weather lookups (25cab6c)\n* start the eureka window code (2ac685b)" +version = "2.10.0" diff --git a/testing/live/GaugeOMatic/manifest.toml b/testing/live/GaugeOMatic/manifest.toml index a27cf5322d..02a96ec30c 100644 --- a/testing/live/GaugeOMatic/manifest.toml +++ b/testing/live/GaugeOMatic/manifest.toml @@ -1,16 +1,10 @@ [plugin] repository = "https://github.com/itsbexy/gaugeomatic.git" -commit = "086d9fd8fcdb5151c47a1e2a488e4c8825f6ff9c" +commit = "785b1225e2e70f85bc4cedfc380f93b9393556aa" owners = [ "ItsBexy", ] changelog = """ -- Added a couple of missing tank invuln Status Effects (How did they get missed? Beats me! Oops!) -- Fixed an issue wherein the Simple Bar widget would not always hide itself when set to do so -- Renamed the "Preview" controls to "Test" for clarity. -OTHER NOTES / KNOWN ISSUES -- Widgets currently rely on max-level charge/stack counts, even when synced to lower levels. This has some unintended/inaccurate effects, and will be adjusted in a future update. -- The option to track custom-entered status effects (beyond the built-in lists for each job) will be added in the future. -- There have been reports of conflicts with other plugins (particularly the JobBars plugin) causing visual elements to fail to load, or even causing crashes. I haven't been able to replicate these issues; if this happens to you, make sure to submit a log so I can take a look! -- Some widgets (specifically Target Reticle and Shimmering Halo) do not play nice with ReShade filters that mask UI elements. This is inherently due to the particular textures that these widgets use. They will still be kept available as options, but unfortunately there isn't a way to make them ReShade-friendly. +- Status effects cast by the player's pet (such as Carbuncle's Radiant Aegis) are now tracked properly +- Label text on the Beast Bar and Oath Bar widgets will now fade out correctly whenever the bar is hidden """ diff --git a/testing/live/NamePlateDebuffs/images/icon.png b/testing/live/NamePlateDebuffs/images/icon.png deleted file mode 100644 index c400d94223..0000000000 Binary files a/testing/live/NamePlateDebuffs/images/icon.png and /dev/null differ diff --git a/testing/live/NamePlateDebuffs/manifest.toml b/testing/live/NamePlateDebuffs/manifest.toml deleted file mode 100644 index a4edf61d55..0000000000 --- a/testing/live/NamePlateDebuffs/manifest.toml +++ /dev/null @@ -1,15 +0,0 @@ -[plugin] -repository = "https://github.com/sourpuh/NamePlateDebuffs.git" -commit = "c864fdf4eb1225eec3e1b3daa68e7790ca1379d0" -owners = [ - "aers", - "JHerig", - "abashby", - "sourpuh", -] -project_path = "NamePlateDebuffs" -changelog = """ -Nameplate Debuffs 1.1.0.0 -- Support for debuffs on player nameplates -- New chat commands for toggling visibility -""" diff --git a/testing/live/PartyListExtras/manifest.toml b/testing/live/PartyListExtras/manifest.toml index 5a5ba040a1..c03abc71df 100644 --- a/testing/live/PartyListExtras/manifest.toml +++ b/testing/live/PartyListExtras/manifest.toml @@ -1,7 +1,6 @@ [plugin] repository = "https://github.com/PYRiTEmonark/PartyListExtras.git" -commit = "4be13532fb44ebb4a6e154cab875e1f5f8c4479d" +commit = "4595a96fb617939999aa46fd766747218537c842" owners = ["PYRiTEmonark"] project_path = "PartyListExtras" -changelog = """- Conditional statuses implemented -- AST cards now reflect what class they are placed on""" \ No newline at end of file +changelog = """- Damage up, Mitigation up and Healing up are now shown in certain fly texts""" diff --git a/testing/live/PvpStats/images/image1.PNG b/testing/live/PvpStats/images/image1.PNG new file mode 100644 index 0000000000..a81cf7c27f Binary files /dev/null and b/testing/live/PvpStats/images/image1.PNG differ diff --git a/testing/live/PvpStats/images/image2.PNG b/testing/live/PvpStats/images/image2.PNG new file mode 100644 index 0000000000..dd4c6ca30f Binary files /dev/null and b/testing/live/PvpStats/images/image2.PNG differ diff --git a/testing/live/PvpStats/images/image3.PNG b/testing/live/PvpStats/images/image3.PNG new file mode 100644 index 0000000000..df31a7617a Binary files /dev/null and b/testing/live/PvpStats/images/image3.PNG differ diff --git a/testing/live/PvpStats/manifest.toml b/testing/live/PvpStats/manifest.toml index b55eebd9d2..35cfab1030 100644 --- a/testing/live/PvpStats/manifest.toml +++ b/testing/live/PvpStats/manifest.toml @@ -1,12 +1,10 @@ [plugin] repository = "https://github.com/wrath16/PvpStats.git" -commit = "086293d531695c1ee468641513c08bf6a973e5a5" +commit = "4d4ef5ca2f460bbd61c68eecdc2eec0b6ab7670b" owners = ["wrath16"] project_path = "PvpStats" changelog = """ -- Add job stats tab. -- Added CSV export to matches, players and job stats. -- Added ability to favorite matches. -- Many UI changes. -- Patch 6.58 fixes. +-Fixed game crash on viewing certain UI elements. +-Fixed exception on min match filter. +-Adding data validation for teams with too many players. """ \ No newline at end of file diff --git a/testing/live/ShowGear/images/icon.png b/testing/live/ShowGear/images/icon.png new file mode 100644 index 0000000000..262fd60ac6 Binary files /dev/null and b/testing/live/ShowGear/images/icon.png differ diff --git a/testing/live/ShowGear/manifest.toml b/testing/live/ShowGear/manifest.toml index af89cb2cdf..24108edd8c 100644 --- a/testing/live/ShowGear/manifest.toml +++ b/testing/live/ShowGear/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/sersorrel/ShowGear.git" -commit = "ecc9b9f6cc62f1c8a9ee20684d2e5df605a34976" +commit = "cfcd1d21ba7bdfa836eab74f3363d7fd4c356b4d" owners = ["sersorrel"] project_path = "ShowGear" -changelog = "Update for 6.3" +changelog = "Update for API 9"