Skip to content

Pokered Save Editor v0.10.1-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 12:48

Pokered Save Editor v0.10.1-alpha — a free, open-source save-file editor for Pokémon Red & Blue (Gen 1), built with Qt 6 (C++/QML).

It lets you open a .sav and edit your team, items, Pokédex, trainer card, PC boxes and more, with bit-for-bit fidelity (it changes only what you change).

⚠️ Pre-release / alpha — under active development, so expect rough edges and occasional changes to how things work. The downloads are unsigned, so Windows SmartScreen (and some Linux setups) will warn on first launch — that's expected for an alpha, not a problem with the file.

What's new in this release

2026-06-17 -- DV/EV tab polish: arrow-to-line min/max icons, rounded active edges, shiny tweaks

Round of refinements on the new DV/EV tab. The Max/Reset action combo swapped the vertical
double-chevrons for horizontal "arrow-to-line" icons|← (reset to 0 / minimum) on the left,
→| (max) on the right, dice re-roll between — ordered low→high (two new hand-authored FA-style
SVGs, arrow-left-to-line / arrow-right-to-line, added to app.qrc). Fixed the segmented-control
"Market" flat-edge — an active end segment's accent fill now follows the group's rounded corner
(per-corner topLeftRadius/… on the fill, Qt 6.7+; added a last flag beside first). Future
Shiny
moved its label above its row, and now shows only on the DV tab (shininess is derived
from DVs, so it's meaningless under EVs). EV Max/Reset already shared the DV combo, so both kinds get
the new icons identically. QML-only + 2 assets; tst_qml_screens + full ctest green,
screenshot-verified. VERSION 0.10.0-alpha → 0.10.1-alpha (PATCH).

How to get it

Platform File What to do
Windows *-windows-x64-setup.exe Installer — recommended; just run it.
Windows *-windows-x64-portable.zip No-install — unzip and run PokeredSaveEditor.exe.
Linux *-x86_64.AppImage Portable — chmod +x then run.
Linux *-linux-x64-portable.tar.gz Portable tree — extract and run usr/bin/PokeredSaveEditor.

Also attached: *-docs.zip (generated code docs) and *-screenshots.zip (UI screenshots).

Links

Built automatically from main. The deepest technical layer — the raw commit list — is in What's Changed below.

Full Changelog: v0.10.0-alpha...v0.10.1-alpha