From 94cdb16ca9e737836cd943edc8d1367b2ad2e973 Mon Sep 17 00:00:00 2001 From: "E.T" Date: Fri, 29 Dec 2023 22:11:40 +0100 Subject: [PATCH] Mention external apps in stable release notes (#1694) --- .github/workflows/create_stable_release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_stable_release.yml b/.github/workflows/create_stable_release.yml index 051bf72a..8255787f 100644 --- a/.github/workflows/create_stable_release.yml +++ b/.github/workflows/create_stable_release.yml @@ -74,11 +74,12 @@ jobs: **Full Changelog**: https://github.com/eried/portapack-mayhem/compare/${{ steps.past_version.outputs.past_version }}...${{ steps.version.outputs.version }} ## Installation - Check the [wiki](https://github.com/eried/portapack-havoc/wiki/Update-firmware) for details how to upgrade. + Check the [wiki](https://github.com/eried/portapack-havoc/wiki/Update-firmware) for details how to upgrade. + __Warning:__ Since release 1.8.0, some applications has been moved to the SD card as we ran out of flash space. ### MicroSD card files - For certain functionality, like the world map, GPS simulator, and others you need to uncompress (using [7-zip](https://www.7-zip.org/download.html)) the files from `mayhem_vX.Y.Z_COPY_TO_SDCARD.zip` to a FAT32 formatted MicroSD card. + For certain functionality, like external apps, the world map, GPS simulator, and others you need to uncompress (using [7-zip](https://www.7-zip.org/download.html)) the files from `mayhem_vX.Y.Z_COPY_TO_SDCARD.zip` to a FAT32 formatted MicroSD card. draft: true prerelease: false - name: Upload Firmware Asset