close
Skip to content

Tags: GriffinCanCode/Building-Blocks

Tags

v1.0.1

Toggle v1.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v1.0.1: Fix GitHub Actions workflow

🔧 Fixed GitHub Actions workflow issues:
- Corrected npm cache dependency path
- Removed unnecessary root package dependencies
- Fixed build commands to run from correct directories
- Updated Tauri action configuration with explicit paths

This should now properly build cross-platform packages.

v1.0.0

Toggle v1.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v1.0.0: Building Blocks Desktop Application

🎉 First release of Building Blocks as a native desktop application!

Features:
- Native desktop app built with Tauri
- Cross-platform support (macOS, Windows, Linux)
- AI-powered idea management and synthesis
- Interactive network visualization
- File attachment support
- Dark mode and glassmorphism UI

Technical:
- Vue 3 + TypeScript frontend
- Python FastAPI backend
- Tauri (Rust) desktop shell
- Automated cross-platform builds