Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.

0.3.3 Sequoia Desktop: AutoUpdates, New themes & Backgrounds

Choose a tag to compare

@github-actions github-actions released this 13 Apr 19:45
· 11 commits to main since this release

Full Changelog: 0.3.2...0.3.3

Снимок экрана 2026-04-13 224232

What's new in [0.3.3]

More beautiful. More personal.

Cultiva now automatically keeps itself up to date, so you always have the latest experience. And with new themes and animated backgrounds, your garden feels more yours than ever.

Stay current. Effortlessly.

Updates happen in the background. When a new version is ready, Cultiva lets you know — one click and you're back to growing.

Fresh looks for your garden.

Four new themes — Frost, Cedar, Dusk, and Meadow — give your space a whole new feel. Pair them with two new animated backgrounds: gentle snowfall and dancing fireflies.

Refined everywhere.

We've polished the details throughout — from avatar display to release notes that load right in Settings.


Available now for Windows.
Download the installer or portable version below.


Снимок экрана 2026-04-13 231245

Automatic Updates

  • Integrated electron-updater with GitHub Releases
  • Background download with progress indicator
  • One-click restart to install
  • Manual update check in Settings → Updates
  • Cached release notes with 1-hour TTL
Снимок экрана 2026-04-13 230428

New Themes

  • Frost — cool morning palette with soft blues
Снимок экрана 2026-04-13 230319
  • Cedar — warm wood tones
Снимок экрана 2026-04-13 231053
  • Dusk — purple twilight ambiance
Снимок экрана 2026-04-13 230727
  • Meadow — fresh green meadow colors
Снимок экрана 2026-04-13 230353

New Animated Backgrounds

  • Snowfall — gentle falling snowflakes
  • Fireflies — glowing floating particles in dark forest

Fixes & Polish

  • Fixed avatar aspect ratio in dropdown menu
  • Fixed button alignment in avatar customization modal
  • Release notes now cached to avoid GitHub API rate limits
  • Version display in About now includes "Desktop" suffix
  • Holiday region selector now shows country names instead of emoji flags

Technical

  • electron-updater configured with publish to GitHub
  • New CSS theme variables: --frost-*, --cedar-*, --dusk-*, --meadow-*
  • Background generators: generateSnowflakes(), generateFireflies()

Download

Version File Size Description
Installer Cultiva-0.3.3-x64 ~75 MB Recommended. Installs to Program Files, creates shortcuts
Portable Cultiva-0.3.3-portable-x64 ~75 MB No installation. Run directly. Perfect for USB drives or testing

Developer Notes

# Clone & install
git clone https://github.com/krwg/CultivaDesktop.git
cd CultivaDesktop
npm install

# Run in development mode (Vite + Electron)
npm run electron:dev:watch

# Build release binaries
npm run electron:build
# Output: ./release/Cultiva-Setup-0.3.3.exe + Cultiva-Portable-0.3.3.exe