Skip to content

Releases: andrewbenington/OpenHome

Luminescent Support, Multi-Select, Tagging + Background Colors, ROM Hack Form Support

25 Mar 23:30
93ff8f2

Choose a tag to compare

Updates

  • Support for the Pokémon Luminescent ROM hack
  • Multiple select + drag
  • Management improvements:
    • Tagging system
    • Custom background colors
  • Extra form support
    • Cosplay Pikachu (ORAS, Radical Red, Unbound)
    • Surfing/Flying Pikachu, Gigantamax forms (Radical Red, Unbound)
    • Sevii Forms (Radical Red)
    • Custom Luminescent forms (Stitched Gengar, Crystal Onix, etc)
  • Replace many PNGs with WebPs to reduce bundle size and improve loading time
  • Bug fixes
  • Bank/Box state refactored with Zustand

Shout out to @mtxCore for the Luminescent support, tagging/background colors and most of the multi-select code

Screenshots

Screenshot 2026-03-25 at 6 13 10 PM Screenshot 2026-03-25 at 6 13 50 PM

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.10.0

Prerelease: Luminescent Support, Extra Forms, Management Improvements (Bug fixes 2)

20 Mar 22:49
fd95f5d

Choose a tag to compare

Description

  • Third prerelease for 1.10.0, including
    • sprite fixes for Pokémon Luminescent
    • some display UI/QOL updates
    • fixes to how Cosplay Pikachu is handled in ORAS

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.10.0-beta.2

Prerelease: Luminescent Support, Extra Forms, Management Improvements

20 Mar 01:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.10.0-beta.0

Multiple Bug Fixes

28 Feb 14:55

Choose a tag to compare

Description

  • Fixed issue causing some Pokémon to 'devolve'

From 1.9.1:

  • Fixed bug where Pokémon that evolved or changed forms don't have those changes tracked
  • Fixed bugs where items would not be correctly moved to a Pokémon or to the bag
  • Fixed bug where Pokémon transferred between gen 1-3 sometimes would not be tracked correctly
  • Fixed Pokémon GO image bugs
  • Fixed Pokémon Colosseum/XD logo bug

What's Changed

Full Changelog: v1.9.1...v1.9.2

Legends Z-A Support + Pokémon Recovery

21 Feb 18:34
b089dab

Choose a tag to compare

Description

  • Added support for Legends Z-A
  • Enhanced data grids to allow better sorting + filtering
  • Added Pokémon recovery tools
  • Fixed misc bugs

Screenshots

Screenshot 2026-02-17 at 6 00 25 PM Screenshot 2026-02-14 at 10 50 54 AM Screenshot 2026-02-14 at 10 47 51 AM Screenshot 2026-02-14 at 10 47 41 AM Screenshot 2026-02-14 at 10 47 08 AM Screenshot 2026-02-14 at 10 47 03 AM

All Changes

New Contributors

Full Changelog: v1.8.3...v1.9.0

Legends Z-A Support (Prerelease)

17 Feb 04:25

Choose a tag to compare

Pre-release

Description

Legends Z-A Support (prerelease, experimental)

What's Changed

New Contributors

Full Changelog: v1.8.3...v1.9.0-rc.3

Pokémon Recovery + Misc Improvements - Prerelease

15 Feb 19:04

Choose a tag to compare

Description

Important: Version 1.9.0-rc.1 had a critical bug with drag-and-drop, which is fixed in this version

Visible Updates/Features

  • Pokémon Recovery (via Tracked Pokémon page)
    • By right clicking an individual Pokémon not in the banks, OpenHome can comb through all recent saves to try and find it
      • If found, there is a button to open the save file with one click
      • If not found, the Pokémon can be "recovered" to an OpenHome box specified via dropdown menu
    • A bulk action to detect and recover all missing Pokémon to a new OpenHome box is accessible via right click or the "Manage Pokémon" button/dialog
      • After searching through all recent save files, those not found or not in OpenHome banks can be "recovered" to new OpenHome boxes
  • Data grids have been enhanced with new features
    • Row-based context menus
    • Column filtering/hiding, better ordering
    • Tracked Pokémon and Recent Saves are the primary features that use these grids
  • Option to view perfect IV count via top-right indicator (by @ArtemisWinter)
  • Items are now listed in alphabetical order in both the item bag and in the filter panel (by @ArtemisWinter)

