File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Maintainer: Tim Ebbeke <tim 06 tr (at) gmail dot com>
22
33pkgname=nui-sftp
4- pkgver=1.3.0
4+ pkgver=1.3.1
55pkgrel=1
66pkgdesc=" NUI-based SFTP application"
77arch=(' x86_64' )
@@ -39,9 +39,9 @@ source=(
3939 " https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/icons.tar.gz"
4040)
4141sha256sums=(
42- ' 87d9172ea7c18c4d1dec57bfc679fb99dccc7f30437fe88d4e8aea7a55492826 '
42+ ' a46c1c3ad1551a20005b0a3119d8ff607af046bc0927d7a041a78b558a911417 '
4343 ' cf0fc442069dfd28bd8b7769da6dfdca92111044ea9817197716ed9bfada3869'
44- ' 24fe751fe7c6ecd7d9f49d23860503f6d312fc0143a6c3673e0668aa5ed6d767 '
44+ ' a8ac5edaac2a1b4ce21d48c90f0c3502572b5f3ec1ed225aa42f5c97c10d1caf '
4545 ' 30ffa48c3a509e878db31a1e5d80376242852e34d9c2aa3b44d2e3d1da2ce32e'
4646)
4747
Original file line number Diff line number Diff line change 3636 </screenshot >
3737 </screenshots >
3838 <releases >
39+ <release version =" 1.3.1" date =" 2026-06-03" >
40+ <description >
41+ <p >What' s Changed</p >
42+ <ul >
43+ <li >Add SECURITY.md with vulnerability reporting details by @5cript in https://github.com/5cript/nui-sftp/pull/179</li >
44+ <li >Update Ko-fi username in FUNDING.yml by @5cript in https://github.com/5cript/nui-sftp/pull/180</li >
45+ <li >Update issue templates by @5cript in https://github.com/5cript/nui-sftp/pull/181</li >
46+ <li >Modify bug report template for nui-sftp by @5cript in https://github.com/5cript/nui-sftp/pull/182</li >
47+ <li >Added CONTRIBUTING.md by @5cript in https://github.com/5cript/nui-sftp/pull/183</li >
48+ <li >Fix bulk upload progress not reaching 100% by @5cript in https://github.com/5cript/nui-sftp/pull/191</li >
49+ <li >Fixes logic to reach 100%, the total was overshooting the actual transfer size.</li >
50+ <li >Made bug issue template less intimidating</li >
51+ <li >Made progress refresh more frequent when large buffers are used.</li >
52+ <li >Readded missing side refreshes after operations.</li >
53+ <li >Removed some logging that eats performance even on info level</li >
54+ <li >Added limit to confirm dialog on many items selected.</li >
55+ <li >Turned any delete into queued delete to avoid timeout problems.</li >
56+ <li >Made bulk delete card text more useful when not started.</li >
57+ <li >Made sort by name case insensitive.</li >
58+ <li >Optimized overwrite check for many-uploads drastically.</li >
59+ </ul >
60+ <p >
61+
62+ <em >Full Changelog</em >
63+ : https://github.com/5cript/nui-sftp/compare/v1.3.0…v1.3.1
64+ </p >
65+ </description >
66+ </release >
3967 <release version =" 1.3.0" date =" 2026-05-25" >
4068 <description >
4169 <p >What' s Changed</p >
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ modules:
7070 - cp -r * /app/frontend
7171 sources :
7272 - type : archive
73- url : https://github.com/5cript/nui-sftp/releases/download/v1.3.0 /nui-sftp-linux-frontend_1.3.0 .tar.gz
74- sha256 : 24fe751fe7c6ecd7d9f49d23860503f6d312fc0143a6c3673e0668aa5ed6d767
73+ url : https://github.com/5cript/nui-sftp/releases/download/v1.3.1 /nui-sftp-linux-frontend_1.3.1 .tar.gz
74+ sha256 : a8ac5edaac2a1b4ce21d48c90f0c3502572b5f3ec1ed225aa42f5c97c10d1caf
7575
7676 - name : nui-sftp
7777 buildsystem : cmake-ninja
@@ -116,8 +116,8 @@ modules:
116116 sources :
117117 - type : git
118118 url : https://github.com/5cript/nui-sftp
119- tag : v1.3.0
120- commit : eb406493889b9f5d11ca34b2a3c03125c3faa02d
119+ tag : v1.3.1
120+ commit : 3f9419a53aa612dc97abef755ede0308fba5e64a
121121 - type : archive
122122 url : https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/icons.tar.gz
123123 sha256 : 30ffa48c3a509e878db31a1e5d80376242852e34d9c2aa3b44d2e3d1da2ce32e
Original file line number Diff line number Diff line change 1515; `prepare_release.mjs --version X.Y.Z` invocation. Do not edit by hand; bump
1616; via prepare_release.mjs so it stays in lockstep with PKGBUILD/flatpak/appimage.
1717#ifndef MyAppVersion
18- #define MyAppVersion " 1.3.0 "
18+ #define MyAppVersion " 1.3.1 "
1919#endif
2020#ifndef SourceDir
2121 #define SourceDir " ..\..\nui-sftp\build\install"
You can’t perform that action at this time.
0 commit comments