From 5311caf494faeba766533ca69c8b081ca35d7a9d Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sat, 29 Aug 2020 10:31:30 +0900 Subject: [PATCH] changed action/readme --- .github/workflows/release.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 077af74e2..bcb539504 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,6 @@ jobs: # `KEY_JKS` should contain the result of: # gpg -c --armor keystore.jks # `KEY_JKS_PASSPHRASE` should contain the passphrase used for the command above - # The SkSL bundle must be produced with the same Flutter engine as the one used to build the artifact # flutter build --bundle-sksl-path shaders.sksl.json run: | diff --git a/README.md b/README.md index f53156dec..bf8db3a98 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Aves is a gallery and metadata explorer app. It is built for Android, with Flutt ## Features -- support raster images: JPEG, PNG, GIF, WEBP, BMP, WBMP, HEIC (from Android Pie) +- support raster images: JPEG, PNG, GIF, WEBP, BMP, WBMP, HEIC (from Android Pie), DNG - support animated images: GIF, WEBP - support vector images: SVG - support videos: MP4, AVI & probably others