mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
RcloneNg: bump version to 0.3.2 (#4810)
* RcloneNg: bump version to 0.3.1 Changelog [0.3.1](https://github.com/ElonH/RcloneNg/compare/v0.3.0...v0.3.1) (2020-06-13) Features * **about:** show changelog ([9d7bea5](9d7bea5f62
)) * **breadcurmb:** edit mode, double click to edit path. double again, back to normal ([60c57b4](60c57b4368
)) * **file.detail:** enable download file ([1f578f7](1f578f7d54
)) * **file.detail:** show spaces usage in file detail if selected is directory ([ff27df9](ff27df9161
)) * **list-view:** expend click area of checkbox to improving user experience ([988a219](988a219dbb
)) * **manager:** push a message to toastr before creating directory ([9e1091a](9e1091a1f1
)) * **pages:** add star button ([5c23b9b](5c23b9bfe3
)) * **server-setting:** adding more description in schema ([4eee2f5](4eee2f55d9
)) * **server-setting:** provide a powerful schema for server setting ([67223bf](67223bf7e4
)) Bug Fixes * check if "rc.Serve" is enabled in server options before downloading file ([6a484ca](6a484ca3a7
)) * remove debug code ([b5cb23c](b5cb23c9db
)) * **breadcurmb:** set cursor as poniter in breadcurmb item ([f014edc](f014edc11e
)) * **changelog.md:** copy RcloneNg CHANGELOG.md only ([ef76e1e](ef76e1e589
)) * **list-view:** disable double click in manipulations column ([0e0d825](0e0d825f57
)) * **list-view:** disable double click surrounding area of checkbox ([bf03dd1](bf03dd173f
)) * **list-view:** disable select types icon ([2ea540e](2ea540ec15
)) * **manager:** show detail button when right sidebar is expended ([d69179e](d69179e36e
)) * RcloneNg: bump version to 0.3.2 Changelog [0.3.2](https://github.com/ElonH/RcloneNg/compare/v0.3.1...v0.3.2) (2020-06-14) Features * **jobs-manager:** add animation on refresh button ([b7cc817](b7cc817b23
)) Bug Fixes * **list-view:** table index except first page ([b9d7fcf](b9d7fcfb1c
))
This commit is contained in:
parent
cad7fb2a5a
commit
4db833bfbe
@ -10,7 +10,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=rclone-ng
|
||||
PKG_VERSION:=0.3.0
|
||||
PKG_VERSION:=0.3.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
PKG_SOURCE:=RcloneNg-v$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/ElonH/RcloneNg/releases/download/v$(PKG_VERSION)/
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_HASH:=b6f7254fcb82d380ad621859a216fbf510059c95ad2df0e27bcf2872892f7c6f
|
||||
PKG_HASH:=441fdfa577bdda7f58f62f6e75174a4a48e44d7c1361f7123d9699d791c08b5a
|
||||
|
||||
define Package/$(PKG_NAME)
|
||||
SECTION:=net
|
||||
|
Loading…
Reference in New Issue
Block a user