• v0.1.5 66d3716106

    DevComp released this 2025-09-21 09:01:10 +01:00 | 2 commits to main since this release

    Fixed

    • Fixed a 5s wait during initial connecti9on that occurred on terminals that were not recognized directly

    Added

    • The current running version of ssh-portfolio is now displayed on the interactive TUI (#5)
    • Workflows and dependabot configs to automatically update all dependencies at regular intervals

    Changed

    • The cat component no longer blinks! Noo!
    • Versions now include a -dirty suffix if built from a dirty git tree
    • Update npm, nix & cargo dependencies
    Downloads
  • v0.1.4 a3559781b1

    DevComp released this 2025-09-08 09:33:33 +01:00 | 15 commits to main since this release

    This release has few user-facing changes and focuses primarily on improving CI pipelines internally by better usage of nix.

    Added

    • crane usage in nix flake for more incremental builds, checks, and more
    • bun2nix usage in flake for incrementalism in bun dependency installs and builds
    • Allow nix flake accepting build features using callPackage and overrides
    • Add homepage field in Cargo package manifest

    Changed

    • Update npm & cargo dependencies
    • Update README with new nix instructions
    • Make CI setup to rely on nix flake more, eliminate separate Rust caching
    • Use nixfmt-tree as new formatter for nix files
    • Install bun packages in locked mode for docker image building
    Downloads
  • v0.1.3 ab0cf23f34

    DevComp released this 2025-09-05 07:55:06 +01:00 | 36 commits to main since this release

    Fixed

    • Docker image not building without a pre-existing website build on host
    • Website not building in docker image due to ignored svelte.config.ts
    • Internal CI workflow caching fixes

    Changed

    • Updated cargo dependencies
    • Removed openssl dependency during docker build phase
    • Reorder CI badge to be before version badge on the README
    Downloads
  • v0.1.2 db961220da

    DevComp released this 2025-09-03 19:01:25 +01:00 | 46 commits to main since this release

    This is a hotfix release fixing compile-time issues which prevent the the previous release from being used.

    Fixed

    • Broken SSH server module making project uncompilable due to async_trait removal
    • Failure to compile with blog feature enabled due to uncloned image URL in component
    • Missed bump for v0.1.1
    • Website not compiling due to unsupported <T>{} syntax in svelte config
    • Copy .cargo/ and patches/ as directories instead of contents in Dockerfile

    Added

    • Nix flake with devshell for reproducible environments
    • CI backed by nix to maximize caching potential

    Changed

    • Update npm & cargo dependencies
    • Updated README with reordered badges, new CI badge and new website screenshot
    Downloads
  • v0.1.1 3c1ae1db49

    DevComp released this 2025-09-03 10:43:27 +01:00 | 79 commits to main since this release

    Added

    • Add missing license and description fields in cargo package manifest
    • Add cargo-deny configs
    • Added launch button on website to launch in any installed SSH clients on the website
    • Speed up typing animation animation on the website
    • Make the cursor blink animation on the website smoother and more fluid
    • Link back to the source-code repository on the website
    • Use TypeScript for all web tooling config files

    Changed

    • Relicense project to AGPL v3 from MIT
    • Eliminate dependence on patch-crate in favor of in-house cargo-rustc-patch.sh compiler hook
    • Use nightly-2025-06-20 of the Rust toolchain, corresponding to stable v1.91
    • Update cargo & npm dependencies
    • Optimize dependency tree by no longer relying on unnecessary depdencies (such as awc-lc-rs, openssl, etc.)
    Downloads
  • v0.1.0 8335d6c35d

    DevComp released this 2025-08-29 19:21:57 +01:00 | 103 commits to main since this release

    initial ssh-portfolio release! lgtm! run me now:

    ssh -o SendEnv=TERM_PROGRAM erica@devcomp.xyz
    
    Downloads