Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Aug 4, 2024
1 parent a22e06e commit 22c3146
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
7 changes: 5 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 22c3146

Please sign in to comment.