From 4147f291dc672031b8a7d977c81856a3ff1000ce Mon Sep 17 00:00:00 2001 From: lisaac Date: Sat, 4 Jan 2020 20:59:54 +0800 Subject: [PATCH] v0.1.3 --- Makefile | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6858cb6..8817dd1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-diskman -PKG_VERSION:=v0.0.2 +PKG_VERSION:=v0.1.3 PKG_RELEASE:=beta PKG_MAINTAINER:=lisaac PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/README.md b/README.md index 479f2f1..18f1512 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,8 @@ make V=99 - Disk Info ![](https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/doc/disk_info.png) - Partitions Info -![](https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/doc/partitions_info.png) \ No newline at end of file +![](https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/doc/partitions_info.png) + +### TODO +- btrfs support +- mergerfs & snapraid support \ No newline at end of file