Releases: LesMiserablesMod/hoi4modutilities
Release list
v0.12.5
Add preview label mode toggle (ID/Name)
Add a UI control and runtime support to toggle preview labels between IDs and localized names. New CSS for the toggle; focus and technology content builders now inject data-preview-label-* and data-preview-title-* attributes and use localized text where available. instanttextbox gained options to control localization/raw rendering. Webview utilities implement subscribe/refresh/apply logic to toggle modes and update displayed text and titles; focustree and techtree wire these up on load and folder changes so the label mode updates without rebuilding content.

v0.12.4
What's Changed
fix informations of the project
- Bump flatted from 3.2.2 to 3.4.2 by @dependabot[bot] in #2
- Bump lodash from 4.17.21 to 4.18.1 by @dependabot[bot] in #1
- Bump fast-uri from 3.0.6 to 3.1.3 by @dependabot[bot] in #3
- Bump webpack from 5.94.0 to 5.108.4 by @dependabot[bot] in #6
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: v0.12.3...v0.12.4
v0.12.3
HOI4 Mod Utilities Maintained
This release marks the transition from a simple mirror of the original HOI4 Mod Utilities project to a maintained fork focused on keeping the preview tools usable with current Hearts of Iron IV versions.
The original extension had not been updated for a long time, while HOI4 has continued to receive major game updates and DLC content. As a result, some existing preview features no longer handled newer vanilla and modded content correctly. This fork keeps the lightweight nature of the original tool, but updates the parts that matter most for mod development.
Highlights
- Renamed the extension package to
hoi4modutilities-maintained. - Updated publisher metadata and project links for the maintained fork.
- Added GitHub Release workflow for automatic VSIX packaging.
- Added optional Marketplace publishing through
VSCE_PAT. - Updated the build workflow to use Node.js 20.
- Improved focus tree preview compatibility with newer icon and GFX loading behavior.
- Improved technology preview usability, including mouse wheel zoom support.
- Added Chinese README support with Marketplace-friendly localized README naming.
- Preserved attribution to the original project while clarifying this fork’s maintenance scope.
Notes
This project remains a lightweight VS Code extension for Hearts of Iron IV mod development. The goal is not to turn it into a full replacement for the game or a standalone editor, but to keep the existing preview workflows practical and reliable for current vanilla and modded content.