Skip to content

Commit 8fb5cfd

Browse files
committed
Bump version and update readme to reflect new changes
1 parent a7160e5 commit 8fb5cfd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ APP_DESCRIPTION := Multi-purpose file manager
4545
APP_AUTHOR := Joel16
4646
VERSION_MAJOR := 4
4747
VERSION_MINOR := 3
48-
VERSION_MICRO := 0
48+
VERSION_MICRO := 1
4949
GITVERSION := $(shell git log -1 --pretty='%h')
5050
ICON := res/ic_launcher_filemanager.png
5151

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Current features:
1919
- Multi-select items for delete/cut/copy (using Y button).
2020
- FTP server (Press select or tap the ftp icon to toggle).
2121
- 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)
22-
- ZIP/RAR file extraction.
22+
- Extract various archives such as ZIP, RAR, 7Z, ISO 9660, AR, XAR and others supported by libarchive.
2323
- Searching for directories (allows you to quickly visit a directory by clicking the search icon on the top right (bottom screen).)
2424
- File properties - lets you view info on current file/folder.
2525
- Screenshots - Press (L + R) -> (/screenshots/Screenshot_YearMonthDay-Num.bmp)
@@ -67,5 +67,3 @@ Credits:
6767
- mtheall for ftpd.
6868
- preetisketch for the banner.
6969
- FrozenFire for the boot logo.
70-
71-

0 commit comments

Comments
 (0)