Skip to content

v4.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 20:28
· 2 commits to main since this release
669a66f

BabySmash! v4.2.0

A game for babies who like to bang on the keyboard!

📦 Download

File Description
BabySmash-Setup.exe Windows - Installer with Start Menu shortcut
BabySmash-win-x64.zip Windows - Portable version (also used by auto-updater)
babysmash_*_amd64.deb Debian/Ubuntu - Install with sudo dpkg -i babysmash_*_amd64.deb
babysmash-*.x86_64.rpm Fedora/RHEL - Install with sudo rpm -i babysmash-*.x86_64.rpm
BabySmash-linux-x64.tar.gz Linux - Manual install, extract and run ./babysmash

Self-contained - No .NET installation required.

⌨️ Usage

  • Press keys and watch shapes and letters appear!
  • Alt+O - Options (Linux) / Ctrl+Shift+Alt+O - Options (Windows)
  • Escape - Exit (Linux) / Alt+F4 - Exit (Windows)

🐧 Linux Package Installation

Debian/Ubuntu:

sudo dpkg -i babysmash_*_amd64.deb
sudo apt-get install -f  # Install dependencies if needed

Fedora/RHEL:

sudo rpm -i babysmash-*.x86_64.rpm

After installation, BabySmash will appear in your application menu!

🐧 Linux Dependencies

  • espeak for text-to-speech
  • pulseaudio-utils or alsa-utils for audio

These are automatically installed when using .deb or .rpm packages.


What's Changed

  • Bump azure/login from 2 to 3 by @dependabot[bot] in #85
  • Bump System.Speech from 10.0.3 to 10.0.5 by @dependabot[bot] in #84
  • Bump Microsoft.Extensions.DependencyInjection from 10.0.3 to 10.0.5 by @dependabot[bot] in #83
  • Bump Avalonia sub-packages to 11.3.12 (reconcile Dependabot PRs #78, #79, #80) by @Copilot in #86
  • Bump Avalonia and Avalonia.Desktop by @dependabot[bot] in #88
  • Bump Avalonia.Themes.Fluent, Fonts.Inter, and Diagnostics to 11.3.13 by @shanselman in #92

Full Changelog: v4.1.0...v4.2.0