Skip to content

GH-43 - Update Vintage Story stable version to 1.21.6 and Workflow Improvements#49

Merged
Ralnoc merged 4 commits into
mainfrom
GH-43
Jan 1, 2026
Merged

GH-43 - Update Vintage Story stable version to 1.21.6 and Workflow Improvements#49
Ralnoc merged 4 commits into
mainfrom
GH-43

Conversation

@Ralnoc
Copy link
Copy Markdown
Contributor

@Ralnoc Ralnoc commented Jan 1, 2026

Change Details

  • README.md
    • Add badges for GitHub Actions, latest release, contributors, Docker stars, and pulls to improve project visibility.
  • release-workflow.yaml
    • Modify the workflow to read the Vintage Story version from a YAML file instead of a text file, enhancing version management.
    • Update function signatures and calls to accommodate the new version handling.
  • semver.py
    • Refactor version handling functions to accept the Vintage Story version from the YAML file.
  • vintage-story-version.txt
    • Rename to vintage-story-version.yaml and update format to YAML for better structure and readability.
  • README.md
    • Add dynamic YAML badges for Vintage Story stable and unstable versions
  • vintage-story-version.yaml
    • Update to include vs_stable_version and vs_unstable_version fields
  • semver.py
    • Update zip filename format to use hyphens instead of equals sign for better readability.
  • vs-cli
    • Add new script for sending commands to a Docker container's console, including options for capturing output and verbosity.
    • Implement error handling for various command execution scenarios, including permission issues and command not found errors.
    • Provide command-line argument parsing for user input and command execution.
  • vintage-story-version.yaml
    • Update vs_stable_version from 1.21.5 to 1.21.6 to align with the latest release.

Refactor the release workflow to read the Vintage Story version from a YAML file, improving version management. Add new badges to the README for GitHub Actions status, latest release, contributors, Docker stars, and pulls, enhancing project visibility. Rename the version file for clarity and update related functions to accommodate the new format.

# Change Details
* `README.md`
  * Add badges for GitHub Actions, latest release, contributors, Docker stars, and pulls to improve project visibility.
* `release-workflow.yaml`
  * Modify the workflow to read the Vintage Story version from a YAML file instead of a text file, enhancing version management.
  * Update function signatures and calls to accommodate the new version handling.
* `semver.py`
  * Refactor version handling functions to accept the Vintage Story version from the YAML file.
* `vintage-story-version.txt`
  * Rename to `vintage-story-version.yaml` and update format to YAML for better structure and readability.
Introduce dynamic badges for stable and unstable Vintage Story versions in the README to provide real-time version information. Update the `vintage-story-version.yaml` file to include separate fields for stable and unstable versions, enhancing clarity and version tracking.

# Change Details
* `README.md`
  * Add dynamic YAML badges for Vintage Story stable and unstable versions
* `vintage-story-version.yaml`
  * Update to include `vs_stable_version` and `vs_unstable_version` fields
Add a new command-line interface (CLI) script for sending commands to a Docker container's console, enabling users to interact with running containers directly. The script captures output based on specified parameters, enhancing usability for container management. Additionally, update the zip filename format in `semver.py` for consistency.

# Change Details
* `semver.py`
  * Update zip filename format to use hyphens instead of equals sign for better readability.
* `vs-cli`
  * Add new script for sending commands to a Docker container's console, including options for capturing output and verbosity.
  * Implement error handling for various command execution scenarios, including permission issues and command not found errors.
  * Provide command-line argument parsing for user input and command execution.
Update the stable version of Vintage Story in the configuration file to reflect the latest release, ensuring compatibility with the current deployment and development processes.

# Change Details
* `vintage-story-version.yaml`
  * Update `vs_stable_version` from 1.21.5 to 1.21.6 to align with the latest release.
@Ralnoc Ralnoc linked an issue Jan 1, 2026 that may be closed by this pull request
@Ralnoc Ralnoc merged commit 9d18fc1 into main Jan 1, 2026
1 of 2 checks passed
@Ralnoc Ralnoc deleted the GH-43 branch January 1, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Actions to include VS Version

1 participant