Skip to content

Commit ad8ae97

Browse files
committed
Release v1.2.0: Major UI improvements and simplified mod management
1 parent d73d579 commit ad8ae97

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to DMINLauncher will be documented in this file.
44

5+
## [1.2.0] - 2026-01-27
6+
7+
### Added
8+
- 🎨 **Button Coloring** - Color-coded action buttons (Launch=Green, Exit=Red, Reset=Orange, etc.)
9+
- 🔗 **Smart Preset Naming** - Auto-generated filenames like `doom2-deathmatch-3mods.cfg`
10+
- 📊 **Port Forwarding Test** - Two-column layout with fixed sizing and horizontal scrolling
11+
- ⚙️ **Config Management Refactor** - Better separation between default config and custom presets
12+
- 🎯 **Improved Starting Map Reset** - MAP01 properly set after ResetSettings with selected IWAD
13+
14+
### Changed
15+
- 🗂️ **Simplified Mod Management** - Removed Total Conversions tab, unified all WADs/mods in one location
16+
- 🔄 **ResetSettings Behavior** - Now preserves engine paths, WAD paths, and selected IWAD
17+
- 💾 **Save/Load Logic** - SaveSettings/LoadSettings now handle .cfg files, not .gzdoom presets
18+
- 🎨 **Port Forwarding UI** - Compact two-column layout prevents UI jumping during tests
19+
- 🔘 **Button Styling** - Removed emojis from port forwarding buttons, added consistent coloring
20+
21+
### Fixed
22+
-**Layout Stability** - Port forwarding test no longer causes border size changes
23+
-**Config Naming** - SavePaths renamed to SaveConfig for better clarity
24+
-**IWAD Preservation** - Reset button properly keeps selected IWAD and sets MAP01
25+
-**Mod Load Order** - Simplified single-list approach replaces complex TC management
26+
27+
### Removed
28+
-**Total Conversions Tab** - Functionality merged into main Mods/WADs tab
29+
-**LauncherSettings.cs** - Replaced with improved CfgFileService
30+
-**Redundant Save Methods** - Consolidated SaveBatoceraConfig functionality
31+
532
## [1.1.0] - 2026-01-25
633

734
### Added

DMINLauncher.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
<!-- Version Information -->
1212
<Version>1.2.0</Version>
13-
<AssemblyVersion>1.1.0</AssemblyVersion>
14-
<FileVersion>1.1.0</FileVersion>
15-
<InformationalVersion>1.1.0</InformationalVersion>
13+
<AssemblyVersion>1.2.0</AssemblyVersion>
14+
<FileVersion>1.2.0</FileVersion>
15+
<InformationalVersion>1.2.0</InformationalVersion>
1616

1717
<!-- Application Icon -->
1818
<ApplicationIcon>Assets\doom.ico</ApplicationIcon>

0 commit comments

Comments
 (0)