Releases: ScottyThePilot/hoi4_province_editor
Releases · ScottyThePilot/hoi4_province_editor
Version 0.3.4
- Attempts to fix a crash involved with history/undo states.
- Crash logs should now always show full backtraces.
Version 0.3.3
- Attempts to fix an issue where some maps fail to load due to a CSV parse error.
Version 0.3.2
- Fixes a crash when attempting to save a map after painting over (deleting) a province that was set as an adjacency's through-province.
Version 0.3.1
- Fixes a crash when attempting to save a map after painting over (deleting) a province with
preserve-ids
enabled.
Version 0.3.0
I am bumping a minor version this release instead of a patch version since the work since 0.2.0 has constituted bumping a minor version.
- Added extra warnings that you can toggle in the config (disabled by default)
- Added province outlines that can be toggled under the "view" menu
- Impassible adjacencies are drawn as boundaries instead of lines
- The bucket tool now has a fill-all modifier bound to the Shift key
There is a crash bug in the application that has occurred to me very rarely, and likely involves using the regular paint tool and the bucket tool. I don't know what causes it or how to fix it, so make sure to save often if you use this application.
Version 0.2.3
- Main font has been changed from Consolas to Inconsolata
- Added a pixel snapping option for the lasso tool
- Fixed placement of province ID labels
- Added a new config option
generate-coastal-on-save
for automatically generating coastal-ness of provinces on save - Added a new config option
change-view-mode-on-undo
for toggling whether the view mode will change on undo/redo - Added a painting mask feature to allow tools to be restricted to painting over only certain terrain types
- Crashes will now be logged to files in the executable's folder
- Exporting land or terrain maps or saving as a folder no longer freezes forever
Version 0.2.2
- Problem detection now detects X crossings at the edge of the map
- Added the ability to view province IDs on the map
- Buttons for the bucket and lasso tools will no longer be visible in view modes they aren't functional in
Version 0.2.1
- Improved the behavior of the lasso tool to make it easier to use
- (Hopefully) fixed a bug with the way the fill tool works
Version 0.2.0
- The
preserve_ids
feature is now functional - Land and terrain maps can be exported for use in MapGen
- Removed the console in favor of a new toolbar and sidebar
- Most keybinds are available as buttons in the toolbar
- Added a flood-fill and polygonal lasso tool alongside the area paint tool to the sidebar
- Fixed a bug where painting over a province and undoing that operation wouldn't bring back the province's data
Version 0.1.1
- Fixed a few bugs and added a few minor features