Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #27

Merged
merged 3 commits into from
Jul 14, 2024
Merged

Dev #27

merged 3 commits into from
Jul 14, 2024

Conversation

jimmyeao
Copy link
Owner

Update Master from Dev to incorporate change from .net 7 to .net 8, update of materialdesignthemes and bug fixes for first run issues

jimmyeao added 3 commits July 14, 2024 15:07
This commit represents a major overhaul of the application's user interface, focusing on the integration of Material Design principles across various XAML files and some backend adjustments. Key changes include the removal of old ResourceDictionary themes in favor of direct Material Design components, such as `materialDesign:DialogHost` and `materialDesign:Card`, in AddProfileDialog.xaml. CustomDialog.xaml and ErrorBox.xaml have seen updates to use Material Design resources for `TextElement`, `Background`, and `FontFamily`, with a general shift in `FontSize` to `12` for a more consistent look. The application's version has been updated in the Elite Dangerous Addon Launcher V2.csproj file. MainWindow.xaml.cs has been enhanced with better error handling and a new bug fix note in the "What's New" section. SearchProgressWindow.xaml and WhatsNew.xaml also received updates to fully align with Material Design standards, removing outdated visual settings and ensuring a cohesive and modern user experience.
- Incremented the project version in `Elite Dangerous Addon Launcher V2.csproj` from `1.1.5.405` to `1.1.5.407`, preparing for a new release.
- Added a feature in `MainWindow.xaml.cs` to prompt the user to create a new profile through `AddProfileDialog` if no profiles exist at application startup, improving the initial user experience.
- Introduced a `ModifyTheme(Uri newThemeUri)` method in `MainWindow.xaml.cs` for dynamic theme changing, enhancing customization options for the user.
Updated the AssemblyVersion and FileVersion from 1.1.5.407 to 1.1.6.11 in the Elite Dangerous Addon Launcher V2 project.
@jimmyeao jimmyeao merged commit 606a3cb into master Jul 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant