Skip to content

Releases: atsign-foundation/noports

p0.4.12 Python sshnpd - bump atSDK to 0.2.23

08 Jul 08:41
8314fd3
Compare
Choose a tag to compare

What's Changed

  • build(deps): update atsdk requirement from 0.2.19 to 0.2.23 in /packages/python/sshnpd in the pip group by @dependabot in #1186

New Contributors

Full Changelog: p0.4.11...p0.4.12

c0.1.6

26 Jun 08:32
6756850
Compare
Choose a tag to compare
c0.1.6 Pre-release
Pre-release

Generating source tarball for testing C sshnpd packing into OpenWRT

v5.5.0

20 Jun 23:28
c552459
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v5.5.0

v5.4.0

20 Jun 15:38
d00e938
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump mocktail from 1.0.3 to 1.0.4 in /packages/dart/sshnoports in the pub group across 1 directory by @dependabot in #1114
  • feat: C daemon by @XavierChanth in #1084
  • build(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot in #1118
  • build(deps): bump the docker group across 3 directories with 1 update by @dependabot in #1119
  • docs: Put copy of LICENSE in repo root by @cpswan in #1121
  • build(deps): bump the github-actions group with 2 updates by @dependabot in #1122
  • build(deps): bump the docker group across 2 directories with 2 updates by @dependabot in #1126
  • ci: Add cppcheck for static analysis of C packages by @cpswan in #1127
  • feat: [c daemon] verify_envelope_signature by @realvarx in #1120
  • feat: powershell installation script by @Xlin123 in #916
  • build(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 in the github-actions group by @dependabot in #1129
  • fix: add universal.ps1 to multibuild.yaml by @Xlin123 in #1130
  • fix: include .ps1 for signing by @Xlin123 in #1132
  • build(deps): bump the github-actions group with 2 updates by @dependabot in #1137
  • fix: make sure necessary directories exist by @gkc in #1139
  • fix: C SSHNPD memory leaks before SSH connection established by @JeremyTubongbanua in #1135
  • fix: use correct arch in multibuild.yaml by @XavierChanth in #1144
  • build(deps): bump docker/build-push-action from 6.0.0 to 6.0.1 in the github-actions group by @dependabot in #1145
  • feat: quiet mode (-q | --quiet) + sshd check by @Xlin123 in #1146
  • fix: skipping macOS related tasks due to name change by @Xlin123 in #1148
  • fix: remove duplicate os' in our build matrix by @Xlin123 in #1150

New Contributors

Full Changelog: v5.3.0...v5.4.0

c0.1.0 Initial Alpha release of C sshnpd

14 Jun 08:34
f5facd7
Compare
Choose a tag to compare

C sshnpd

Status

The C version of sshnpd is currently in alpha, we are working hard to deliver a lighter weight and more widely available version of sshnpd (NoPorts device daemon).

Caveats

Because this is still in alpha, and it is dependent on the alpha C atSDK, this version of sshnpd is expected to have both known and unknown bugs as it undergoes extensive testing and analysis.

Contributors

Huge thanks to @JeremyTubongbanua @realvarx @XavierChanth @Xlin123 for their work in building the underlying SDK and pulling this daemon together

v5.3.0

11 Jun 15:23
22b3a36
Compare
Choose a tag to compare

(N.B.) If you are doing a fresh installation:

  • This version changes the default storage location which was previously $HOME/.sshnp, so this directory is no longer generated when it should be. The patch for this bug is already included in the next release (v5.4.0 - a pre-release version as of writing this).

  • Before installing, run this command:

mkdir $HOME/.sshnp

What's Changed

  • fix: Update terminal fontstyle and size by @CurtlyCritchlow in #903
  • feat: Key Bindings to navigate between terminal tabs and change terminal font size by @CurtlyCritchlow in #959
  • fix: 902 noports desktop enhancements v4 by @CurtlyCritchlow in #940
  • fix: locked up session can now be closed by @CurtlyCritchlow in #985
  • fix: Multibuild workflow notifications by @cpswan in #995
  • docs(automated): Update docs from Gitbook by @atsignbot in #1006
  • fix: tweak buildBinaries for consistency by @gkc in #1008
  • build(deps): Bump actions/dependency-review-action from 4.2.5 to 4.3.1 by @dependabot in #1010
  • build(deps): Bump step-security/harden-runner from 2.7.0 to 2.7.1 by @dependabot in #1011
  • docs(automated): Update docs from Gitbook by @atsignbot in #1009
  • docs(automated): Update docs from Gitbook by @atsignbot in #1015
  • feat: Add check for keys in .ssh by @cpswan in #1012
  • build(deps): Bump actions/dependency-review-action from 4.3.1 to 4.3.2 by @dependabot in #1016
  • chore: Consolidate dependabot directories by @cpswan in #1017
  • build(deps): Bump debian from 661504b to ff39497 in /packages/dart/sshnoports/tools by @dependabot in #1018
  • docs(automated): Update docs from Gitbook by @atsignbot in #1019
  • build(deps): Bump debian from 661504b to ff39497 in /tests/end2end_tests/image by @dependabot in #1022
  • docs(automated): Update docs from Gitbook by @atsignbot in #1021
  • feat: feedback email added to support screen by @CurtlyCritchlow in #1020
  • build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #1027
  • build(deps): Update atsdk requirement from 0.2.8 to 0.2.11 in /packages/python/sshnpd by @dependabot in #1028
  • feat: sshpublickey permissions by @XavierChanth in #1004
  • feat: More robust downloading by @cpswan in #1029
  • build(deps): Update atsdk requirement from 0.2.11 to 0.2.12 in /packages/python/sshnpd by @dependabot in #1030
  • build(deps): Update bcrypt requirement from 4.1.2 to 4.1.3 in /packages/python/sshnpd by @dependabot in #1031
  • feat: No ports desktop 1.0.0+5 by @CurtlyCritchlow in #1032
  • fix: urgent patch on python sshnpd by @Xlin123 in #1026
  • build(deps): Bump test from 1.25.4 to 1.25.5 in /packages/dart/sshnoports by @dependabot in #1034
  • build(deps): Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #1033
  • build(deps): Update atsdk requirement from 0.2.12 to 0.2.13 in /packages/python/sshnpd by @dependabot in #1035
  • build(deps): Add groups to dependabot.yml by @cpswan in #1036
  • build(deps): Bump at_cli_commons from 1.0.5 to 1.1.0 in /packages/dart/sshnoports in the pub group across 1 directory by @dependabot in #1039
  • fix: python sshnpd threading issue by @Xlin123 in #1040
  • chore: cleanup unused dependencies in sshnpdpy by @Xlin123 in #1042
  • docs: Fix double logo on PyPI by @cpswan in #1043
  • build(deps): Bump github/codeql-action from 3.25.3 to 3.25.4 in the github-actions group by @dependabot in #1044
  • fix: Working directory for PyPI README diff by @cpswan in #1045
  • docs: Update README with more detailed instructions by @cpswan in #1048
  • fix: Working directory for README generation by @cpswan in #1050
  • fix: sshnp: various arg parsing issues by @gkc in #1047
  • build(deps): Bump ossf/scorecard-action from 2.3.1 to 2.3.3 in the github-actions group by @dependabot in #1051
  • build(deps): Bump lints from 3.0.0 to 4.0.0 in /packages/dart/sshnoports in the pub group across 1 directory by @dependabot in #1052
  • ci: Add SBOMs and SLSA attestation to Dart and Python releases by @cpswan in #1053
  • build(deps): Remove Python examples directory from Dependabot by @cpswan in #1054
  • build(deps): Update atsdk requirement from 0.2.13 to 0.2.14 in /packages/python/sshnpd in the pip group by @dependabot in #1055
  • fix: make the user own local/bin with sudo by @XavierChanth in #1056
  • build(deps): Bump actions/attest-build-provenance from 1.1.0 to 1.1.1 in the github-actions group by @dependabot in #1057
  • build: use the trunk branch from the dartssh2 fork at https://github.com/atsign-foundation/dartssh2 by @gkc in #1049
  • build(deps): Bump the docker group across 2 directories with 1 update by @dependabot in #1058
  • build(deps): Bump the docker group across 2 directories with 1 update by @dependabot in #1059
  • build(deps): Bump github/codeql-action from 3.25.4 to 3.25.5 in the github-actions group by @dependabot in #1060
  • build(deps): Bump the docker group across 2 directories with 1 update by @dependabot in #1062
  • gkc: fix 1061 by @gkc in #1063
  • test: Add e2e tests using APKAM keys by @gkc in #1037
  • build(deps): Bump atsigncompany/buildimage from 3.3.4_3.4.0-282.2.beta to 3.4.0_3.4.0 in /packages/dart/sshnoports/tools in the docker group across 1 directory by @dependabot in #1065
  • feat: Update Data Plane Diagram by @TylerTrott in #1069
  • build(deps): Bump the pub group across 1 directory with 3 updates by @dependabot in #1067
  • build(deps): Bump the github-actions group with 2 updates by @dependabot in #1070
  • fix: key management dialogs updated to allow text to scale based on d… by @CurtlyCritchlow in #1068
  • build(deps): Bump the github-actions group with 2 updates by @dependabot in #1071
  • build(deps): update atsdk requirement from 0.2.14 to 0.2.16 in /packages/python/sshnpd in the pip group by @dependabot in #1072
  • build(deps): Bump step-security/harden-runner from 2.7.1 to 2.8.0 in the github-actions group by @dependabot in #1073
  • fix: Ssh no ports desktop 1.0.0+6 by @CurtlyCritchlow in #1074
  • build(deps): bump the docker group across 2 directories with 1 update by @dependabot in #1076
  • feat: add --quiet flag to the sshnp and npt CLIs by @gkc in #1077
  • build(deps): bump atsigncompany/buildimage from 3.4.0_3.4.0 to 3.4.1_3.4.1 in /packages/dart/sshnoports/tools in the docker group across 1 directory by @dependabot in #1078
  • feat: make daemon storage location map to its device name by @gkc in #1080
  • fix: Added default value for bin/srv's local-host option by @gkc in #1079
  • build(deps): bump docker/login-action from 3.1.0 to 3.2.0 in the github-actions group by @dependabot in #1083
  • build(deps): bump the docker group across 2 directo...
Read more

p0.4.11 Python sshnpd - bump atSDK to 0.2.19

06 Jun 17:00
c7dd80f
Compare
Choose a tag to compare

What's Changed

  • build(deps): update atsdk requirement from 0.2.16 to 0.2.19 in /packages/python/sshnpd in the pip group by @dependabot in #1097

Full Changelog: p0.4.10...p0.4.11

p0.4.10 Python sshnpd - bump atSDK to 0.2.16

21 May 04:57
8d5db2e
Compare
Choose a tag to compare

What's Changed

  • build(deps): update atsdk requirement from 0.2.14 to 0.2.16 in /packages/python/sshnpd in the pip group by @dependabot in #1072

New Contributors

Full Changelog: p0.4.9...p0.4.10

v5.2.1-rc1

10 May 15:20
fac5eec
Compare
Choose a tag to compare
v5.2.1-rc1 Pre-release
Pre-release

What's Changed

  • SBOMs and SLSA

Full Changelog: v5.2.0...v5.2.1-rc1

p0.4.9 Python sshnpd - bump atSDK to 0.2.14

10 May 14:47
fac5eec
Compare
Choose a tag to compare

What's Changed

  • docs: Update README with more detailed instructions by @cpswan in #1048
  • ci: Add SBOMs and SLSA attestation to Dart and Python releases by @cpswan in #1053
  • build(deps): Update atsdk requirement from 0.2.13 to 0.2.14 in /packages/python/sshnpd in the pip group by @dependabot in #1055

Full Changelog: p0.4.8...p0.4.9