Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Tim Ebbeke <tim 06 tr (at) gmail dot com>

pkgname=nui-sftp
pkgver=1.2.0
pkgver=1.3.0
pkgrel=1
pkgdesc="NUI-based SFTP application"
arch=('x86_64')
Expand Down Expand Up @@ -39,9 +39,9 @@ source=(
"https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/icons.tar.gz"
)
sha256sums=(
'836af543956c5a2b632fe64d788fb160ed25f2c8bd85b338a04b56a16e80a825'
'87d9172ea7c18c4d1dec57bfc679fb99dccc7f30437fe88d4e8aea7a55492826'
'cf0fc442069dfd28bd8b7769da6dfdca92111044ea9817197716ed9bfada3869'
'096a57b9d2ecaf3d37cdb7968cddecbf0daf96c180595d83577e9524421d7b68'
'24fe751fe7c6ecd7d9f49d23860503f6d312fc0143a6c3673e0668aa5ed6d767'
'30ffa48c3a509e878db31a1e5d80376242852e34d9c2aa3b44d2e3d1da2ce32e'
)

Expand Down
16 changes: 16 additions & 0 deletions org.nuicpp.nui_sftp.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@
</screenshot>
</screenshots>
<releases>
<release version="1.3.0" date="2026-05-25">
<description>
<p>What&apos;s Changed</p>
<ul>
<li>Update Windows installation instructions in README by @5cript in https://github.com/5cript/nui-sftp/pull/171</li>
<li>Feat/better first session ux by @5cript in https://github.com/5cript/nui-sftp/pull/178</li>
</ul>
<p>Improved startup experience, by eliminating config load and defaulting warnings.
Also improved the buttons in the toolbar and gave the &quot;add server&quot; button a highlight, when no servers are configured, otherwise connect is highlighted. Connect is disabled when there are no servers configured.</p>
<p>

<em>Full Changelog</em>
: https://github.com/5cript/nui-sftp/compare/v1.2.0…v1.3.0
</p>
</description>
</release>
<release version="1.2.0" date="2026-05-25">
<description>
<p>What&apos;s Changed</p>
Expand Down
8 changes: 4 additions & 4 deletions org.nuicpp.nui_sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ modules:
- cp -r * /app/frontend
sources:
- type: archive
url: https://github.com/5cript/nui-sftp/releases/download/v1.2.0/nui-sftp-linux-frontend_1.2.0.tar.gz
sha256: 096a57b9d2ecaf3d37cdb7968cddecbf0daf96c180595d83577e9524421d7b68
url: https://github.com/5cript/nui-sftp/releases/download/v1.3.0/nui-sftp-linux-frontend_1.3.0.tar.gz
sha256: 24fe751fe7c6ecd7d9f49d23860503f6d312fc0143a6c3673e0668aa5ed6d767

- name: nui-sftp
buildsystem: cmake-ninja
Expand Down Expand Up @@ -116,8 +116,8 @@ modules:
sources:
- type: git
url: https://github.com/5cript/nui-sftp
tag: v1.2.0
commit: ef23dde8e0fc5bee03797142121a06afc493c9fc
tag: v1.3.0
commit: eb406493889b9f5d11ca34b2a3c03125c3faa02d
- type: archive
url: https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/icons.tar.gz
sha256: 30ffa48c3a509e878db31a1e5d80376242852e34d9c2aa3b44d2e3d1da2ce32e
Expand Down
2 changes: 1 addition & 1 deletion windows/nui-sftp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
; `prepare_release.mjs --version X.Y.Z` invocation. Do not edit by hand; bump
; via prepare_release.mjs so it stays in lockstep with PKGBUILD/flatpak/appimage.
#ifndef MyAppVersion
#define MyAppVersion "1.2.0"
#define MyAppVersion "1.3.0"
#endif
#ifndef SourceDir
#define SourceDir "..\..\nui-sftp\build\install"
Expand Down
Loading