RcloneNg: bump version from 0.3.2 to 0.4.0

[0.4.0](https://github.com/ElonH/RcloneNg/compare/v0.3.2...v0.4.0) (2020-07-03)

    ⚠ BREAKING CHANGES

* **tasks:** remove tasks viewer
* **list-view:** In Mobile View, double click to open directory, lomg press it to popup detail log.
* **home-mode:** In Mobile View, double click remote item to enter file system,and long press it to popup
detail dialog.

    Features

* **dashboard:** add version card ([a36fcbe](a36fcbe919))
* **home-mode:** support remote detail on mobile view ([2015e2f](2015e2fea6))
* **jobs-manager:** clean finished groups ([188fcdf](188fcdf56c))
* **jobs-manager:** enable reset stats ([ec025bd](ec025bd8d4))
* **list-view:** support file detail on mobile view ([ce36cf2](ce36cf25cf))
* **pages:** show response time ([9a02b22](9a02b22ea5))

    Bug Fixes

* **file-manager:** footer over main sidebar in mobile view ([48b855a](48b855a7f4)), closes [#2](https://github.com/ElonH/RcloneNg/issues/2)
* **jobs-manager:** no animation on refresh button in mobile view ([b0d21d7](b0d21d7416))
* **list-view:** prevent showing detail when checking item ([a2a4fa2](a2a4fa2c5d))
* avoid duration format error on other page ([a1c4f75](a1c4f7521a))
* cancel underline in <a> ([6c179fa](6c179fa3e7))
* **tasks:** paste again not work around ([c339dfa](c339dfa07f))
This commit is contained in:
ElonH 2020-07-03 18:07:34 +08:00
parent 2c8ea33784
commit e8589083e5
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -10,7 +10,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rclone-ng
PKG_VERSION:=0.3.2
PKG_VERSION:=0.4.0
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:=441fdfa577bdda7f58f62f6e75174a4a48e44d7c1361f7123d9699d791c08b5a
PKG_HASH:=d974d5476b89281dcc14b0081e26f286041dd799898bc6b163d349d504056bd1
define Package/$(PKG_NAME)
SECTION:=net