What's New in Dalamud v14
This version is not finalized, and all details here are subject to change.
Dalamud v14 is the current major version of Dalamud, and will release with Patch 7.4. This is a high-level overview of changes. You can see a code diff of all of these changes here.
Key Information
- Branch:
api14(view on GitHub) - Release Date: August 6, 2025
- API Level: 13
- .NET Version: .NET 9.0.3
If you haven't done so yet, we strongly recommend migrating your plugin project to Dalamud.NET.Sdk, especially if you are still using a targets file to reference the Dalamud SDK. We no longer plan to support the targets file in the next API level.
It includes the latest version of DalamudPackager, pinned to the current API level, and will make it easier for us to introduce changes to how we distribute SDK files in the future.
Major Changes
- TODO
Minor Changes
- TODO
Packages
We have released new packages of the SDK and DalamudPackager for this Dalamud API version.
- Dalamud.NET.Sdk v14.0.0
- To upgrade, change the header of your plugins'
.csprojfile:<Project Sdk="Dalamud.NET.Sdk/14.0.0">
- To upgrade, change the header of your plugins'
- DalamudPackager v14.0.0
- You don't need to reference DalamudPackager manually if you use Dalamud.NET.Sdk, it is done for you.
Contributors
We want to thank TODO.
FFXIVClientStructs Changes
FFXIVClientStructs will introduce their own breaking changes for Patch 7.4, which will be documented on their docs page.
We want to thank aers, Caraxi, Haselnussbomber, Pohky, WildWolf and the other FFXIVClientStructs contributors for their work.