Skip to content

Commit

Permalink
Bump Fronter.NET from 6dd8313 to 7757d81
Browse files Browse the repository at this point in the history
Bumps [Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from `6dd8313` to `7757d81`.
- [Commits](ParadoxGameConverters/Fronter.NET@6dd8313...7757d81)

---
updated-dependencies:
- dependency-name: Fronter.NET
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 314ae9a commit f40b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fronter.NET
Submodule Fronter.NET updated 64 files
+4 −0 .github/actions/build_frontend/action.yml
+7 −7 .github/actions/build_frontend/entrypoint.sh
+6 −1 .github/dependabot.yml
+3 −2 .github/workflows/test.yml
+6 −6 Fronter.NET.Tests/Fronter.Tests.csproj
+28 −2 Fronter.NET.Tests/Models/ConfigurationTests.cs
+5 −4 Fronter.NET.Tests/Services/UpdateCheckerTests.cs
+5 −0 Fronter.NET.Tests/TestFiles/Configuration/fronter-configuration.txt
+115 −18 Fronter.NET.Tests/TestFiles/Configuration/fronter-options.txt
+16 −0 Fronter.NET.Tests/TestFiles/ImperatorToCK3/configuration.txt
+4 −0 Fronter.NET.sln.DotSettings.user
+1 −0 Fronter.NET/App.axaml
+3 −1 Fronter.NET/App.axaml.cs
+1 −1 Fronter.NET/Extensions/DynamicLocExtension.cs
+1 −1 Fronter.NET/Extensions/LocExtension.cs
+3 −3 Fronter.NET/Extensions/LogExtensions.cs
+1 −1 Fronter.NET/Extensions/NotificationMessageBuilderExtensions.cs
+6 −3 Fronter.NET/Extensions/TranslationSource.cs
+16 −11 Fronter.NET/Fronter.csproj
+2 −2 Fronter.NET/LogAppenders/LogGridAppender.cs
+8 −15 Fronter.NET/LoggingConfigurator.cs
+2 −52 Fronter.NET/Models/Configuration/Config.cs
+2 −2 Fronter.NET/Models/Configuration/Mod.cs
+1 −1 Fronter.NET/Models/Configuration/Options/CheckBoxSelector.cs
+15 −4 Fronter.NET/Models/Configuration/Options/DateSelector.cs
+9 −3 Fronter.NET/Models/Configuration/Options/Option.cs
+2 −2 Fronter.NET/Models/Configuration/Options/RadioSelector.cs
+0 −5 Fronter.NET/Models/Configuration/Options/Selector.cs
+2 −2 Fronter.NET/Models/Configuration/Options/TextSelector.cs
+1 −1 Fronter.NET/Models/Configuration/Options/ToggleableOption.cs
+1 −1 Fronter.NET/Models/ConverterReleaseInfo.cs
+1 −1 Fronter.NET/Models/FrontendTheme.cs
+1 −1 Fronter.NET/Models/LogLine.cs
+1 −1 Fronter.NET/Properties/PublishProfiles/linux-x64.pubxml
+1 −1 Fronter.NET/Properties/PublishProfiles/osx-arm64.pubxml
+1 −1 Fronter.NET/Properties/PublishProfiles/osx-x64.pubxml
+1 −1 Fronter.NET/Properties/PublishProfiles/win-x64.pubxml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_english.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_french.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_german.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_italian.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_latin.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_russian.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_simp_chinese.yml
+1 −1 Fronter.NET/Services/BrowserLauncher.cs
+67 −34 Fronter.NET/Services/ConverterLauncher.cs
+1 −1 Fronter.NET/Services/ElevatedPrivilegesDetector.cs
+2 −2 Fronter.NET/Services/MessageSlicer.cs
+11 −11 Fronter.NET/Services/ModCopier.cs
+71 −27 Fronter.NET/Services/SentryHelper.cs
+16 −10 Fronter.NET/Services/UpdateChecker.cs
+1 −1 Fronter.NET/ValueConverters/EnumToBooleanConverter.cs
+1 −1 Fronter.NET/ValueConverters/LocKeyToValueConverter.cs
+1 −1 Fronter.NET/ValueConverters/LogLevelToColorNameConverter.cs
+3 −3 Fronter.NET/ViewLocator.cs
+25 −22 Fronter.NET/ViewModels/MainWindowViewModel.cs
+5 −1 Fronter.NET/ViewModels/PathPickerViewModel.cs
+1 −1 Fronter.NET/Views/MainWindow.axaml.cs
+1 −1 Fronter.NET/Views/ModsPickerView.axaml.cs
+14 −8 Fronter.NET/Views/OptionsView.axaml
+1 −1 Fronter.NET/Views/OptionsView.axaml.cs
+1 −1 Fronter.NET/Views/PathPickerView.axaml.cs
+1 −1 Updater
+2 −1 global.json

0 comments on commit f40b96e

Please sign in to comment.