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