MX 2 лет назад
Родитель
Сommit
222bad80f0
3 измененных файлов с 6 добавлено и 3 удалено
  1. 5 1
      CHANGELOG.md
  2. 1 1
      ReadMe.md
  3. 0 1
      parse_api_ver.sh

+ 5 - 1
CHANGELOG.md

@@ -1,3 +1,7 @@
 # Flipper Application Files (FAPs)
-## This release contains almost all working apps for flipper zero
+
+Base pack = apps that was in Unleashed FW by default
+Extra pack = all apps that was in `e`(extra pack) builds of Unleashed FW (all-the-apps-extra archive does not contain Base Pack apps)
+
+### This release contains almost all working apps for Flipper Zero, compare your firmware API version with version below
 

+ 1 - 1
ReadMe.md

@@ -1,5 +1,5 @@
 # Flipper Application Files (FAPs) for Any Firmware
-## Apps from this pack should be compatible with OFW or any other firmware build with API 
+## Compare your firmware API version with API version in releases to avoid compatibility issues
 
 #### [Download .zip file by using this link, unpack, and copy only specific apps folders or specific apps onto your microSD into apps folder](https://github.com/xMasterX/all-the-plugins/releases/latest)
 

+ 0 - 1
parse_api_ver.sh

@@ -11,7 +11,6 @@ do
 		echo '' >> CHANGELOG.md
 		echo "Apps build for Unleashed FW with API version: $name" >> CHANGELOG.md
 		echo '' >> CHANGELOG.md
-		echo "Extra pack = all apps / Base pack = apps that was in UL by default" >> CHANGELOG.md
 		break;
 	fi
 done < $FILE