Commit Graph

21 Commits

Author SHA1 Message Date
Ariel Xiong 904438be39 AriaNg: bump 1.3.2 to 1.3.6
Fix the problem that cannot create new task after clearing checksum option
    Other bug fix and user interface optimization

    Support overriding aria2 global settings with empty content when create new download task (#712)
    Other bug fix and user interface optimization

    Update Traditional Chinese translation (#705, thx @ChiaYen-Kan)
    Other bug fix and user interface optimization

    Add check-integrity to task settings tab (#693, thx @raytrap)
    Fix a spelling mistake (#696, thx @rusq)

     fix due to the index.html (1.3.6) cite these 2 png files. To keep the page looks fine without 404, added these 2 png files.

Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
2023-12-04 04:16:30 +08:00
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-04-21 22:46:58 +02:00
van waholtz 99315b516f ariang: update to 1.3.2
Signed-off-by: van waholtz <brvphoenix@gmail.com>
2022-11-16 22:50:54 -08:00
Van Waholtz aee5b7db55 ariang: update to 1.2.4
Changelog: https://github.com/mayswind/AriaNg/releases

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2022-08-16 13:06:37 -07:00
Rosen Penev 4a400ed105 ariang: update to 1.2.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 19:26:45 -08:00
Van Waholtz ae09a31ffe ariang: update to 1.2.2
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2021-06-16 20:47:40 +08:00
Van Waholtz 3bcab30f20 ariang: update to 1.2.1
Use original main repo's releases instead

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2021-06-13 21:45:59 +08:00
Van Waholtz 4916fbd125 ariang: add title and shortcut icons
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2020-11-29 00:31:14 -08:00
Rosen Penev 02fc25603c
ariang: update to 1.1.17
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-12 18:02:37 -07:00
Rosen Penev 7a2147ac41
ariang: update to 1.1.6
Small adjustments for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:14:53 -07:00
Peter Stadler 5241d60614 ariang: use new configuration of Nginx
Remove the superfluous parts of the uci-defaults file.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-02-04 14:51:09 +01:00
Peter Stadler 6dc2ca2219 ariang: rename nginx configuration file
This makes the ariang-nginx ready for Nginx using the conf.d directory.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-02-02 20:19:27 +01:00
DENG Qingfang b1de9998ee ariang: update to 1.1.4
Update ariang to 1.1.4

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-12-14 00:28:03 +08:00
Deng Qingfang 588fe40201 ariang: update to 1.1.1
Update ariang to 1.1.1
Also switch to codeload

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-06-06 03:16:51 +08:00
Deng Qingfang b25c770e89 ariang: update to 1.1.0
Update AriaNg to latest release 1.1.0

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-04-30 08:36:22 +08:00
Ansuel Smith 1dce779fcc
ariang: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-11-23 16:25:09 +01:00
Ansuel Smith 8245d6f071
ariang: fix nginx support script logic
Currently the uci-defaults script doesn't check if the rule is already present. This prevent any problem related by this.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-09-03 21:09:59 +02:00
Ansuel Smith aad05bff5a
ariang: add nginx support and update
This adds nginx support for ariang webui and update it to latest commit.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-08-26 11:59:02 +02:00
Ansuel Smith 286ad4be5a
ariang: add ariang-nginx metapackage
Permit to install a version of ariang with nginx as webserver.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-11 22:25:34 +02:00
Ansuel Smith 034e2bde7a
ariang: Bump to latest version
This upgrade ariang webui to latest version

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-05-31 20:18:40 +02:00
Ansuel Smith e258415094 ariang: add new package
Modern webui for aria2 package

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-02-27 22:16:42 +01:00