You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_v1.5.0.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Major UI Overhaul & Performance Stabilization**
4
4
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.
6
6
7
7
---
8
8
@@ -12,25 +12,25 @@ This release transforms LSPDFR Manager with a modern, high-contrast dark theme,
12
12
-**Modern Control Templates**: Rounded corners, consistent padding, and improved interactive states for all buttons, inputs, and toggles.
13
13
-**Redesigned Sidebar**: Sleeker navigation with integrated environment status indicators and improved branding.
14
14
-**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.
16
16
-**Enhanced Detail Panel**: Grouped metadata, improved spacing, and better handling of optional fields.
17
17
-**Improved Views**:
18
18
-**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.
20
20
21
21
## 🚀 New Features
22
22
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.
26
26
-**Risk Filter Indicators**: Visual feedback for active filters in the library view.
27
27
28
28
## 🛠️ Performance & Stability
29
29
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).
34
34
35
35
---
36
36
@@ -39,10 +39,10 @@ This release transforms LSPDFR Manager with a modern, high-contrast dark theme,
39
39
- Modified `FileInstaller` to return a precise `WrittenFiles` list.
40
40
- Implemented `ObservableCollection` in-place update logic in `LibraryViewModel`.
41
41
- 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`.
43
43
44
44
---
45
45
46
46
## Download & Update
47
47
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