From fe262eeeb390c9c5a89b7c272dff781ebf7ac740 Mon Sep 17 00:00:00 2001 From: 5cript Date: Mon, 25 May 2026 18:53:00 +0200 Subject: [PATCH] Prepared Release 1.3.0 --- PKGBUILD | 6 +++--- org.nuicpp.nui_sftp.metainfo.xml | 16 ++++++++++++++++ org.nuicpp.nui_sftp.yml | 8 ++++---- windows/nui-sftp.iss | 2 +- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ab2cba9..ffe9db8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Tim Ebbeke pkgname=nui-sftp -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="NUI-based SFTP application" arch=('x86_64') @@ -39,9 +39,9 @@ source=( "https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/icons.tar.gz" ) sha256sums=( - '836af543956c5a2b632fe64d788fb160ed25f2c8bd85b338a04b56a16e80a825' + '87d9172ea7c18c4d1dec57bfc679fb99dccc7f30437fe88d4e8aea7a55492826' 'cf0fc442069dfd28bd8b7769da6dfdca92111044ea9817197716ed9bfada3869' - '096a57b9d2ecaf3d37cdb7968cddecbf0daf96c180595d83577e9524421d7b68' + '24fe751fe7c6ecd7d9f49d23860503f6d312fc0143a6c3673e0668aa5ed6d767' '30ffa48c3a509e878db31a1e5d80376242852e34d9c2aa3b44d2e3d1da2ce32e' ) diff --git a/org.nuicpp.nui_sftp.metainfo.xml b/org.nuicpp.nui_sftp.metainfo.xml index 38b67f9..5c1bf57 100644 --- a/org.nuicpp.nui_sftp.metainfo.xml +++ b/org.nuicpp.nui_sftp.metainfo.xml @@ -36,6 +36,22 @@ + + +

What's Changed

+
    +
  • Update Windows installation instructions in README by @5cript in https://github.com/5cript/nui-sftp/pull/171
  • +
  • Feat/better first session ux by @5cript in https://github.com/5cript/nui-sftp/pull/178
  • +
+

Improved startup experience, by eliminating config load and defaulting warnings. +Also improved the buttons in the toolbar and gave the "add server" button a highlight, when no servers are configured, otherwise connect is highlighted. Connect is disabled when there are no servers configured.

+

+ + Full Changelog + : https://github.com/5cript/nui-sftp/compare/v1.2.0…v1.3.0 +

+
+

What's Changed

diff --git a/org.nuicpp.nui_sftp.yml b/org.nuicpp.nui_sftp.yml index f719f19..447719b 100644 --- a/org.nuicpp.nui_sftp.yml +++ b/org.nuicpp.nui_sftp.yml @@ -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 @@ -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 diff --git a/windows/nui-sftp.iss b/windows/nui-sftp.iss index a0ee90b..428eed5 100644 --- a/windows/nui-sftp.iss +++ b/windows/nui-sftp.iss @@ -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"