Skip to content

Commit fc4141f

Browse files
committed
Normalize release notes wording (no second-person references)
1 parent e2e3dcd commit fc4141f

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

RELEASE_v1.5.0.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Major UI Overhaul & Performance Stabilization**
44

5-
This release transforms LSPDFR Manager with a modern, high-contrast dark theme, improved information hierarchy, and critical fixes for library management stability.
5+
This release introduces a modern, high-contrast dark theme, improved information hierarchy, and critical fixes for library management stability.
66

77
---
88

@@ -12,25 +12,25 @@ This release transforms LSPDFR Manager with a modern, high-contrast dark theme,
1212
- **Modern Control Templates**: Rounded corners, consistent padding, and improved interactive states for all buttons, inputs, and toggles.
1313
- **Redesigned Sidebar**: Sleeker navigation with integrated environment status indicators and improved branding.
1414
- **Information-Dense Library**:
15-
- **Overhauled Mod Cards**: More clear visual hierarchy with prominent status and risk badges.
15+
- **Overhauled Mod Cards**: Clear visual hierarchy with prominent status and risk badges.
1616
- **Enhanced Detail Panel**: Grouped metadata, improved spacing, and better handling of optional fields.
1717
- **Improved Views**:
1818
- **Modern Install Tab**: Redesigned drag-and-drop zone with visual cues and a stylized installation log.
19-
- **Streamlined Settings**: Grouped configuration sections for better discoverability.
19+
- **Streamlined Settings**: Grouped configuration sections for improved discoverability.
2020

2121
## 🚀 New Features
2222

23-
- **Mod Notes**: Add and persist personal notes for any installed mod directly from the library.
24-
- **Detailed Conflict Reporting**: See exactly which files or DLC packs are causing conflicts in the detail panel.
25-
- **Auto-Launch LSPDFR**: New preference to automatically launch the game via RAGEPluginHook after a successful installation.
23+
- **Mod Notes**: Add and persist personal notes for installed mods directly from the library.
24+
- **Detailed Conflict Reporting**: Displays exact file or DLC conflicts in the detail panel.
25+
- **Auto-Launch LSPDFR**: Optional launch via RAGEPluginHook after successful installation.
2626
- **Risk Filter Indicators**: Visual feedback for active filters in the library view.
2727

2828
## 🛠️ Performance & Stability
2929

30-
- **Flicker-Free Library**: Refactored the library list to update in-place, preserving selection and scroll position during searches or filters.
31-
- **Deterministic File Tracking**: Replaced imprecise directory scanning with an exact manifest of files written during installation.
32-
- **Enhanced Safety**: Added optional (enabled by default) confirmation before mod uninstallation.
33-
- **Version Alignment**: Sidebar now correctly displays the current application version (v1.5.0).
30+
- **Flicker-Free Library**: Refactored the library list to update in-place, preserving selection and scroll position.
31+
- **Deterministic File Tracking**: Replaced directory scanning with an exact manifest of written files.
32+
- **Enhanced Safety**: Optional confirmation before mod uninstallation (enabled by default).
33+
- **Version Alignment**: Sidebar displays the correct application version (v1.5.0).
3434

3535
---
3636

@@ -39,10 +39,10 @@ This release transforms LSPDFR Manager with a modern, high-contrast dark theme,
3939
- Modified `FileInstaller` to return a precise `WrittenFiles` list.
4040
- Implemented `ObservableCollection` in-place update logic in `LibraryViewModel`.
4141
- Added `StringToVisibilityConverter` for cleaner XAML logic.
42-
- Unified enable/disable logic in `ModLibraryService` as the single source of truth.
42+
- Unified enable/disable logic in `ModLibraryService`.
4343

4444
---
4545

4646
## Download & Update
4747

48-
Run `run.bat` or use the quick-install one-liner in the README to update to the latest version.
48+
Execute `run.bat` or use the quick-install command in the README to install the latest version.

0 commit comments

Comments
 (0)