Releases: JoshiNaidu/career-forges
Releases · JoshiNaidu/career-forges
Release list
New version
Async Database Migration + Frontend Stabilization Release
- Migrated SQLite layer to async deadpool architecture
- Converted Tauri DB commands to async
- Fixed async invoke propagation issues
- Stabilized chat + interview systems
- Added custom developer error boundary
- Improved frontend async state handling
- Optimized interview performance and streaming
- Added temporary compatibility stubs for list APIs
New release with DB
v0.1.4 — Persistence & Local State Foundation
This update focuses on making CareerForges feel like a real desktop application instead of a temporary session app.
Added
- Local SQLite persistence system
- Persistent onboarding flow
- AI agent configuration storage
- Settings persistence
- Zustand hydration/store integration
- Tauri IPC database commands
- Startup state restoration
- Local app state management
Improved
- App relaunch experience
- AI provider/model restoration
- Startup initialization flow
- Backend/frontend integration structure
- Database architecture organization
Fixed
- Rust command integration issues
- Repository type mismatches
- Tauri invoke wiring
- Startup hydration bugs
- Multiple backend compilation issues
Result
Users can now:
- reopen the app without repeating setup
- keep selected AI providers/models
- persist settings across launches
- restore onboarding state automatically
This release mainly establishes the persistence + infrastructure foundation required for upcoming features like:
- resume management
- ATS resume generation
- job tracking
- interview preparation
- workflow automation
New release with DB support
v0.1.4 — Persistence & Local State Foundation
This update focuses on making CareerForges feel like a real desktop application instead of a temporary session app.
Added
- Local SQLite persistence system
- Persistent onboarding flow
- AI agent configuration storage
- Settings persistence
- Zustand hydration/store integration
- Tauri IPC database commands
- Startup state restoration
- Local app state management
Improved
- App relaunch experience
- AI provider/model restoration
- Startup initialization flow
- Backend/frontend integration structure
- Database architecture organization
Fixed
- Rust command integration issues
- Repository type mismatches
- Tauri invoke wiring
- Startup hydration bugs
- Multiple backend compilation issues
Result
Users can now:
- reopen the app without repeating setup
- keep selected AI providers/models
- persist settings across launches
- restore onboarding state automatically
This release mainly establishes the persistence + infrastructure foundation required for upcoming features like:
- resume management
- ATS resume generation
- job tracking
- interview preparation
- workflow automation
New release#3
New release
CareerForges v0.1.0
CareerForges v0.1.0
Initial desktop release of CareerForges.
Features
- Native desktop application powered by Tauri
- Modern React + TypeScript frontend
- Desktop-first productivity experience
- Custom branding and icons
- Cross-platform architecture foundation
Tech Stack
- Tauri
- Rust
- React
- Vite
- TailwindCSS
Notes
This is the first public release and may still contain bugs or incomplete features.