Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umbra 2.2.36 #4550

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions stable/Umbra/manifest.toml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading