Skip to content

Releases: kv244/MLTrain

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 06:19
  • 2026-06-21

Web App & AI Updates

  • Fix Instructions Readability (style.css): Adjusted the scanlines overlay (body::after) z-index to sit behind content panels (.app-container, .seo-footer), allowing the panels' native backdrop blur to keep typography crisp. Upgraded .seo-footer paragraph, header, and strong text colors to high-contrast cyberpunk neon themes (light gray, neon cyan, neon magenta, and neon lime).
  • Gemini & Imagen 4.0 Upgrades (background_manager.py, app.py): Migrated prompt generation and translations from the deprecated gemini-2.0-flash to the active gemini-2.5-flash model. Restructured the weekly background generation script to use imagen-4.0-generate-001 via the standard genai.Client API key backend, completely eliminating the need for Vertex AI libraries and GCP default credentials (ADC) on local dev environments.

Connect4 (MLTrain)v2.2.0

Choose a tag to compare

@kv244 kv244 released this 29 Apr 08:50
3512618

First (public) release