From 22c3146bc37d5fe5e638febf52ee561fb8f0107a Mon Sep 17 00:00:00 2001 From: bucanero Date: Sun, 4 Aug 2024 09:29:31 -0300 Subject: [PATCH] update docs --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 6 ++++-- docs/README.md | 7 +++++-- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f799c..82a42dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ All notable changes to the `apollo-vita` project will be documented in this file ## [Unreleased]() +## [v1.4.2](https://github.com/bucanero/apollo-vita/releases/tag/v1.4.2) - 2024-08-04 + +### Added + +* Delete PSP saves +* Delete PS1 saves from VMC images +* Improve sorting saves by Type/Title ID +* Custom checksum support + - InviZimals (UCES01241) + +### Misc + +* Updated Apollo Patch Engine to v1.1.0 + - Improve code parsing + - Fix SW Code Type D issue with `CRLF` line breaks + - Improve SW Code Type 3 (Subtype 3/7/B/F) + - Improve SW Code Type 4 (Subtype 4/5/6/C/D/E) + - Add AES CBC encryption command (`aes_cbc(key, iv)`) + - Change `compress` and `decompress` command syntax + + `decompress(offset, wbits)` + + `compress(offset)` + ## [v1.4.0](https://github.com/bucanero/apollo-vita/releases/tag/v1.4.0) - 2024-02-24 ### Added diff --git a/README.md b/README.md index d6a6a96..8257d97 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ This homebrew app allows you to download, unlock, patch and resign save-game fil * **VMC saves listing:** quick access to all save files on Virtual Memory Cards images. - Supported VMC formats: `.VMP`, `.MCR`, `.VM1`, `.BIN`, `.VMC`, `.GME`, `.VGS`, `.SRM`, `.MCD` -* **VMC saves import/export:** allows the user export saves on VMC images to `.MCS`/`.PSV`/`.PSX` formats, and import saves to VMCs from other tools and consoles (`.MCS`, `.PSV`, `.PSX`, `.PS1`, `.MCB`, `.PDA` supported). +* **Import saves to VMC:** enables importing saves (`.MCS`, `.PSV`, `.PSX`, `.PS1`, `.MCB`, `.PDA` formats) to VMCs from other tools and consoles. +* **Export VMC saves:** allows the user to export saves on VMC images to `.MCS`/`.PSV`/`.PSX` formats. +* **Delete VMC saves:** remove any PS1 save file stored on VMC images. # Download @@ -48,7 +50,7 @@ My GitHub projects are open to a [sponsor program](https://patreon.com/dparrino) # Setup instructions -No special setup is needed. Just download the latest `apollo-vita.vpk` package and install it on your PlayStation Vita. +No special setup is needed. Just download the latest [`apollo-vita.vpk`](https://github.com/bucanero/apollo-vita/releases/latest/download/apollo-vita.vpk) package and install it on your PlayStation Vita. On first run, the application will detect and setup the required user settings. ## Data folders diff --git a/docs/README.md b/docs/README.md index 34c92c1..dddba0f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,7 @@ [![Downloads][img_downloads]][app_downloads] [![Release][img_latest]][app_latest] [![License][img_license]][app_license] [![Build app package](https://github.com/bucanero/apollo-vita/actions/workflows/build.yml/badge.svg)](https://github.com/bucanero/apollo-vita/actions/workflows/build.yml) +![PSV](https://img.shields.io/badge/-PS%20Vita-003791?style=flat&logo=PlayStation) [![Twitter](https://img.shields.io/twitter/follow/dparrino?label=Follow)](https://twitter.com/dparrino) **Apollo Save Tool** is an application to manage save-game files on the PlayStation Vita. @@ -31,7 +32,9 @@ This homebrew app allows you to download, unlock, patch and resign save-game fil * **VMC saves listing:** quick access to all save files on Virtual Memory Cards images. - Supported VMC formats: `.VMP`, `.MCR`, `.VM1`, `.BIN`, `.VMC`, `.GME`, `.VGS`, `.SRM`, `.MCD` -* **VMC saves import/export:** allows the user export saves on VMC images to `.MCS`/`.PSV`/`.PSX` formats, and import saves to VMCs from other tools and consoles (`.MCS`, `.PSV`, `.PSX`, `.PS1`, `.MCB`, `.PDA` supported). +* **Import saves to VMC:** enables importing saves (`.MCS`, `.PSV`, `.PSX`, `.PS1`, `.MCB`, `.PDA` formats) to VMCs from other tools and consoles. +* **Export VMC saves:** allows the user to export saves on VMC images to `.MCS`/`.PSV`/`.PSX` formats. +* **Delete VMC saves:** remove any PS1 save file stored on VMC images. # Download @@ -47,7 +50,7 @@ My GitHub projects are open to a [sponsor program](https://patreon.com/dparrino) # Setup instructions -No special setup is needed. Just download the latest `apollo-vita.vpk` package and install it on your PlayStation Vita. +No special setup is needed. Just download the latest [`apollo-vita.vpk`](https://github.com/bucanero/apollo-vita/releases/latest/download/apollo-vita.vpk) package and install it on your PlayStation Vita. On first run, the application will detect and setup the required user settings. ## Data folders