Releases: kv244/MLTrain
Releases · kv244/MLTrain
Release list
v2.2.1
- 2026-06-21
Web App & AI Updates
- Fix Instructions Readability (
style.css): Adjusted the scanlines overlay (body::after)z-indexto sit behind content panels (.app-container,.seo-footer), allowing the panels' native backdrop blur to keep typography crisp. Upgraded.seo-footerparagraph, 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 deprecatedgemini-2.0-flashto the activegemini-2.5-flashmodel. Restructured the weekly background generation script to useimagen-4.0-generate-001via the standardgenai.ClientAPI key backend, completely eliminating the need for Vertex AI libraries and GCP default credentials (ADC) on local dev environments.