Releases: andrewbenington/OpenHome
Radical Red Support
Version 0.5.1
- Adds support for Pokémon Radical Red
- This is planned to be moved to a plugin later
- Improvements to save file detection
- Application icon now displays on Linux (was previously broken)
- Experimental support for
pkm
file format association on macOS and Windows- After opening OpenHome,
pkm
,pk6
,pk7
, andpk8
files should have custom icons in your file explorer and will be opened by default in OpenHome. For now this does nothing.
- After opening OpenHome,
What's Changed
- Fixed typo by @evanwporter in #48
- Added dev script for windows and tweaked the save tile menu layout by @evanwporter in #52
- Fixes #53 by @evanwporter in #54
- refactor: save and pkm interfaces by @andrewbenington in #56
- feat: add support for Pokémon Radical Red by @andrewbenington in #59
Full Changelog: v0.5.0...v0.5.1
Alola Save Support
Support for Pokémon Sun/Moon/Ultra Sun/Ultra Moon save files, as well as bug fixes and a prettier save file selection option
What's Changed
- feat: gen 7 save support by @andrewbenington in #44
- feat: save file icon/card view by @andrewbenington in #47
Full Changelog: v0.4.2...v0.5.0
Save Folder Fix + Visual Updates
- Modal now expands to fill window vertically
- "Add Save Folder" button fixed
- "Delete Save Folder" functionality fixed
- Saving happens in "transactions" that can be reversed if something goes wrong along the way, reducing the risk of Pokémon loss or duplication across saves
- Minor aesthetic improvements
What's Changed
- Add folder fix by @andrewbenington in #37
- misc: fix save folder deletion + update some visuals by @andrewbenington in #39
Full Changelog: v0.4.1...v0.4.2
Data Persistence Fix
Fixed an issue where Pokémon moved to a Gen 1-5 save did not retain future generation data when moved back out. For any Pokémon affected by this bug in v0.4.0, the data can be recovered by moving them out of the save, back in, and back out again.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
edit:
WARNING
This version has a bug when moving Pokémon to a gen 1-5 save file and back, where other generation data is not reapplied to the Pokémon. The latest release fixes this. If you experience this bug, update to the latest version and recover the data by moving the affected mons into and back out of the save twice.
- Streamlined save management
- New, less bloated UI (Joy UI)
- Dark mode support
- Pokémon data structure code pulled into its own library
- Page to sort through all open saves
- Other changes to better future proof for a web version
Indigo Disk Support
What's Changed
- Bump vite from 4.4.11 to 4.4.12 by @dependabot in #17
- Indigo disk updates by @andrewbenington in #18
New Contributors
- @dependabot made their first contribution in #17
Full Changelog: v0.2.0...v0.3.0
Gen 6 Saves + Visual Improvements
What's Changed
- Use Vite and better manage image resources by @andrewbenington in #13
- extend lines, add keys, fix action by @andrewbenington in #14
- styling and missing sprites by @andrewbenington in #15
- Gen 6 save support by @andrewbenington in #16
Full Changelog: v0.1.0...v0.2.0
Linting + removing non-pokemondb images
What's Changed
- Adding remaining images, linting, github build action by @andrewbenington in #8
- Misc by @andrewbenington in #9
- push to main for build action by @andrewbenington in #10
Full Changelog: v0.0.1...v0.1.0
Initial pre-release
Initial pre-release to test the success of the build process. The Windows and Mac versions are not code signed.