|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | + |
| 4 | +## 0.57-beta1 |
| 5 | + |
| 6 | +What's new: |
| 7 | + |
| 8 | +- Added a PSP game details view with cover art, metadata, diagnostics, and personal notes. |
| 9 | +- Added explicit PSP install actions in game view: install as ISO, plus queue as PBP in LiveArea when NoPspEmuDrm is available. |
| 10 | +- Moved the PSP ISO/PBP choice out of `config.txt` and into the PSP game view. |
| 11 | +- Unified cover loading around `ImageFetcher` and removed the separate thumbnail fetcher path. |
| 12 | +- Improved cover presentation with larger portrait-oriented panels and PSP game view support. |
| 13 | +- Added clearer cover loading states: download in progress and final download error. |
| 14 | + |
| 15 | +Bug fixes: |
| 16 | + |
| 17 | +- Fixed rapid game view open/close crashes caused by unsafe cover texture lifetime handling. |
| 18 | +- Fixed stale square cover cache reuse when switching to the newer default cover path. |
| 19 | +- Fixed decimal size formatting to use consistent base-10 units across the UI. |
| 20 | +- Fixed PSP game view to avoid Vita-only patch checks and compatibility pack logic. |
| 21 | + |
| 22 | + |
| 23 | +## 0.57 |
| 24 | + |
| 25 | +What's new: |
| 26 | + |
| 27 | + Added BGDL for PSM Games- you will need to update NoPsmDrm to v1.5 for this to work |
| 28 | + If PSM Runtime is not installed and you try download a PSM game, it will be downloaded also |
| 29 | + Fixed "failed to rename: 0x80010016" error that sometimes happened when downloading PSX/PSP games. |
| 30 | + |
| 31 | +## 0.56 |
| 32 | + |
| 33 | +What's new: |
| 34 | + |
| 35 | + added Background Download of PSP games using (note: this requires the NoPspEmuDrm plugin to be installed to use) |
| 36 | + added INT region . |
| 37 | + added option to re download games you already have installed |
| 38 | + fixed game install location for PSX games |
| 39 | + |
| 40 | +If you do not have NoPspEmuDrm the old downloader will be used instead and wont create bubbles on livearea |
| 41 | + |
| 42 | +## 0.56-beta4 |
| 43 | + |
| 44 | +What's new: |
| 45 | + |
| 46 | + Added ability to redownload games you already have installed |
| 47 | + Fix PSX Games installed to the live area not showing up as installed |
| 48 | + Fix ??? Regions on some PSP and PSX games |
| 49 | + |
| 50 | + |
| 51 | +## 0.56-beta3 |
| 52 | + |
| 53 | +What's new: |
| 54 | + |
| 55 | + Download PSP games from Live Area (credits to @LiEnby) |
| 56 | + |
3 | 57 | ## 0.55 |
4 | 58 |
|
5 | 59 | What's new: |
|
0 commit comments