Skip to content

Releases: d3uceY/Tea-x-Tea

v0.1.1

01 Jan 23:32

Choose a tag to compare

v0.1.0

01 Jan 23:12

Choose a tag to compare

Full Changelog: https://github.com/d3uceY/Tea-x-Tea/commits/v0.1.0
First public release of TeaXTea**, a lightweight desktop text editor built with Go + Wails + React.


✨ Features

  • 📂 Select folders and list text files
  • 📝 Open, edit, and save .txt files
  • 🗑️ Delete files with confirmation dialog (Radix UI)
  • 💾 Persist last opened directory using SQLite
  • 🔄 Automatically restore last working directory on launch

🧠 Backend (Go)

  • SQLite database initialization and management
  • Robust file system operations (read, write, delete)
  • Improved directory handling and error messages
  • Refactored data models for cleaner API responses

🎨 Frontend (React)

  • Improved file list UI with edit/delete actions
  • Empty-state handling for directories
  • Integrated Radix UI dialogs
  • Updated branding and application title
  • New TeaXTea logo and application icon

🛠️ Improvements & Fixes

  • Fixed SQL update syntax issues
  • Corrected last directory update logic
  • Refactored directory state handling
  • Cleaned up application naming across the project

📦 Meta

  • Version bumped to 0.1.0
  • Updated README with latest features and usage
  • Updated package checksums and dependencies

🚀 This release marks the foundation of TeaXTea. More features, polish, and improvements coming soon.