Skip to content

New release with DB support

Choose a tag to compare

@JoshiNaidu JoshiNaidu released this 25 May 20:34

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