Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
13c70ba
fix naming error
frequency403 Mar 24, 2026
01162ec
fix icon name
frequency403 Mar 24, 2026
fe3ef20
Fix startup error when files are not readable. (#18)
frequency403 Mar 24, 2026
b3e8a9c
remove warnings as error in csproj
frequency403 Mar 24, 2026
bbbe8ea
remove warnings as error in csproj
frequency403 Mar 24, 2026
f536d95
Merge branch 'master' into development
frequency403 Mar 24, 2026
e4807aa
Merge branch 'development' into release/v3.0.1
frequency403 Mar 24, 2026
d99e92f
Fix and Optimize Configuration, SSH Key Handling, and UI (#21)
frequency403 Jun 9, 2026
8ee5e98
Introduce new workflows: auto-tag refinement, unit tests, build-and-p…
frequency403 Jun 9, 2026
5fbbd39
Bump version to 3.1.0, improve PKGBUILD formatting, and fix SSH key f…
frequency403 Jun 9, 2026
cdff101
Add `build-and-package.yml` and `test.yml` workflows; refine asset pr…
frequency403 Jun 9, 2026
1431a2d
Refactor workflows: streamline asset preparation, reorganize director…
frequency403 Jun 9, 2026
638c3b8
Update `staging.yml`: adjust dependencies for `deploy-aur-nightly` an…
frequency403 Jun 9, 2026
d7f6b4b
Refactor GitHub Actions workflows: improve artifact handling and enha…
frequency403 Jun 9, 2026
ec44535
Update `staging.yml`: add `build` dependency for `deploy-aur-nightly`…
frequency403 Jun 9, 2026
08afa89
Revamp README: overhaul content structure, include new features, upda…
frequency403 Jun 9, 2026
f9f6e48
Bump version to 3.1.1; update PKGBUILD, normalize version logic in wo…
frequency403 Jun 9, 2026
107d24e
Merge branch 'master' into release/v3.1.1
frequency403 Jun 9, 2026
4a91f0a
Bump version to 3.1.2; update PKGBUILD, enhance version normalization…
frequency403 Jun 10, 2026
2ba45d1
Merge branch 'master' into release/v3.1.2
frequency403 Jun 10, 2026
75c82ec
Enhance Komac installation in workflow: dynamically fetch latest rele…
frequency403 Jun 10, 2026
2ae51bf
Refactor GitHub Actions: modularize workflows, add custom composite a…
frequency403 Jun 10, 2026
36859b5
Merge remote-tracking branch 'origin/master' into release/v3.1.3
frequency403 Jun 10, 2026
e4f25b4
Add `actions/checkout@v4` to workflows for consistent repository access.
frequency403 Jun 10, 2026
1180366
Refactor `install-komac` action: enhance reliability with `gh` CLI in…
frequency403 Jun 10, 2026
07e469a
Remove `install-komac` action, update GitHub Actions to latest versio…
frequency403 Jun 11, 2026
56c683e
Remove unused `needs: detect-tfm` property from `.github/actions/dotn…
frequency403 Jun 11, 2026
237e273
Remove nightly GitHub Release action from staging workflow
frequency403 Jun 11, 2026
c38234b
resolve warning IL3000
frequency403 Jun 11, 2026
f0c32b2
Remove nightly support and update workflows to reflect changes
frequency403 Jun 11, 2026
0ac2a6f
Update PKGBUILD to include date and commit hash in versioning
frequency403 Jun 11, 2026
d131b9b
Sync auto-tag workflow with development process:
frequency403 Jun 11, 2026
37cc849
Simplify test workflow by removing conditional triggers based on even…
frequency403 Jun 11, 2026
b13d554
Merge branch 'master' into development
frequency403 Jun 11, 2026
8afddd6
Update auto-tag workflow: Remove "Sync Development" from job name
frequency403 Jun 11, 2026
7be1315
Release v3.1.6 -Update workflows and versioning logic for improved CI…
frequency403 Jun 11, 2026
e3a39c0
Update workflows and dependencies:
frequency403 Jun 11, 2026
8e3e88c
Enhance `determine-version` action and workflows:
frequency403 Jun 11, 2026
7c01d3c
Add sparse checkout for `determine-version` action in staging workflow
frequency403 Jun 11, 2026
4518330
Disable sparse checkout cone mode in `determine-version` action
frequency403 Jun 11, 2026
4124234
Remove redundant `ref` input from `actions/checkout` in staging workflow
frequency403 Jun 11, 2026
f7c5394
Remove `fetch-depth` input from checkout step in staging workflow
frequency403 Jun 11, 2026
ed7aaaa
Simplify staging workflow by reducing inputs and removing sparse chec…
frequency403 Jun 11, 2026
aa6cb1a
..
frequency403 Jun 11, 2026
cbab03c
verion bump
frequency403 Jun 11, 2026
f715bf4
Update staging workflow to include post-process step for branch checkout
frequency403 Jun 11, 2026
11cc4fa
Update staging workflow: fix branch checkout logic in post-process step
frequency403 Jun 11, 2026
c871fed
Simplify staging workflow by removing post-process step for branch ch…
frequency403 Jun 11, 2026
663e6da
Update dependencies in staging workflow: downgrade checkout action an…
frequency403 Jun 11, 2026
9d11fc0
fix: correct AUR action parameters (commit_username → author_name, co…
frequency403 Jun 11, 2026
bc4507d
fix: add force flag and increase fetch-depth for AUR git deployment
frequency403 Jun 11, 2026
71cf2d9
fix: add force flag and revert to correct AUR action parameters
frequency403 Jun 11, 2026
a70d0b6
fix: correct AUR action to use commit_username and commit_email param…
frequency403 Jun 11, 2026
d1562a2
fix: explicitly specify master branch for AUR deployment to avoid ref…
frequency403 Jun 11, 2026
9460756
refactor: replace KSXGitHub action with custom git clone and push for…
frequency403 Jun 11, 2026
43664f5
fix: setup SSH key before cloning AUR repository
frequency403 Jun 11, 2026
ca475c2
fix: simplify AUR deployment with correct paths and environment varia…
frequency403 Jun 11, 2026
7d04c01
fix: explicitly create and switch to the master branch during AUR dep…
frequency403 Jun 11, 2026
66d0b8a
fix: ensure branch tracks origin/master during AUR deployment
frequency403 Jun 11, 2026
fc4282b
fix: include .SRCINFO generation during AUR deployment
frequency403 Jun 11, 2026
09635e9
fix: run makepkg as non-root user during AUR deployment
frequency403 Jun 11, 2026
33f87af
fix: update .SRCINFO generation command in AUR deployment
frequency403 Jun 11, 2026
a92207a
refactor: add reusable deploy-aur action and integrate with workflows
frequency403 Jun 11, 2026
06d5265
chore: bump BaseVersion to 3.1.7 in Directory.Build.props
frequency403 Jun 11, 2026
6840076
Merge branch 'master' into development
frequency403 Jun 11, 2026
8cfa26a
Migrate workflows and clean up composite GitHub Actions:
frequency403 Jun 12, 2026
782152e
Update PKGBUILD for version 3.2.0 with new dependencies, build optimi…
frequency403 Jun 12, 2026
23893ff
Add NSIS installer for Windows, update .desktop metadata, and restruc…
frequency403 Jun 15, 2026
bab7728
- Refactor logging: replace `FileName` with `ClassName` for improved …
frequency403 Jun 16, 2026
b0c7364
Bump BaseVersion to 3.2.1 in Directory.Build.props
frequency403 Jun 16, 2026
9671027
Add version comparison workflow to enforce release > master version i…
frequency403 Jun 16, 2026
ea69eb9
Update build-and-package workflow: add runtime target to `dotnet rest…
frequency403 Jun 17, 2026
dcb8413
Bump BaseVersion to 3.2.2 in Directory.Build.props
frequency403 Jun 17, 2026
58b13df
Merge branch 'refs/heads/master' into development
frequency403 Jun 18, 2026
a6c75cc
Update output type in project file from `Exe` to `WinExe` to improve …
frequency403 Jun 18, 2026
e995f37
Update workflows: Add repository_dispatch trigger for deployment and …
frequency403 Jun 18, 2026
d2ba5c6
#34: fix clipboard error
frequency403 Jul 5, 2026
8e02a14
#34: global.json changes for pipline happiness
frequency403 Jul 5, 2026
d8dea13
Release V3.2.3 (#35)
frequency403 Jul 5, 2026
e9ae6ba
Refactor window model to replace `OwnerTopLevel` with `GetTopLevel` d…
frequency403 Jul 6, 2026
d7353b4
workflow updates
frequency403 Jul 7, 2026
6f297f2
update path
frequency403 Jul 7, 2026
4f62cdc
fix assignment
frequency403 Jul 7, 2026
968b02d
fix assignments#2
frequency403 Jul 7, 2026
7e5cc8c
Remove unused AppImageBuilder configuration, streamline workflows, an…
frequency403 Jul 7, 2026
852b291
Automate pkgver
frequency403 Jul 7, 2026
51794e0
Remove staging workflow and its references
frequency403 Jul 7, 2026
661bd27
Update version retrieval logic to use `AssemblyVersionAttribute` inst…
frequency403 Jul 7, 2026
cf7a8d6
Add staging workflow to automate AUR deployments and update PKGBUILD
frequency403 Jul 7, 2026
65ded1a
Add steps section to staging workflow
frequency403 Jul 7, 2026
36eac01
Rename job and update configuration in staging workflow
frequency403 Jul 7, 2026
d027b83
Add checkout step to staging workflow
frequency403 Jul 7, 2026
d53f993
Fix indentation in staging workflow deployment step
frequency403 Jul 7, 2026
70c6c2f
Comment out checkout step in staging workflow
frequency403 Jul 7, 2026
97b69f8
Remove commented-out checkout step from staging workflow
frequency403 Jul 7, 2026
3fc8f0e
Refactor PKGBUILD to use _pkgdirname variable for project paths
frequency403 Jul 7, 2026
f4d035b
Update staging workflow path for PKGBUILD and adjust formatting in PK…
frequency403 Jul 7, 2026
70089c5
Update deployment step in staging workflow to use external action and…
frequency403 Jul 7, 2026
d589961
Fix formatting in PKGBUILD options array
frequency403 Jul 7, 2026
371c29e
Add sparse checkout to staging workflow and adjust PKGBUILD formatting
frequency403 Jul 7, 2026
0a58e48
Update sparse-checkout syntax and remove extra space in PKGBUILD options
frequency403 Jul 7, 2026
884bcba
Fix syntax in staging workflow and remove redundant space in PKGBUILD…
frequency403 Jul 7, 2026
70a0030
update slnx
frequency403 Jul 8, 2026
ca203b0
Packagebuild changes
frequency403 Jul 8, 2026
d234a06
PKGBuild changes
frequency403 Jul 8, 2026
617d6bd
Extended tests
frequency403 Jul 10, 2026
39bc8db
"Bug"fixes in tests
frequency403 Jul 10, 2026
baed1a7
Version bump to 3.2.4
frequency403 Jul 10, 2026
6d8a150
Made assembly a parameter for future testing
frequency403 Jul 10, 2026
cb33ed9
Merge branch 'master' into release/v3.2.4
frequency403 Jul 10, 2026
a1ac3db
Remove RID from test assembly
frequency403 Jul 10, 2026
4502b3a
Removed redundant buildstep in version-guard.yml
frequency403 Jul 10, 2026
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
10 changes: 9 additions & 1 deletion .github/actions/deploy-aur/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,19 @@ runs:

cp "$GITHUB_WORKSPACE/${{ inputs.pkgbuild }}" ./PKGBUILD

if [[ "${{ inputs.updpkgsums }}" == "true" ]]; then
if command -v updpkgsums >/dev/null 2>&1; then
updpkgsums PKGBUILD
else
echo "::warning::updpkgsums requested but pacman-contrib is not installed in the fallback environment; sha256sums left unchanged"
fi
fi

if [[ "${{ inputs.regenerate_srcinfo }}" == "true" ]]; then
docker run --rm -v "$(pwd)":/pkg archlinux:latest \
bash -c "useradd -m builder \
&& cp /pkg/PKGBUILD /home/builder/ \
&& su builder -c 'cd /home/builder && makepkg --printsrcinfo >> /pkg/.SRCINFO'"
&& su builder -c 'cd /home/builder && makepkg --printsrcinfo > /pkg/.SRCINFO'"
fi

git config user.name "${{ inputs.commit_username }}"
Expand Down
25 changes: 16 additions & 9 deletions .github/actions/determine-version/action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: Determine Version
description: Extract and validate a semantic version from Directory.Build.props and optionally validate against a branch or tag name
description: Extract and validate a semantic version from project

inputs:
file-name:
description: The filename where the dotnet msbuild command can extract the version. Provide the full path from repo root!
required: false
default: 'Directory.Build.props'
default: 'OpenSSH_GUI/OpenSSH_GUI.csproj'

property:
description: The property where the dotnet msbuild command must look for the verison
required: false
default: 'BaseVersion'

default: 'Version'

suffix:
description: The Suffix to use, when any
required: false
default: ''

outputs:
version:
Expand All @@ -25,31 +29,34 @@ runs:
using: composite

steps:
- name: Extract BaseVersion
- name: Extract Version
id: extract
shell: bash
run: |
set -euo pipefail

FILE="${{ inputs.file-name }}"
SUFFIX="${{ inputs.suffix }}"

if [[ ! -f "$FILE" ]]; then
echo "::error::$FILE not found"
exit 1
fi

VERSION="$(dotnet msbuild "$FILE" -nologo -getProperty:${{ inputs.property }} | tr -d '\r')"
BUILD_VERSION="$(dotnet msbuild "$FILE" -nologo -getProperty:${{ inputs.property }} -p:VersionSuffix="$SUFFIX" | tr -d '\r')"

if [[ -z "$VERSION" ]]; then
if [[ -z "$BUILD_VERSION" ]]; then
echo "::error::${{ inputs.property }} not found in $FILE"
exit 1
fi

VERSION="${BUILD_VERSION%%-*}"

if ! [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "::error::Invalid Property ${{ inputs.property }}: $VERSION"
exit 1
fi

echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "version=$BUILD_VERSION" >> "$GITHUB_OUTPUT"
echo "tag=v$VERSION" >> "$GITHUB_OUTPUT"
echo "::notice::Detected version: $VERSION (tag: v$VERSION)"
echo "::notice::Detected version: $BUILD_VERSION (tag: v$VERSION)"
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout merge commit
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.merge_commit_sha }}
Expand Down
25 changes: 3 additions & 22 deletions .github/workflows/build-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup .NET environment
uses: actions/setup-dotnet@v5
Expand All @@ -41,28 +41,9 @@ jobs:
**/Directory.Packages.props
**/Directory.Build.props

- name: Normalize version and build flags
id: meta
shell: bash
run: |
set -euo pipefail
VERSION="${{ inputs.version }}"
VERSION="${VERSION#v}"
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"

- name: Install/Restore dependencies
shell: bash
run: dotnet restore --runtime "${{ matrix.target }}"

- name: Build application
shell: bash
run: |
set -euo pipefail
dotnet build OpenSSH_GUI/OpenSSH_GUI.csproj \
--configuration Release \
--no-restore \
--runtime "${{ matrix.target }}" \
-p:Version="${{ steps.meta.outputs.VERSION }}"

- name: Publish application
shell: bash
Expand All @@ -75,7 +56,7 @@ jobs:
-p:PublishSingleFile=true \
-p:PublishReadyToRun=true \
-p:IncludeNativeLibrariesForSelfExtract=true \
-p:Version="${{ steps.meta.outputs.VERSION }}"
-p:Version="${{ inputs.version }}"

- name: Rename artifact for distribution
id: rename
Expand All @@ -97,7 +78,7 @@ jobs:
uses: ./.github/actions/build-appimage
with:
binary-path: ./publish/${{ steps.rename.outputs.ASSET_NAME }}
version: ${{ steps.meta.outputs.VERSION }}
version: ${{ inputs.version }}
asset-prefix: ${{ inputs.asset_name_prefix }}

- name: Upload AppImage
Expand Down
19 changes: 12 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
tags:
- 'v[0-9]*.[0-9]*.[0-9]*'
workflow_dispatch:

branches:
- master

permissions:
contents: write
Expand All @@ -29,7 +29,7 @@ jobs:
tag: ${{ steps.version.outputs.tag }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: '1'
ref: ${{ github.ref }}
Expand All @@ -50,11 +50,15 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
needs: [test, prepare, build]
if: startsWith(github.ref, 'refs/tags/')

steps:
- name: Checkout Repository
uses: actions/checkout@v6

uses: actions/checkout@v7
with:
fetch-depth: '1'
ref: ${{ github.ref }}

- name: Download Windows binary
uses: actions/download-artifact@v8
with:
Expand Down Expand Up @@ -105,10 +109,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
needs: [test, prepare, build, create_installer]
if: startsWith(github.ref, 'refs/tags/')

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download all build artifacts
uses: actions/download-artifact@v8
Expand Down Expand Up @@ -171,4 +176,4 @@ jobs:
with:
event-type: deploy
token: ${{ secrets.PAT_TOKEN }}
client_payload: '{"tag": "${{ needs.prepare.outputs.tag }}"}'
client-payload: '{"tag": "${{ needs.prepare.outputs.tag }}", "version": "${{ needs.prepare.outputs.version }}"}'
45 changes: 7 additions & 38 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,27 @@ name: Deploy release to consumers
on:
repository_dispatch:
types: [deploy]
workflow_dispatch:
inputs:
tag:
description: 'Release tag (e.g. v1.2.3)'
required: true
type: string

permissions:
contents: read

jobs:
get_version:
name: Extract Version
runs-on: ubuntu-latest
outputs:
version: ${{ steps.parse.outputs.version }}
tag: ${{ steps.parse.outputs.tag }}

steps:
- name: Parse release metadata
id: parse
run: |
set -euo pipefail

TAG="${{ github.event.client_payload.tag || inputs.tag }}"

if [[ -z "$TAG" ]]; then
echo "::error::No tag available — triggered via workflow_dispatch without tag input"
exit 1
fi

VERSION="${TAG#v}"
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "tag=$TAG" >> "$GITHUB_OUTPUT"

aur_publish:
name: Publish AUR packages
runs-on: ubuntu-latest
timeout-minutes: 10
needs: get_version

steps:
- name: Checkout PKGBUILD only
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.release.tag_name || inputs.tag }}
ref: ${{ github.event.client_payload.tag }}

- name: Update PKGBUILD version
run: |
set -euo pipefail

VERSION="${{ needs.get_version.outputs.version }}"
VERSION="${{ github.event.client_payload.version }}"

sed -i "s/^pkgver=.*/pkgver=$VERSION/" openssh-gui-bin/PKGBUILD
sed -i "s/^pkgrel=.*/pkgrel=1/" openssh-gui-bin/PKGBUILD
Expand All @@ -67,15 +36,15 @@ jobs:
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_username: ${{ github.repository_owner }}
commit_email: ${{ github.repository_owner }}@users.noreply.github.com
commit_message: "Update to ${{ needs.get_version.outputs.tag }}"
commit_message: "Update to ${{ github.event.client_payload.tag }}"
force_push: 'false'
regenerate_srcinfo: 'false'
updpkgsums: 'true'

winget_publish:
name: Update Winget Package
runs-on: ubuntu-slim
needs: [aur_publish, get_version]
needs: aur_publish
timeout-minutes: 10
steps:
- name: Update Winget manifest
Expand All @@ -84,7 +53,7 @@ jobs:
max-versions-to-keep: 5
identifier: frequency403.OpenSSHGUI
fork-user: ${{ github.repository_owner }}
version: ${{ needs.get_version.outputs.version }}
release-tag: ${{ needs.get_version.outputs.tag }}
version: ${{ github.event.client_payload.version }}
release-tag: ${{ github.event.client_payload.tag }}
installers-regex: 'Setup\.exe$'
token: ${{ secrets.WINGET_PUBLISH_TOKEN }}
Loading
Loading