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.25.1 (Hotfix) #4441

Closed
wants to merge 1 commit into from
Closed
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
18 changes: 4 additions & 14 deletions stable/Umbra/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
[plugin]
repository = "https://github.com/una-xiv/umbra.git"
commit = "cc09642111ccdd53f04add7430dc426344684cd6"
commit = "0369e0c63a26d53e2e482d07de35b52312a15272"
owners = ["haroldiedema"]
project_path = "Umbra"
changelog = """
# Umbra 2.2.25
# Umbra 2.2.25.1 (Hotfix)

## New Additions

- Added a new display option to the "Durability & Spiritbond" widget that only shows the percentages as stacked labels.
- Added an option to use the FFXIV mouse cursor. You can turn this on or off in the General Settings tab. Note that this is a _global setting_ in Dalamud, meaning if other plugins already fiddle with this option, changing it in Umbra may have no effect. It is known that DelvUI overrides this by default at time of writing.

-# P.S. This time there won't be any annoying machine-gun sounds when the mouse cursor changes. I promise.

## Fixes & Improvements

- Prevent shortcuts from being accidentally removed from the "Shortcut Panel" widget when the popup is opened during times when the game thinks certain actions are not unlocked (e.g. during PvP or certain loading screens).
- Changed the default popup sound to match the sound the game plays for similar actions.
- Enabled threaded style computation by default. This improves performance by at least 3X but may show a slight 1-frame flicker when opening the teleport widget. If this bothers you, head over to General Settings -> Experimental Settings and disable the option there.
- Set the default value of "Use the Game's mouse cursor" to false to keep the original behavior by default.
- Fixed a memory leak in the world marker renderer.

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