|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.3.0](https://github.com/chemodun/X4-UniverseEditor/compare/GalaxyEditor@v0.2.1...GalaxyEditor@v0.3.0) (2025-02-22) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **ClusterEditWindow:** add IsChanged and IsNew properties for state management and update button enablement ([509692b](https://github.com/chemodun/X4-UniverseEditor/commit/509692ba855ace249ff106f2011966333ba9f033)) |
| 9 | +* **ClusterEditWindow:** add position parameter to Cluster initialization and update related methods ([ff5a253](https://github.com/chemodun/X4-UniverseEditor/commit/ff5a253cd7569d9445e8345c193278608ed0c6e0)) |
| 10 | +* **ClusterEditWindow:** enhance cluster editing with unify cluster support and improved initialization ([969f3ba](https://github.com/chemodun/X4-UniverseEditor/commit/969f3ba573f49ca123214a68d40753c1568ca448)) |
| 11 | +* **GalaxyEditor:** enhance JSON serialization for UnifyItemCluster and related classes ([e46ad93](https://github.com/chemodun/X4-UniverseEditor/commit/e46ad93c285518ac8e79780fe03a9b08e213c7d5)) |
| 12 | +* **GalaxyEditor:** implement PostInit method for initialization and state management in GalaxyModInfo classes ([d920164](https://github.com/chemodun/X4-UniverseEditor/commit/d9201646989fc83482abeb8ca5ae44a71286d0ba)) |
| 13 | +* **GalaxyEditor:** implement UnifyItemCluster class for enhanced cluster management and initialization ([1340ec7](https://github.com/chemodun/X4-UniverseEditor/commit/1340ec7088c32bc6fb30a99d7ec5be804c883892)) |
| 14 | +* **GalaxyMod:** add Clusters property to manage UnifyItemCluster list ([cb809ec](https://github.com/chemodun/X4-UniverseEditor/commit/cb809ec8341916d43ee87941d51551a75b27bf48)) |
| 15 | +* **GalaxyUnify:** add group attribute to GalaxyUnifyItemAttribute and implement IsHasValue and IsReady methods for validation ([46a4cd8](https://github.com/chemodun/X4-UniverseEditor/commit/46a4cd8aad7b045e5822983705b107ea2c7c7d3a)) |
| 16 | +* **GalaxyUnifyBase:** add isMandatory field for UnifyAttribute ([ab39e84](https://github.com/chemodun/X4-UniverseEditor/commit/ab39e8462fb6ef9a700bfba7abab65cd2c9f49c0)) |
| 17 | +* **GalaxyUnifyBase:** add IsModified and isUnset methods for attribute state checks ([697ab90](https://github.com/chemodun/X4-UniverseEditor/commit/697ab90c2f2ec75a9625d2d757b8d8aff6a8b9d2)) |
| 18 | +* **GalaxyUnifyBase:** implement UpdateFrom methods for GalaxyUnifyItem and GalaxyUnifyItemAttribute, enhance list item handling ([6d1631c](https://github.com/chemodun/X4-UniverseEditor/commit/6d1631c55b9ae5200f6dfd6a0dafed707a65f6dd)) |
| 19 | +* **GalaxyUnifyCluster:** add GetCluster method to initialize and populate cluster attributes ([b5506d0](https://github.com/chemodun/X4-UniverseEditor/commit/b5506d0db827bd0dbf24a96c3997979f2da31a6e)) |
| 20 | +* **GalaxyUnifyCluster:** add search methods for clusters by ID and position ([384f6ec](https://github.com/chemodun/X4-UniverseEditor/commit/384f6ec562aabe4856ea6e415d376aed4df40296)) |
| 21 | +* **GalaxyUnify:** enhance attribute initialization with mandatory field support and update serialization methods ([16958cb](https://github.com/chemodun/X4-UniverseEditor/commit/16958cba72e780a4a8303cad9f5a82c558a866f7)) |
| 22 | +* **GalaxyUnify:** implement CopyFrom method for item attribute copying and enhance JSON reading with type mappings ([5b0a3a8](https://github.com/chemodun/X4-UniverseEditor/commit/5b0a3a8dfb51b777e10b537e646acfeeb7b1aaa5)) |
| 23 | +* **MainWindow:** add AutoLoadLatestMod feature for automatic mod loading on startup ([8ebcb9e](https://github.com/chemodun/X4-UniverseEditor/commit/8ebcb9e562970a38117c9fe30546c55b002b9551)) |
| 24 | +* **MainWindow:** First try to create sector on map ([760e771](https://github.com/chemodun/X4-UniverseEditor/commit/760e771fafe88c741dd7598fefff3f284bdf91aa)) |
| 25 | + |
| 26 | + |
| 27 | +### Bug Fixes |
| 28 | + |
| 29 | +* **ClusterEditWindow:** correct deserialization type for clusters in JSON processing ([2502f2d](https://github.com/chemodun/X4-UniverseEditor/commit/2502f2d8a1f61da3739b206491d4dbe49130d924)) |
| 30 | +* **ClusterEditWindow:** position set on cluster add ([f19038b](https://github.com/chemodun/X4-UniverseEditor/commit/f19038be8eac7320639f99f9f78b2c892c16e09d)) |
| 31 | +* **GalaxyUnify:** make GetItem return an UnifyItem and add GetAttribute to return and attribute ... ([943b84c](https://github.com/chemodun/X4-UniverseEditor/commit/943b84c96dc6cdb668a275400c5cb47e609dee19)) |
| 32 | + |
| 33 | + |
| 34 | +### Code Refactoring |
| 35 | + |
| 36 | +* **ClusterEditWindow:** replace IsChanged binding with IsReady for Save button and implement IsReady property for validation ([4d2229d](https://github.com/chemodun/X4-UniverseEditor/commit/4d2229d96273dfeeb9ece4a23fb5bed1ba29e82c)) |
| 37 | +* **ClusterEditWindow:** use CopyFrom instead of Update from, if UnifyCluster is exists ([b424ce7](https://github.com/chemodun/X4-UniverseEditor/commit/b424ce7e8ce456b6a06c1bfc3c4c6d8f14308ada)) |
| 38 | +* **GalaxyEditor:** enhance GalaxyUnifyItemAttribute to support multiple value types and improve state management ([1ed6709](https://github.com/chemodun/X4-UniverseEditor/commit/1ed670946f0a1aa0d60eec72a9620f6fa8a6c37c)) |
| 39 | +* **GalaxyEditor:** remove unused using directives from GalaxyUnifyBase and GalaxyUnifyPlanet for cleaner code ([e8091e9](https://github.com/chemodun/X4-UniverseEditor/commit/e8091e99b9ed3a7ea67a081266109e9f14bcadcc)) |
| 40 | +* **GalaxyEditor:** rename files for UnifyItem classes to streamline codebase ([86090a7](https://github.com/chemodun/X4-UniverseEditor/commit/86090a7dab7297944a9a4164d7d08e93b53077f5)) |
| 41 | +* **GalaxyEditor:** return back separate lists for attributes and items in GalaxyUnifyItemAttribute ([4e5d7fd](https://github.com/chemodun/X4-UniverseEditor/commit/4e5d7fde48c574327d0ab955e50152b75ba84951)) |
| 42 | +* **GalaxyEditor:** simplify JSON read/write methods in GalaxyUnify classes for improved clarity and maintainability ([fe78101](https://github.com/chemodun/X4-UniverseEditor/commit/fe78101742b85b8ab983e0b76ff63f0105ad814e)) |
| 43 | +* **GalaxyEditor:** update GalaxyUnifyItemJsonConverter and GalaxyUnifyItemAttributeConverter ([e6011d2](https://github.com/chemodun/X4-UniverseEditor/commit/e6011d290da4e21bd541c5c5d47e6adccf1fa6c5)) |
| 44 | +* **GalaxyEditor:** update GalaxyUnifyItemAttribute and GalaxyUnifyItem to use nullable types for better handling of optional values ([e6011d2](https://github.com/chemodun/X4-UniverseEditor/commit/e6011d290da4e21bd541c5c5d47e6adccf1fa6c5)) |
| 45 | +* **GalaxyEditor:** update GalaxyUnifyItemAttribute to support new Attribute type and streamline list handling. There a ValueList can handle as attributes as well an items too ([ee4121d](https://github.com/chemodun/X4-UniverseEditor/commit/ee4121dbb854e3db232202cc011982de36c5f1d0)) |
| 46 | +* **GalaxyEditor:** update GetList method to return a list of GalaxyUnifyItemAttribute and introduce GetListOfItems for improved item retrieval ([5304a4f](https://github.com/chemodun/X4-UniverseEditor/commit/5304a4ff1b04ed25c6f2d812d6c31c69c11111a2)) |
| 47 | +* **GalaxyUnifyCluster:** add FromEmptyCell flag to track initialization from an empty cell ([f8f79d9](https://github.com/chemodun/X4-UniverseEditor/commit/f8f79d9f6079dd6888d25aed7e3795c2159d81a6)) |
| 48 | +* **GalaxyUnify:** consolidate attribute setting methods into a single Set method for improved code clarity and maintainability ([943b84c](https://github.com/chemodun/X4-UniverseEditor/commit/943b84c96dc6cdb668a275400c5cb47e609dee19)) |
| 49 | +* **GalaxyUnifyItemAttribute:** streamline JSON read/write methods and improve attribute handling ([edeaf4b](https://github.com/chemodun/X4-UniverseEditor/commit/edeaf4be2f1658fbcfc02c5313e3c61bb28e2814)) |
| 50 | +* **GalaxyUnifyPlanet:** update planet attributes define a group for name attributes ([a952f12](https://github.com/chemodun/X4-UniverseEditor/commit/a952f12ca22f24beaed06c8eafb9e6b859650f67)) |
| 51 | +* **GalaxyUnify:** update attribute types and improve JSON serialization methods for clusters and planets ([08c6915](https://github.com/chemodun/X4-UniverseEditor/commit/08c6915449605306f8feff8d6d2b7ea03d1e135f)) |
| 52 | + |
3 | 53 | ## [0.3.0](https://github.com/chemodun/X4-UniverseEditor/compare/GalaxyEditor@v0.2.1...GalaxyEditor@v0.3.0) (2025-02-20) |
4 | 54 |
|
5 | 55 |
|
|
0 commit comments