From 85ed98bfe2e6f5931a9b9404e954e3ea1f831e3e Mon Sep 17 00:00:00 2001 From: Harold Iedema Date: Fri, 6 Sep 2024 23:20:35 +0200 Subject: [PATCH] Umbra 2.2.36 --- stable/Umbra/manifest.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/stable/Umbra/manifest.toml b/stable/Umbra/manifest.toml index 8b53ccf1e7..3a7436bd56 100644 --- a/stable/Umbra/manifest.toml +++ b/stable/Umbra/manifest.toml @@ -1,18 +1,24 @@ [plugin] repository = "https://github.com/una-xiv/umbra.git" -commit = "dc723c217b460ad87306350e20aa7e3da4641d31" +commit = "12fa467cabfd27d9c47cab0b5a5ff61530c2096d" owners = ["haroldiedema"] project_path = "Umbra" changelog = """ -# Umbra 2.2.35 +# Umbra 2.2.36 ## New Additions -- Added "tags" to all built-in widgets that allow you to search for them in the "Add widget" window. Please note that tags are deliberately defined in English only to make it easier to direct users to the correct widgets via support channels. +- 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)) ## Fixes & Improvements -- Teleport widget: Replaced the "Open favorites by default" checkbox with a selection option that allows you to choosebetween "Current expansion", "Favorites" and "Miscellaneous" (by [alexpado](https://github.com/alexpado)). Note that if you previously had the "Open favorites by default" option enabled, you will need to re-enable it in the new selection. +- 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. 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.