Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/engine-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
components: rustfmt, clippy

- name: Cache cargo registry + target
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
libclang-dev

- name: Cache cargo target
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
targets: aarch64-linux-android

- name: Cache cargo target
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
targets: ${{ matrix.rust_target }}

- name: Cache cargo target
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ What's new in ps5upload, written for humans.

---

## 3.3.24

- **New: back up a PS5 save straight to a USB drive.** From the Saves screen you
can now copy a save (or all of them) to a USB drive plugged into the PS5 — each
backup lands in its own timestamped folder so nothing gets overwritten. There's
a configurable save path in Settings too. *(Thanks to @Twice6804 for the
contribution.)*
- **Fixed: a few payloads in the catalogue showed "Not Found."** ps5-app-dumper
and Itemzflow had moved to different repos and were 404ing in the Payloads
catalogue — both now point at their current homes.
- Routine dependency and CI updates.

## 3.3.23

- **Fixed: game updates that couldn't install on newer firmware.** When the PS5's
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.23
3.3.24
Loading