Skip to content

Releases: coderdojo-cordoba/blockout2025

BlockOut II v2.5.20251123

23 Nov 23:42
296ce72

Choose a tag to compare

BlockOut II v2.5.20251123

Downloads

Choose the package for your platform:

  • Linux (Generic): blockout-linux-x64-*.tar.gz - Extract and run ./blockout/blockout
  • Windows: blockout-windows-*.zip - Extract and run Blockout.exe
  • macOS (Homebrew): blockout-macos-*.tar.gz - Extract and run the binary
  • Ubuntu/Debian: blockout-*-ubuntu*.deb - Install with sudo dpkg -i blockout-*.deb
  • Fedora/RHEL: blockout-*.rpm - Install with sudo dnf install blockout-*.rpm
  • Arch Linux: blockout-*.pkg.tar.zst - Install with sudo pacman -U blockout-*.pkg.tar.zst

Changes

This release includes:

  • Internationalization support for 23 languages
  • Comprehensive contributor documentation (CONTRIBUTING.md)
  • Multi-language README files
  • Fixed all platform build issues (Windows, macOS, Fedora, Arch Linux, Ubuntu/Debian)
  • macOS: Built with sdl12-compat and SDL_mixer 1.2 from source
  • Windows: Packaged with all required DLLs and assets
  • Linux: Generic x64 tarball for any distribution
  • Ubuntu/Debian: Packages for Ubuntu 24.04, 25.04, and 25.10
  • All platforms: Automated release packaging

See the full changelog in the repository.

blockout-2.5-development-20251129-f04629c

29 Nov 19:35
296ce72

Choose a tag to compare

merge: development to main (#10)

* updating github repo URL

* docs: Add CONTRIBUTING.md and update README to encourage internationalization contributions.

* docs: Add international team contribution sections to translated READMEs

* feat: Add GitHub Actions monitoring script with documentation and integrate it into the release workflow.

* feat: Automatically display failed job logs when viewing run details, with an option to disable it.

* Fix create-release workflow and update check script

* Fix duplicate asset upload in create-release workflow

* Remove path filters to run builds on every commit

* Refactor build and release workflows

* Fix Windows build artifact to be a ZIP file