Skip to content

Releases: stardew-valley-dedicated-server/server

sdvd-server: v1.4.0

17 Jan 05:47
3d54cf6

Choose a tag to compare

1.4.0 (2026-01-17)

Features

  • ci: add discord notifications for image pushes (#93) (f3e7286)

Bug Fixes

  • docs: add base path for github pages deployment (#95) (0f7675e)

sdvd-server: v1.3.0

17 Jan 04:56
fb3974a

Choose a tag to compare

1.3.0 (2026-01-17)

Features

  • auth: add invite code system and improved steam authentication (b38c85f)
  • cabin: improve cabin management and add invite code command (fdbefee)
  • ci: add build and push workflows for steam-service image (#91) (b864de1)
  • ci: add write permissions for preview tag updates (#90) (ee0b407)
  • ci: reset preview version counter per release (#89) (3f077d8)
  • ci: sync readme to docker hub on release (#88) (2c5e093)
  • cli: enhance terminal interface with memory monitoring (d422b0b)
  • docker: optimize build process and simplify configuration (6bd1ecd)
  • mod: add server banner and improve core services (8cd56d2)

Bug Fixes

  • docs: sync documentation with actual implementation (#92) (00b1749)
  • steam-service: fallback to download without cdn auth token (7c75633)
  • steam-service: improve cdn auth with retry logic and license check (56010ba)
  • steam-service: remove unnecessary cdn auth token logic (3ae7a6d)

Documentation

  • migrate documentation to vitepress (8f0872f)

sdvd-server: v1.2.0

07 Jan 00:30
e065d26

Choose a tag to compare

1.2.0 (2026-01-07)

Features

  • add decompile and SDV/SMAPI version checking tools (3042887)
  • add script for interactive start (400a3f0)
  • cli: Support SMAPI CLI input when running inside docker (#70) (7f3430c)
  • cli: upgrade tmux to version 3.6a for better terminal support (#84) (ea27a20)
  • docker: add runtime credential handling with secrets and env var support (0d87213)
  • docker: consolidate SMAPI configuration into single config file (0d87213)
  • docker: improve Dockerfile with multi-stage build and secrets support (0d87213)
  • docker: update docker-compose.yml for simplified deployment (0d87213)
  • server: Implement DLL patcher to modify code before SDV initialization (#71) (460d3a8)
  • server: implement Galaxy auth without Steam client for farmhand ownership (#72) (d01c32d)
  • tools: Implement pathoschild xnb unpacker container (#73) (9ae4c23)

Bug Fixes

  • gameplay: Fix communitycenter runs to not buy joja membership (#75) (101a752)
  • mods: ensure extra/custom mods load properly again (#22) (165ae18)
  • prevent changing EOL for images (1655124)
  • server: cabin management and other misc stuff (#24) (5619c44)
  • server: FarmhouseStack CabinStrategy works again (#28) (42d0c22)

Documentation

  • add more build instructions and working discord invite link (79dea9d)
  • config: update configuration guide for new setup (0d87213)
  • update develop/setup instructions (36aff58)
  • update wording and badges in preparation for first release (4d4bc45)

Highlights

cli

v1.1.0

03 Jan 11:55
f306452

Choose a tag to compare

1.1.0 (2026-01-03)

⚠️Important Notes

  • Farmhand ownership and lobby invite codes should work again, but require a Steam account with Stardew Valley
  • IP-based connections still work, but it's not recommended to use them as they don't support farmhand ownership

Look at our new and shiny SMAPI CLI integration, now possible to send commands straight from the terminal (available via make cli)

Click to show image

sdvd-cli-mvp

Features

  • build: add Directory.Build.props for centralized .NET build configuration (0d87213)
  • build: add download-game.sh script for automated game file retrieval (0d87213)
  • build: update Makefile with Docker build integration and secrets handling (0d87213)
  • ci: add automated CI/CD pipeline and build system (#66) (0d87213)
  • ci: add pr-validation workflow for build checks on pull requests (0d87213)
  • ci: add preview-build workflow for automated Docker image publishing (0d87213)
  • ci: add release workflow with release-please automation (0d87213)
  • ci: configure release-please for semantic versioning and changelog generation (0d87213)
  • cli: #34 Support SMAPI CLI input when running inside docker (#70) (7f3430c)
  • docker: add runtime credential handling with secrets and env var support (0d87213)
  • docker: consolidate SMAPI configuration into single config file (0d87213)
  • docker: improve Dockerfile with multi-stage build and secrets support (0d87213)
  • docker: update docker-compose.yml for simplified deployment (0d87213)
  • server: Implement DLL patcher to modify code before SDV initialization (#71) (460d3a8)
  • server: implement Galaxy auth without Steam client for farmhand ownership (#72) (d01c32d)
  • tools: Implement pathoschild xnb unpacker container (#73) (9ae4c23)

Bug Fixes

  • docker: remove mod folder from .dockerignore (#68) (d901740)
  • docker: remove tools folder from .dockerignore (#69) (198bdec)
  • gameplay: Fix communitycenter runs to not buy joja membership (#75) (101a752)