Releases: Viren070/emuhaven
0.12.3
Changelog
- Downloadable ROM filenames are decoded so you won't see %20 - 0562856
- Fixed restarting app after changing theme using message box not working due to incorrect theme folder path - 3691705
- Rounded the corners on the Ryujinx banner - 5c84211
Full Changelog: v0.12.2...v0.12.3
0.12.2
Changelog
- Use exponential moving average to calculate more accurate download speed - 815e5a0
- When showing download progress, use MiB instead of MB for accuracy - 005ac33
- When fetching versions to display, fetch and display installed versions first to avoid delay caused by fetching firmware and key versions - e1ddbf1
- Fix dolphin not extracting when folder doesn't exist due to calling listdir before exists - 1ef27e6
- When the app detects that you are missing firmware or keys, you can now again install firmware or keys directly from the message boxes that show up - eee670b
- Update the firmware and key status more regularly, also show whether firmware is either not installed or installed but of an unknown version - c8ba776
- When installing ryujinx and a installation already exists, a message box no longer pops up when the old installation is deleted - c1e23b9
- When selecting no to installing firmware, the settings file is updated immediately - 19fd94d
Full Changelog: v0.12.1...v0.12.2
0.12.1
Changelog
- Fixed Launch Yuzu button not working as intended - by @Viren070 in 16bc23c
- Fixed Install Yuzu button not working as intended - by @Viren070 in 59bdac1
- Fixed unhandled error caused by incorrect key name - by @Viren070 in d520736
- When a download or extraction is cancelled the file will be deleted - by @Viren070 in 2ba760c
- App will no longer fetch versions to display on install buttons - by @Viren070 in 2e835a8
- Fixed the cancel download flag not being reset for a new download which caused downloads after a cancel to be cancelled immediately - by @Viren070 in c98f054
Full Changelog: v0.12.0...v0.12.1
0.12.0 (Ryujinx Support)
What's Changed
- Added Ryujinx support
- Removed the Downloader on Yuzu
- Added a new section where you will be shown what firmware and key version you have installed and then there is a dropdown menu where you can select what version to download. This menu is available on Ryujinx and Yuzu. This is replacing the Downloader.
- Added a option menu to select the release channel for Dolphin. You can switch between development or beta build.
- Use official Dolphin website for release source.
- The official website uses the 7z format and I couldn't find a way to show progress while extracting an archive while remaining at a relatively fast speed so the progress bar isn't updated until everything is extracted
- Removed
Default Yuzu Channel
setting, the app will remember what channel you were on last - Moved
Use Yuzu Installer
setting to yuzu settings - Removed
Export Directory
setting, the app will ask for a directory for each import or export. - Various bug fixes.
PRs
- Optimise ProgressFrame usage & remove firmware downloader by @Viren070 in #4
- Use a base EmulatorFrame class by @Viren070 in #6
- Redesign firmware and key install section. by @Viren070 in #7
- Ask user for directories each time when exporting/importing by @Viren070 in #8
- Use dolphin website by @Viren070 in #9
- Add ryujinx support by @Viren070 in #10
Notes
The file size has increased by a relatively large amount due to the py7zr library required for extracting .7z files for dolphin releases
Full Changelog: v0.11.4...v0.12.0
0.12.0 Alpha 1
What's Changed
- Optimise ProgressFrame usage & remove firmware downloader by @Viren070 in #4
- Use a base EmulatorFrame class by @Viren070 in #6
- Redesign firmware and key install section. by @Viren070 in #7
- Ask user for directories each time when exporting/importing by @Viren070 in #8
- The new firmware and key section will show you what version you currently have installed and there is a dropdown menu allowing you to select a specific version to download.
- The Downloader on yuzu has been removed since it is redundant now.
- Removed default yuzu channel setting; will open up on the channel that was last open
- Removed the export directory setting. Now you will be asked for a directory each time you want to import or export.
Full Changelog: v0.11.4...v0.12.0-alpha.1
Why is this a pre-release?
In the final release, you will be able to switch release channels between beta and development for dolphin through a similar option menu seen on the yuzu menu.
Ryujinx will also be supported
While this release fixes many bugs it also introduces some new ones and this release is largely untested.
0.11.4
What's Changed
- Bump urllib3 from 2.0.5 to 2.0.7 by @dependabot in #3
- 640e251 - Fixed last ROM entry being duplicated on the next page
- 673c830 - Minimise path dialog window when browse is clicked.
- 964ee5d - Remove border and background colour for frames in path dialog window
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v0.11.3...v0.11.4
0.11.3
What's New
- Added tooltips to buttons
- You can use .keys files for custom key installs.
Full Changelog: v0.11.2...v0.11.3
0.11.2
What's New
Bug Fixes
- Fixed install dolphin button not working
- Fixed being able to click buttons even when they appear disabled.
Full Changelog: v0.11.1...v0.11.2
Notes
- 0.11 should be the last release that focuses on improving the current abilities for yuzu and dolphin. From 0.12 onwards, the releases will focus on adding more emulators.
0.11.1
What's New
Installing Dolphin is broken for this release. Also you can click the buttons even if they are disabled and this can cause crashes and the app using system resources even after closing the app. Use a newer release
Additions
- Ability to use custom files for installing firmware, keys, dolphin and yuzu. You can do this by shift clicking the respective buttons which will bring up a dialog box where you can enter the path.
Bug Fixes
- Fixed refresh button for current ROMs menu not working as intended
- After failing fetch for ROMs change back to previous text
Full Changelog: v0.11.0...v0.11.1
0.11.0 (ROMs)
What's New
- Added the
Manage ROMs
menu. You can view, search through and delete your ROM's- For Dolphin, you can download any ROM you want, either for the Wii or the GameCube. Yuzu will only have the
My ROMs
tab.
- For Dolphin, you can download any ROM you want, either for the Wii or the GameCube. Yuzu will only have the
- UI changes for consistency.
- Yuzu button text should have enough space and no longer overflow.
- Shift clicking for Dolphin now works.
- If checking for updates fails, the emulator will still launch.
- Various bug fixes.
Known Issues
- The refresh button on the current ROMs menu does not work. To refresh the page, you will have to restart the app.
Full Changelog: v0.10.1...v0.11.0