Skip to content

Commit

Permalink
Indian logo in launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmine committed Oct 13, 2024
1 parent ff177bc commit 5294ae8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [3.12.0](https://github.com/ProjectCeleste/Celeste.Launcher/releases/tag/v3.12.0) (2024-10-13)
- Indian logo in launcher

## [3.11.0](https://github.com/ProjectCeleste/Celeste.Launcher/releases/tag/v3.11.0) (2024-10-06)
- Friend list now displays Indian civs

## [3.10.0](https://github.com/ProjectCeleste/Celeste.Launcher/releases/tag/v3.10.0) (2024-05-31)
- Small French typo fix in Game Scanner messages by @Menshin
- Added missing Launcher localization strings (Limit CPU Cores option) for French language by @Menshin
- Allow settings from LegacyBootstrapper to be overriden by commandline by @KevinW1998
- GitHub actions by @martinmine
- Inno Installer + CI by @KevinW1998

## [3.9.0](https://github.com/ProjectCeleste/Celeste.Launcher/releases/tag/v3.9.0) (2024-03-27)
- New New Game Setting in the Launcher - Limit CPU Cores (thanks @CWO333)
- Updates of third-party dependencies
Expand Down
1 change: 1 addition & 0 deletions Celeste_Launcher_Gui/Celeste_Launcher_Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<Resource Include="Resources\Buttons\TinyButtonHover.png" />
<Resource Include="Resources\Buttons\TinyButtonNormal.png" />
<Resource Include="Resources\Celeste Logo Roman Final.png" />
<Resource Include="Resources\Celeste_Logo_Indian.png" />
<Resource Include="Resources\CheckBoxCheckGreen_ua.png" />
<Resource Include="Resources\CheckBoxUnChecked_ua.png" />
<Resource Include="Resources\DefaultNewsGraphics.png" />
Expand Down
2 changes: 1 addition & 1 deletion Celeste_Launcher_Gui/Pages/OverviewPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Grid Margin="199,0,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Width="565" Height="332">
<StackPanel VerticalAlignment="Center">
<local:UserInfoWidget Username="{Binding CurrentUser.ProfileName}" Rank="{Binding CurrentUser.Rank}"/>
<Image Source="pack://application:,,,/Celeste Launcher;component/Resources/Celeste Logo Roman Final.png" Stretch="None" Margin="0,5,0,0"/>
<Image Source="pack://application:,,,/Celeste Launcher;component/Resources/Celeste_Logo_Indian.png" Stretch="None" Margin="0,5,0,0"/>
</StackPanel>
</Grid>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5294ae8

Please sign in to comment.