Skip to content

Commit af06997

Browse files
committed
build(main): release GalaxyEditor 0.3.0
1 parent 850e623 commit af06997

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"filler-six": "0.0.0",
1414
"src/X4Map": "0.7.1",
1515
"filler-seven": "0.0.0",
16-
"src/GalaxyEditor": "0.2.1",
16+
"src/GalaxyEditor": "0.3.0",
1717
"filler-eight": "0.0.0",
1818
"src/SharedWindows": "0.8.0",
1919
"filler-nine": "0.0.0",

src/GalaxyEditor/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/chemodun/X4-UniverseEditor/compare/GalaxyEditor@v0.2.1...GalaxyEditor@v0.3.0) (2025-11-26)
4+
5+
6+
### Features
7+
8+
* **ClusterEditWindow:** disable ClusterId editing and use instead generated one by template ([893027f](https://github.com/chemodun/X4-UniverseEditor/commit/893027f89e25e2642c2c6514817dd68174d30719))
9+
* **GalaxyEditor:** add MoonEditWindow and PlanetEditWindow for editing moon and planet properties ([40c62c0](https://github.com/chemodun/X4-UniverseEditor/commit/40c62c042d53560b46a0036b43b87751244c8fc7))
10+
* **GalaxyMod:** add TemplateConfig for dynamic cluster and sector ID generation ([33407f2](https://github.com/chemodun/X4-UniverseEditor/commit/33407f2d9e66e745fb40eb6551bab7b47a6984f8))
11+
* **GalaxyUnifyBase:** add IsModified and isUnset methods for attribute state checks ([697ab90](https://github.com/chemodun/X4-UniverseEditor/commit/697ab90c2f2ec75a9625d2d757b8d8aff6a8b9d2))
12+
* **GalaxyUnifyCluster:** add GetCluster method to initialize and populate cluster attributes ([b5506d0](https://github.com/chemodun/X4-UniverseEditor/commit/b5506d0db827bd0dbf24a96c3997979f2da31a6e))
13+
* **MainWindow:** First try to create sector on map ([760e771](https://github.com/chemodun/X4-UniverseEditor/commit/760e771fafe88c741dd7598fefff3f284bdf91aa))
14+
15+
16+
### Bug Fixes
17+
18+
* **ClusterEditWindow:** change EditVisibility to use Collapsed and add confirmation prompt on cancel ([fdf3bd9](https://github.com/chemodun/X4-UniverseEditor/commit/fdf3bd9e1feb6d0e31108627bb092e7823170fd1))
19+
20+
21+
### Code Refactoring
22+
23+
* **App:** enhance NLog configuration handling to check for changes before applying updates ([57a1d97](https://github.com/chemodun/X4-UniverseEditor/commit/57a1d97853ec20790763facd9184294f3051478d))
24+
* **ClusterEditWindow:** rearrange UI elements for improved layout and accessibility ([260fc18](https://github.com/chemodun/X4-UniverseEditor/commit/260fc187c0da89e4e14ff09660b3c0013147f99f))
25+
* **ClusterEditWindow:** replace IsChanged binding with IsReady for Save button and implement IsReady property for validation ([4d2229d](https://github.com/chemodun/X4-UniverseEditor/commit/4d2229d96273dfeeb9ece4a23fb5bed1ba29e82c))
26+
* **ClusterEditWindow:** update bindings to use Cluster properties for improved data management ([8d07ba0](https://github.com/chemodun/X4-UniverseEditor/commit/8d07ba0b83a55fbb14009a8e2d3acb06aeb904c0))
27+
* **ClusterEditWindow:** use CopyFrom instead of Update from, if UnifyCluster is exists ([b424ce7](https://github.com/chemodun/X4-UniverseEditor/commit/b424ce7e8ce456b6a06c1bfc3c4c6d8f14308ada))
28+
* **GalaxyEditor:** add ViewCluster functionality and refactor to use text references for Sun and Environment ([9709706](https://github.com/chemodun/X4-UniverseEditor/commit/970970673d4134ba3497fb63d1bb3da2780db96b))
29+
* **GalaxyMod:** replace FolderBrowserDialog with OpenFolderDialog ([abaf8ba](https://github.com/chemodun/X4-UniverseEditor/commit/abaf8ba79e4173460ea44fc7b18bc758d64e4d9c))
30+
* **GalaxyMod:** set initial directory for mod data folder dialog ([d558243](https://github.com/chemodun/X4-UniverseEditor/commit/d5582439370aa2e3efa11151bd1c80877504fc87))
31+
* **GalaxyMod:** update modAttributesToSave initialization syntax ([35011fa](https://github.com/chemodun/X4-UniverseEditor/commit/35011fad824ebc8a05a07ee5ec51a22db7f72626))
32+
* **GalaxyReferenceCatalogs:** replace integer ID properties with text references for improved clarity and functionality ([97fbeb7](https://github.com/chemodun/X4-UniverseEditor/commit/97fbeb722abc30802f2a181915cab662a17a6742))
33+
* **GalaxyUnifyCluster:** add FromEmptyCell flag to track initialization from an empty cell ([f8f79d9](https://github.com/chemodun/X4-UniverseEditor/commit/f8f79d9f6079dd6888d25aed7e3795c2159d81a6))
34+
* **GalaxyUnify:** replace integer properties with string references for improved clarity in clusters and planets ([8bb08a9](https://github.com/chemodun/X4-UniverseEditor/commit/8bb08a9469964c5add76d0d01a7d4d348e53a1aa))
35+
* **MainWindow.xaml:** update sector size bindings for internal size limits ([63b24df](https://github.com/chemodun/X4-UniverseEditor/commit/63b24df279f3a12dcaf36074f8249502fc9800a0))
36+
* **MainWindow:** enhance universe ID handling and selection logic ([d558243](https://github.com/chemodun/X4-UniverseEditor/commit/d5582439370aa2e3efa11151bd1c80877504fc87))
37+
* **MainWindow:** make edit and delete cluster available only for the newly created. Implement deleting new cluster ([31a89b5](https://github.com/chemodun/X4-UniverseEditor/commit/31a89b56cfa947d5fcc712f58b4ca2bcfe93bfb2))
38+
* **MainWindow:** optimize JsonSerializerOptions usage ([35011fa](https://github.com/chemodun/X4-UniverseEditor/commit/35011fad824ebc8a05a07ee5ec51a22db7f72626))
39+
* **MainWindow:** remove NLog configuration calls from property setters to streamline logging setup ([7f7960d](https://github.com/chemodun/X4-UniverseEditor/commit/7f7960d84aa0c57719c2c0f0523980f33b8f04b7))
40+
* **MainWindow:** remove SectorRadius parameter from GalaxyMapViewer connection ([9e7e415](https://github.com/chemodun/X4-UniverseEditor/commit/9e7e41537e6c8b65ce74515b959717f4ac240550))
41+
* **MainWindow:** replace FolderBrowserDialog with OpenFolderDialog ([abaf8ba](https://github.com/chemodun/X4-UniverseEditor/commit/abaf8ba79e4173460ea44fc7b18bc758d64e4d9c))
42+
* **MoonEditWindow:** improve XAML formatting for better readability and maintainability ([d957298](https://github.com/chemodun/X4-UniverseEditor/commit/d9572983e810ac81071cfe6539f05c69b066132f))
43+
* remove unused using directives from App.xaml.cs files ([d0badce](https://github.com/chemodun/X4-UniverseEditor/commit/d0badce43f3854723d4cb193b2c058b5459491e5))
44+
345
## [0.3.0](https://github.com/chemodun/X4-UniverseEditor/compare/GalaxyEditor@v0.2.1...GalaxyEditor@v0.3.0) (2025-02-20)
446

547

0 commit comments

Comments
 (0)