From 8fc3e271e14328333a07c964fb171f0aab6bf6be Mon Sep 17 00:00:00 2001 From: Joel16 Date: Tue, 23 Mar 2021 14:58:08 -0400 Subject: [PATCH] Bump version to 5.1.0 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a11906..f6fe6da 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ ICON_FLAGS := nosavebackups,visible # Version VERSION_MAJOR := 5 -VERSION_MINOR := 0 +VERSION_MINOR := 1 VERSION_MICRO := 0 #--------------------------------------------------------------------------------- diff --git a/README.md b/README.md index 9e962ab..a79b6d8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Current features: - Multi-select items for delete/cut/copy (using Y button). - ~~FTP server (Press select or tap the ftp icon to toggle).~~ - Image preview (If the image is around 400 * 480 which is the size of both screens, the image will be split in half and displayed. Support for the following image formats -> BMP, GIF - non animated, JPG, PCX, PNG, PGM, PPM and TGA) -- ~~Extract various archives such as ZIP, RAR, 7Z, ISO 9660, AR, XAR and others supported by libarchive.~~ +- Extract various archives such as ZIP, RAR, and 7Z. - Searching for directories (allows you to quickly visit a directory by clicking the search icon on the top right (bottom screen).) - File properties - lets you view info on current file/folder, such as size, modified time, parent folder etc. - ~~File timestamps~~.