From ae5ac73a9550fc796919e45a196c634690900f5c Mon Sep 17 00:00:00 2001 From: Ankur Jain Date: Mon, 6 May 2024 11:50:10 -0700 Subject: [PATCH] Update release message to announce video support (#269) --- packages/cli/src/CliSetup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/CliSetup.ts b/packages/cli/src/CliSetup.ts index f25d445..7080923 100644 --- a/packages/cli/src/CliSetup.ts +++ b/packages/cli/src/CliSetup.ts @@ -50,6 +50,7 @@ function resolveBuildToolsPath(buildToolsPath: string | undefined) { */ function latestReleaseMessage() { const messages = [ + `- App details page now supports video files. (mp4 file format only and minimum resolution 720p)`, `- priority fee has been updated to ${Constants.DEFAULT_PRIORITY_FEE} lamports = ${Constants.DEFAULT_PRIORITY_FEE / LAMPORTS_PER_SOL} SOL. To adjust this value use param "-p" or "--priority-fee-lamports"`, `- At least 4 screenshots are now required to update or release a new app`, `- App icons should be exactly 512x512.`