Skip to content

MetaLens v0.2.0

Latest

Choose a tag to compare

@overwrite00 overwrite00 released this 03 Jul 22:23
1733346

🚀 MetaLens v0.2.0 Release

Major Changes

Tailwind CSS v4 Upgrade

  • Migrated from Tailwind v3 to v4 with new Vite plugin integration (@tailwindcss/vite)
  • Implemented CSS-first configuration using @theme directive in globals.css
  • Removed obsolete config files: tailwind.config.ts, postcss.config.js
  • Improved CSS build performance through Vite plugin optimization

Dependency Updates (8 total)

Package Update
electron 42.5.0 → 43.0.0
tailwindcss 3.4.19 → 4.3.2
@tailwindcss/vite ⬆️ 4.3.2 (new)
vite 8.1.0 → 8.1.3
lucide-react 1.21.0 → 1.23.0
fastapi 0.138.1 → 0.139.0
pillow 12.2.0 → 12.3.0
postcss 8.5.15 → 8.5.16

✅ Quality Assurance

  • Python tests: 47 passed, 1 skipped
  • Electron 43 (Chromium 150) compatibility verified
  • Custom color palette fully preserved (56 Tailwind utility classes)
  • CSS bundle optimized: proper tree-shaking and minification
  • No breaking changes to application API or user-facing behavior

📋 What's New

  • Faster Tailwind CSS compilation during development (npm run dev)
  • Enhanced Electron integration with latest Chromium features
  • Better Python async handling with FastAPI 0.139
  • Improved image processing with Pillow 12.3

📚 Resources


Released: 2026-07-04
License: MIT — © 2026 Graziano Mariella

What's Changed

Full Changelog: v0.1.5...v0.2.0