Skip to content

Commit

Permalink
RcloneNg: bump version from 0.3.2 to 0.4.0
Browse files Browse the repository at this point in the history
   [0.4.0](ElonH/RcloneNg@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](ElonH/RcloneNg@a36fcbe))
* **home-mode:** support remote detail on mobile view ([2015e2f](ElonH/RcloneNg@2015e2f))
* **jobs-manager:** clean finished groups ([188fcdf](ElonH/RcloneNg@188fcdf))
* **jobs-manager:** enable reset stats ([ec025bd](ElonH/RcloneNg@ec025bd))
* **list-view:** support file detail on mobile view ([ce36cf2](ElonH/RcloneNg@ce36cf2))
* **pages:** show response time ([9a02b22](ElonH/RcloneNg@9a02b22))

    Bug Fixes

* **file-manager:** footer over main sidebar in mobile view ([48b855a](ElonH/RcloneNg@48b855a)), closes [#2](ElonH/RcloneNg#2)
* **jobs-manager:** no animation on refresh button in mobile view ([b0d21d7](ElonH/RcloneNg@b0d21d7))
* **list-view:** prevent showing detail when checking item ([a2a4fa2](ElonH/RcloneNg@a2a4fa2))
* avoid duration format error on other page ([a1c4f75](ElonH/RcloneNg@a1c4f75))
* cancel underline in <a> ([6c179fa](ElonH/RcloneNg@6c179fa))
* **tasks:** paste again not work around ([c339dfa](ElonH/RcloneNg@c339dfa))
  • Loading branch information
ElonH committed Jul 3, 2020
1 parent cf43cb7 commit 1c94602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/lean/rclone-ng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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
Expand Down

0 comments on commit 1c94602

Please sign in to comment.