Behind-the-scenes Changes

  • All OHPKM access has been relegated to a single service, the "OHPKM Store". This store is synced between the Rust backend and web frontend.
    • Before, OHPKM data was present ad-hoc across open save files and the bank boxes themselves at runtime. Now the bank boxes simply contain OHPKM IDs that are used for lookup when necessary. When viewing Pokémon in save files, a mon's OHPKM data is pulled by first determining the OHPKM ID and then using it for lookup.
  • React Router has been pulled in to handle app navigation. This enables automatic navigation between pages, such as when opening a save file from the Tracked Pokémon page

All Commits

New Contributors

Full Changelog: v1.8.3...v1.9.0-rc.1

Many Bug Fixes

17 Jan 16:43

Choose a tag to compare

Description

  • Fixed bug that prevented launching the app for new users (without an existing OpenHome directory)
    • This is the 3rd time I've attempted to handle different possible OpenHome directory configurations on launch, but I've tested it for many different possible configurations and the logic was accommodating enough to launch the app for all of them
  • Fixed a bug in the Radical Red species map that would give Ho-Oh a form index of 250 and prevent opening the save
  • Fixed Pokédex species icons
  • Pokédex evolution family icons now navigate to the appropriate species again
  • The box overview display now handles boxes with long names gracefully, and all boxes are rendered with the same size regardless of name length

NOTE - A binary for ARM Windows will not build because of a broken dependency.

I'm not sure how many people use that version, but hopefully it gets resolved soon. I'm having trouble with my ARM Windows VM trying to figure it out.

What's Changed

  • [FIX] incorrect ho-oh index for radical red by @andrewbenington in #442
  • Bump the development-dependencies group across 1 directory with 12 updates by @dependabot[bot] in #438
  • Bump the production-dependencies group across 1 directory with 7 updates by @dependabot[bot] in #439
  • Bump urllib3 from 2.5.0 to 2.6.3 in /generate/scrape-assets in the uv group across 1 directory by @dependabot[bot] in #443
  • Bump the production-dependencies group across 1 directory with 7 updates by @dependabot[bot] in #437
  • [FIX]: Pokédex bugs + long box name bugs by @andrewbenington in #445
  • [FIX] linux launch issues by @andrewbenington in #446

Full Changelog: v1.8.2...v1.8.3

Top-Right Indicator + Launch Fix

31 Dec 22:10

Choose a tag to compare

Description

  • Launch issue for new users in v1.8.0 and v1.8.1 has been fixed
  • An optional indicator in the top-right of Pokémon icons can be used to display extra information in the box view. Possible values include:
    • Gender
    • EVs (total or individual stat)
    • IVs/DVs (% perfect)
    • Origin Game
    • Most Recent Game
    • Ribbon Count
    • Ball
    • Alpha
    • Gigantamax

NOTE: my Apple Developer license needs time to renew before the macOS versions are uploaded here

Screenshot:

Screenshot 2025-12-31 at 4 08 59 PM

What's Changed

Full Changelog: v1.8.1...v1.8.2

1.8.0 Fix + Context Menu, Pokémon Notes, All Past Trainers

24 Dec 14:01
a1d7c35

Choose a tag to compare

Description

  • Fixes launch error from v1.8.0
  • New OHPKM format
    • Pokémon can now have notes associated with them
    • Pokémon now retain all past trainer data per game (friendship, affection, etc)
  • Right click context menus
    • Right clicking on a Pokémon, OpenHome box, or save file header gives you a context menu with certain actions
  • Mega Dimension DLC data added (items + new mega evolutions)
  • New features are displayed upon first launch of a new version
  • Fixed PK4 gender bug
  • Migrated to PNPM
  • Fixed erroneous Gen 2 save detection
  • Fixed gameboy tracking issue in v1.8.0-x-rc-0

Screenshots

Screenshot 2025-11-25 at 4 53 33 PM Screenshot 2025-12-12 at 6 57 11 PM Screenshot 2025-12-12 at 7 02 21 PM Screenshot 2025-12-12 at 6 56 59 PM Screenshot 2025-12-12 at 6 56 40 PM Screenshot 2025-12-12 at 6 56 21 PM

What's Changed

Full Changelog: v1.7.1...v1.8.1