Reference

Changelog

All notable changes to Terrarium are documented in this file.

Sourced from CHANGELOG.md on GitHub.

  1. v1.0.0

    Latest
    • FixClean node_modules before bundler dep install in CI #31
    • FeatureRedesign landing page with layout, perf, and interactivity #29
    • FeatureHarden, normalize, and polish Tauri app frontend #30
  2. v0.3.0

    • FixUse generate-notes API for release notes automation
    • FixLoad all files when dropping multiple files #12
    • FixUse emit_to for targeted window events in multi-file opens #13
    • FixImprove release notes generation with safer file-based approach #17
    • FeatureAdd JSX support alongside TSX #18
    • FeaturePre-install common dependencies for instant artifact rendering #16
    • FeatureAdd auto-update notification on app open #19
    • FeatureAdd Next.js landing page for Vercel deployment #21
  3. v0.2.2

    • FixSupport tauri window API fallback for direct file opens #8
    • FixEliminate cold-start duplicate window bug #9
    • FixDecouple cold-start file open from window existence check #10
  4. v0.2.1

    • FeatureAdd multi-window support for opening multiple TSX files #3
  5. v0.1.0

    • FixLoad esbuild from user cache instead of bundled node_modules