Releases: deinfreu/hytale-server-container
Releases · deinfreu/hytale-server-container
Release v0.2.0
Changes since v0.1.4
- feat: simplify cache configuration in Docker build workflows (12eb2a0)
- feat: update base URL for sitemap generation and site configuration (6da82f1)
- feat: add view transition support for smoother navigation (82ac1fa)
- feat: add View Transition API (dac26ef)
- feat: remove default layout HTML file to streamline documentation structure (c53f700)
- feat: enhance sidebar navigation logic and make items clickable for improved user interaction (42bf2cd)
- feat: enhance sidebar synchronization and make navigation items clickable for improved user interaction (a1ce94f)
- feat: improve sidebar synchronization and home link handling for better navigation (88d1c1f)
- feat: enhance Swup integration and sidebar synchronization for improved navigation (3d9f03f)
- feat: enhance navigation behavior and styling for improved user experience (0d34385)
- chore: remove permalink from home documentation (4b47e11)
- feat: enhance Swup transition effects for improved animations (2721e76)
- feat: update Swup integration to target the main content and enhance transition effects (7fc8ec4)
- refactor: clean up comments in Swup initialization script for clarity (62a8359)
- feat: update Swup integration to target the main container and enhance transition effects (c6a5da5)
- feat: enhance page transitions with Swup integration and custom animations (193343b)
- feat: add swup.js for page transitions (9364f5d)
- fix: update support page link in TrueNAS Scale guide (adda8f3)
- style: update headings for consistency and clarity across documentation (a347861)
- style: update .gitignore to exclude docker-compose files and add new docker-compose examples for TrueNAS Scale (9801f27)
- style: add /examples directory to .dockerignore (38ba197)
- docs: expand TrueNAS Scale guide with detailed app creation steps (72e9491)
- style: remove ignored data folders from examples in .gitignore (52d9319)
- style: format code blocks for terminal commands in FAQ documentation (670dabd)
- style: improve clarity and consistency in FAQ documentation for Hytale server updates (876f46f)
- style: update configuration file with customization options for callouts (d4c4771)
- fix: correct numbering in update instructions for clarity (2f77755)
- Remove obsolete server data files and configurations from production environment (6ffa8a9)
- style: enable interactive terminal for Docker container by adding tty and stdin_open options in installation documentation (1bbb6d4)
- style: add tag prefix handling for versioning in Docker image tags (7c1c41c)
- style: add note for enabling interactive mode in server console instructions (6583aa4)
- style: enable interactive terminal for Docker container by adding tty and stdin_open options (8299679)
- style: add instructions for updating Hytale server files in FAQ documentation (960d3d3)
- style: update target branches and image tags from 'experimental' to 'latest' in configuration files and documentation (59d3082)
- style: update tag suffixes for Docker images to remove 'release' prefix (1f6738a)
- style: update tag suffixes to 'release' and 'latest' for Docker images (9d1f167)
- style: correct parent key casing in Truenas Scale and Unraid documentation (f5e7964)
- style: remove unnecessary whitespace in index.md (6676c6c)
- docs: update introduction section for clarity and improved formatting (21cde20)
- fix: correct comment formatting for Java server execution in entrypoint script (b84fef0)
- style: add scrollbar-gutter property to html for improved layout stability (f3b8d28)
- docs: update project description and license information for clarity (fe4f442)
- docs: standardize capitalization in titles across guide and optimization documents (6bdb96c)
- docs: correct title and description for Hytale server documentation (306e364)
- docs: refine "Getting Started" section for clarity and remove outdated steps (461d38a)
- docs: update sidebar footer text, enhance Unraid guide, and add project information to index (5927275)
- docs: update navigation order for FAQ, optimizations, and roadmap; add guide section with TrueNAS Scale and Unraid documentation (4ee55d3)
- docs: add custom styles for sidebar, body, header, and search input (af8651c)
- docs: move debug mode information to support documentation and adjust navigation order (b13c353)
- docs: remove placeholder content and add separators for improved structure (cc773b4)
- docs: enhance installation documentation for clarity and support (83d8dba)
- docs: add separator for improved readability in FAQ section (059450a)
- docs: update section titles and navigation order for installation documentation (ff2f1ec)
- docs: reorder installation documentation sections for improved navigation (25a366f)
- docs: consolidate system requirements into a single document and update content for clarity (e0b5527)
- docs: improve introduction and key features section for clarity (9377951)
- docs: update FAQ and index documentation for clarity and consistency (575b607)
- fix: clarify terminal output instructions in running server documentation (cebc9d3)
- Add HYTALE_CACHE_OPT (bdf5fd4)
- [PATCH] Fix interactive console: enable stdin (docker attach) during auth pipe read (dad64d1)
- Fix HYTALE_HELP to be properly set to FALSE (88ffa8e)
- Fixing the help option (aa1f8b4)
- fix: add coreutils to dependencies in Dockerfiles (c246528)
- feat: initialize HYTALE_HELP_OPT in server options script (57e527b)
- feat: add HYTALE_HELP option to enable help flags in server configuration (1dd763b)
- docs(README): Remove outdated authentication troubleshooting steps (59e211b)
- fix(docs): Remove unnecessary tty and stdin_open options from Docker run command (fa58659)
- fix(docker): Remove unnecessary tty and stdin_open options from Docker run command (7588e85)
- refactor(entrypoint): Enhance architecture warning and improve authentication management logging (ba8573f)
- docs(running_server): Improve clarity and structure of server running instructions (aee60fe)
- feat(entrypoint): Add authentication command preloading and logging for server readiness (e751369)
- Fix typo in Smart CLI feature description (95728bd)
- Add 'insecure' option to HYTALE_AUTH_MODE (2595af6)
Contributors
A special thank you to everyone who contributed to this release!
I deeply appreciate every contribution.
Release v0.1.4
Changes since v0.1.3
- fix(entrypoint): Set timezone environment variable for Java server execution (c68797d)
- fix(paths): Update file paths to use BASE_DIR variable for consistency (8d656d1)
- fix(config): Force overwrite of existing config file during validation to prevent errors (354cb38)
- fix(config): Force atomic replacement of config file to prevent interactive prompts (aacec5d)
- fix(config): Enhance apply_env function to support explicit value types for JSON configuration (025a454)
- fix(docs): Update note for triggering server update with correct path (4d5d94b)
- fix(config): Update server configuration management and enhance display of current settings (041e372)
- refactor(config): Enhance configuration management and validation in hytale_config.sh (6a28efd)
- fix(docker): Improve user setup and dependency installation in Dockerfile (10c0a04)
- fix(docker): Optimize Hytale downloader extraction and user setup in Dockerfile (e901973)
- fix(docs): Update note for triggering server update with correct date format (7a66b89)
- docs: Add container installation guide for Hytale server, covering Docker CLI and Docker Compose methods. (5fbad22)
- feat: Add a new script to manage Hytale server options by parsing environment variables and generating corresponding command-line arguments. (99c3672)
- fix(docs): Typo (#43) (437bd65)
- fix(workflow): update workflow name and permissions, refine GitHub and Docker Hub descriptions (00fe5a9)
Contributors
A special thank you to everyone who contributed to this release!
I deeply appreciate every contribution.
Release v0.1.3
Changes since v0.1.2.1
- fix(release): exclude repository owner from contributors list and simplify contributor message (8178b59)
- feat(release): add contributors list generation to release workflow (0568d70)
- fix(entrypoint): move architecture check to the correct location (0b1eabb)
- fix(docs): remove old CACHE variable from Docker configuration reference (22ccbba)
- fix: replace p7zip with 7zip in Dockerfile for consistency (0e78f72)
- fix(entrypoint): reorder initialization steps for correct execution flow (e00b58d)
- feat(cache): add Ahead-Of-Time cache options to configuration (2b44ef9)
- feat(options): replace JVM flag system with option-based approach (#46) (a17bfed)
- add /docs to .dockerignore (#45) (78c2947)
- fix: added curl to Dockerfile.ubuntu (77d83b5)
- fix: add instructions for providing system information in Docker failure template (7515941)
Contributors
A special thank you to everyone who contributed to this release!
- @Jean-Yves
- @joey Aurel
I deeply appreciate every contribution.
Release v0.1.2.1
Changes since v0.1.2
- fix: remove redundant success message for up-to-date server check (d9837fb)
Docker Images
docker pull ghcr.io/deinfreu/hytale-server-container:v0.1.2.1
docker pull ghcr.io/deinfreu/hytale-server-container:latestRelease v0.1.2
Immutable
release. Only release title and notes can be modified.
Changes since v0.1.1
- feat: add GitHub Actions workflow for automated release creation (6311ce9)
- fix: add automatic update instructions and improve downloader logic (0a7f167)
- fix: improve download and extraction process in hytale_downloader.sh (8554efb)
- fix: standardize completion messages in network, production, and security audit scripts (aaf27fd)
- fix: change set option from -eu to -u in network, prod, and security scripts (211db71)
- fix: replace printf with echo for debug and production skip messages (22e20fe)
- fix: modify error handling to respect DEBUG mode in scripts (b94208c)
- Add metadata and robots.txt for improved SEO and bot management (961c908)
- fix: add permission checks for _site directory before copying static files (76d1b27)
- fix: enhance debugging steps in GitHub Pages deployment workflow (71655ca)
- fix: enhance NO_COLOR support for log formatting and add line buffering for compatibility (2ec56be)
- docs: add common fixes and troubleshooting section to README (#32) (2fe47c4)
- fix: move symbol definitions inside NO_COLOR condition for better clarity (a0842e9)
- fix: add NO_COLOR support for color formatting in scripts (3e3fd2b)
- fix: add customizable UID/GID build arguments and update entrypoint for user switching (4272ad6)
Docker Images
docker pull ghcr.io/deinfreu/hytale-server-container:v0.1.2
docker pull ghcr.io/deinfreu/hytale-server-container:latest