Releases: AriesLR/Aetherium
Releases · AriesLR/Aetherium
v0.1.9
Changelog
Added
- The ability to select which java.exe is being used (This is useful for playing older modpacks, the majority of minecraft modpacks require an older version of java)
Changed
- Config UI, too much purple, I wanted it as an accent color, but not overpowering.
Note: I know it's been awhile, but I'm going to try and start pumping out more updates when I can.
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Changelog
Added
- CommonFileDialogs to handle file picker
- Version number on the bottom of the Sidebar
Changed
- Most toasts are now alerts
- Slightly changed overall Sidebar design
- Sidebar colors to distinguish between the active page and the other pages available
- File picker only allows jar/exe/folder to be selected
- Changed some namespaces just for a more neat file structure, this only matters to me really
- Server status indicator colors (Red = Off | Green = On)
Fixed
- File picker stopped working when the app is running as admin (using CommonFileDialogs)
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Changelog
Added
- Personal links (Youtube, Twitch, Github)
- Blurple Theme (Both Blurple and Light themes are very WIP)
Changed
- When the app starts (specifically when the home page initializes) Aetherium checks for updates periodically
- Slight UI Update
Fixed
- Update check on start was failing
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Changelog
Added
- Check for updates on app startup
- Check for updates button in Settings
System.ServiceProcess.ServiceController
Package for manually restarting the Volume Shadow Copy Service if absolutely necessary- Debug menu found in Settings, this is more for me, but it could be useful to the end-user if something goes wrong.
Changed
- Updated
Microsoft.AspNetCore.Components.WebView.Maui
from8.0.6
to8.0.14
- Updated
Microsoft.Maui.Controls
from8.0.6
to8.0.14
- Updated
Microsoft.Maui.Controls.Compatibility
from8.0.10
to8.0.14
Fixed
- Theme preferences now persist instead of being saved in session storage.
- Exception catching for the new backups
- Backups breaking if the save path was either not set at all (null) or did not lead to an actual file path
Potential Issue
You may have an issue with the appsettings.json
not reading properly after this update, to fix it just add:
"SelectedTheme": "a-dark"
To the bottom of your appsettings.json
found at Documents\Aetherium\appsettings.json
Below is an example of how appsettings.json
should look.
{
"ConfigNames": [
"Default",
"Palworld",
"Arma 3",
"Enshrouded",
"Minecraft",
"Terraria"
],
"SelectedConfig": "Arma 3",
"SelectedTheme": "a-dark"
}
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Changelog
Added
- Server Kill Button
- AlphaVSS library for handling backups
Changed
- Completely rewrote the backups code
Fixed
- Auto Restarts weren't shutting down gracefully
- Backups would fail if a file was locked by the server process
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Changelog
Added
- Theme Switching (WIP, Has to be set every time the app launches)
- Minecraft Server Support
- Advanced Restart Config (For graceful shutdowns via rcon/local commands)
Changed
- Urls to images changed to local images rather than imgur
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Changelog
Added
- File Picker for config paths
- Loaded Config displayed on server output
- Orbitron font
Changed
- UI Update v0.5
- Some UI Fonts changed to Orbitron
Full Changelog: v0.1.2...v0.1.3
Repo was updated after this, but all files are accurate to v0.1.3
v0.1.2
Changelog
Added
- Added an input box for servers that require the user to input information directly to the server process
Removed
- Removed Blazored.Toast (Because of the code restructure this was a pain to get working again.)
Changed
- Massive code restructure/rewrite
- Updated App Version info (I forgot since v0.0.9 apparently)
- Switched to Native Windows Toasts (Microsoft.Toolkit.Uwp.Notifications)
Fixed
- Issues with displaying the server output
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Changelog
- Automatic Scrolling on the Server Output
- Changed process monitor to allow cpu usage to show 1 decimal place
- Fixed save backups (I have no clue when I broke them)
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Changelog
- Proper release
- UI Update v0.4
- Moved process monitoring from a right sidebar, to a bottom bar
- Moved server status to the process monitor bar from the server page
- Fixed an unhandled exception due to trying to disconnect from RCON when it was never connected to anything
- Set a fixed window size to ensure the app displays properly
- Set a fixed background so the window doesn't rapidly change colors as the app opens (Due to how .NET Maui Blazor Hybrid apps work there is a brief moment before the content loads where a bright gradient was showing)
- Updated how the setup works, location cannot be in program files
Full Changelog: v0.0.9...v0.1.0