Releases: ProjectCeleste/Celeste.Launcher
Releases · ProjectCeleste/Celeste.Launcher
Celeste Launcher v3.0.4.0-beta
Fixed bugs
- Log exceptions that crashes the application to the log file
- Fixed a bug with the update dialog
- "Convert to Steam" has a more robust check if it is in Steam install directory, and sets the default game path to current working directory
- Fixed incorrect labels on change password window and overview button
Celeste Launcher v3.0.3.1-beta
This minor-patch fixes an issue causing the launcher to crash when opening the friend list, scenarios, or network interface selector on multiplayer options.
Celeste Launcher v3.0.3.0-beta
- Fixed an issue preventing Steam converter from working as intended
- Fixed a bug preventing users from registering
- Fixed an issue with game scanner that made it select the parent directory on second game scan
- Improved the game scanner to show what is wrong instead of "invalid file ..."
- Increased text brightness on input fields
- Prevent users from changing email after sending the registration key
- Added missing styling on tooltips
- Added missing styling on context menus for text boxes
- Added missing strings to resource files
Celeste Launcher v3.0.2.1-beta
This is a minor patch-release that fixes the following bugs:
Fixed bugs
- Fixed an application crash when starting the updater
- Fixed missing background texture on game language selection screen
For a full changelog in the 3.0.2 release, see here.
Celeste Launcher v3.0.2-beta
These windows/dialogs have been ported to WPF:
- An entirely new friends list
- Change password
- Network interface selector
- Multiplayer settings
- Windows Feature helper
- Windows Firewall helper
- Steam converter
- Procdump installer window
Fixed bugs
- Consistently refer to Celeste website as 'website' (thanks to @SlyCooperFan1)
- Swapped item search with Twitch link (thanks to @TheSpaniard)
- Fixed an issue preventing _ in usernames being displayed (thanks to @ardeshir)
- Set correct default news image (minor tweak I noticed)
- Added missing window titles
- Fixed a bug preventing users from registering with a valid email address
- Game scanner is more smooth (no more stuttering or frozen window)
- Show an understandable error message when the user has reached max friend list limit (99) and the user requests another request
Quality of life improvements
- The player can start the game without using the mouse
- Better drop shadow on text and UI elements
- The player now has to select location of spartan.exe instead of the directory of spartan.exe
- Dialog windows are now grouped together correctly through their owner/parent-property
- Made some dialog-texts clearer and more understandable
Non-functional features
- i18n support on every messages displayed to the user
- Launcher now targets .NET Framework 4.8
- Removed unused/old assets now that WinForms is no longer used
- Migrated the launcher to a new project format and made it .NET Core 3.1-compatible
- Minor code improvements