Releases: ginsm/nazarick-launcher
Releases · ginsm/nazarick-launcher
v1.4.12
I skipped a few releases on here. This release will contain the changes for v1.4.10
and v1.4.11
as well.
Fixed
- Fixed a bug that resulted in outdated mods not being removed from the Minecraft mod folder.
move_files
now works as expected with non-nested files when the provided source is a directory.
Changed
- The progress bar now updates as the modpack downloads.
v1.4.9
v1.4.8
Added
- Fallout 76 has been added to the launcher with two modpacks:
ReShade
(quality) andNo ReShade
(performance). - Added Auto Detect button to the settings page.
- This will auto detect game locations, windows folders, and Microsoft Store apps' locations.
- The path auto detection won't overwrite inputs that have already been set.
Fixed
- Fixed an exception that would occur when switching pages if an input was focused.
- Fixed a "dead space" area when scrolling on a game's Changes page.
v1.4.7
Added
- You can now cancel the update process (the
Play
button turns into aCancel
button). - The update process now resumes any unfinished updates.
- The launcher now creates log files; they can be found in the
logs
folder.
Changed
tufup
has been updated; update patches should now be smaller.- Minecraft's
executable
setting no longer prompts you to elevarte the launcher. - Game setting inputs can now be unfocused and stored via pressing
Escape
orEnter
. - Many things have changed internally, if you notice any bugs please let me know.
v1.4.6
A lot has changed internally. If you run into any issues, as always, please report them here, thanks!
Added
- You can now switch between different modpacks via the top right dropdown menu on each game's page.
- Settings are stored per modpack.
- Added Vault Hunters to Minecraft's list of modpacks.
1.4.4 and 1.4.5
Bundling 1.4.4 and 1.4.5 as I forgot to release 1.4.4 on here.
Added
- Added basic Enshrouded game support.
- Currently just launches the game as there's no mod support yet.
- The Valheim updater now respects manually added mods when updating.
- This will be added to the Minecraft updater at a later time.
Fixed
- Scrollbar dragging should now function properly.
- The sidebar code has been improved but should not appear any different for users.
v1.4.3
Added
- Added error handling for
tufup
(the launcher's self-updating mechanism). - Added more robust error handling when the mod provider sites are down.
Changed
- The
Changes
andLogs
scrollbars are now aligned properly. - There is no background around the different tabs anymore (some themes looked odd).
- A ton internally. Report any bugs here.
Fixed
- The scrollbar in the
Changes
tab will now scroll when hovering over the scrollbar.
v1.4.2
Added
- Added a "cover frame" that essentially covers up the app whilst changing themes/modes.
- Added handling incorrect responses from the Modrinth and Thunderstore APIs.
- An incorrect response results in the update process being skipped.
- Added a CHANGELOG file for Minecraft (changes should now appear).
Fixed
- Fixed an issue where the scrollbar in
Changes
was only working for the Valheim tab.
Changed
- The progress bar is now rounded (to match its neighboring widgets).
- Changed the
Logs
tab internal padding slightly. - Changed the
Changes
tab font family and size.
v1.4.1
Added
- The launcher should now know which tab you've left off on for each game and automatically select it upon startup (defaults to
Settings
).
Fixed
- The
Changes
tab should now update colors when you change between light and dark mode. - Minecraft's CHANGELOG will appropriately show up now (once a CHANGELOG is actually uploaded to a modpack archive).
- Fixed a bug with the updater where the launcher would run the initial install code every update.
v1.4.0
Added
- Added three new tabs per game:
Changes
,Logs
, andSettings
.Changes
: This tab displays a list of modpack changes from version to version.Logs
: This tab displays the application logs for the current session for the respective game.Settings
: This tab is used to modify the game settings.
- There is now a progress bar positioned above the start button.
- The privilege prompt's Elevate button is now highlighted (via a border).
- Error and warning log messages will now show up as colored text.
- If an error occurs, the program will switch to the Logs tab (so the user can see the error easily).
Fixed
- The search and open folder buttons for each setting are now aligned with the settings' text input.