Skip to content

Releases: Relwave/relwave-app

RelWave v0.5.0-beta.2

09 Apr 15:54

Choose a tag to compare

RelWave v0.5.0-beta.2

This beta is a stability-focused update centered on SQLite support and packaged desktop build reliability.

Highlights

  • Improved SQLite support across the app, bridge, and packaged releases
  • Fixed Windows packaged-build issues that could cause SQLite connections to fail with errors like:
    EISDIR: illegal operation on a directory, lstat 'D:'
  • Strengthened release packaging so the bridge sidecar is rebuilt before desktop bundles are produced

Fixes and Improvements

  • Normalized SQLite path handling across the app and bridge
  • Better support for SQLite file paths provided as:
    • native file paths
    • sqlite:///... URLs
    • file:///... URLs
    • Windows-style drive-letter paths
  • Added stronger validation for invalid SQLite paths, including drive roots and directory paths
  • Improved packaged better-sqlite3 native binding resolution for desktop releases
  • Improved bridge packaging flow so release builds are less likely to ship stale bridge binaries
  • Added regression coverage around SQLite path parsing, persistence, and packaged bridge behavior

Notes

  • If you created a broken SQLite connection in 0.5.0-beta.1 and it was saved as a truncated path like D:, that specific connection may need to be removed and added again once.
  • This release is recommended for anyone testing SQLite support on Windows packaged builds.

Thanks to everyone testing the beta and reporting issues. Your feedback directly helped tighten up this release.

RelWave v0.5.0-beta.1

08 Apr 03:13
47704a8

Choose a tag to compare

RelWave v0.5.0-beta.1 🌊

This major beta release lays the foundation for a more robust, secure, and maintainable application. We have completely overhauled the underlying bridging architecture, fundamentally restructured the frontend organization, and standardized the core UI components.

🚀 Architecture & Core Enhancements

  • Bridge Overhaul & Connection Pooling: Completely revamped the bridge architecture that connects the frontend to the database layer. Introduced intelligent connection pooling for faster queries and significantly hardened overall security mechanisms when managing sensitive data credentials. (#57)
  • Domain-Driven Restructure: The entire React frontend source code has been refactored into a scalable, domain-driven architecture utilizing features, domain services, and component layers. This drastically improves code maintainability and separation of concerns. (#56)

🎨 UI & Design Scaling

  • Component Standardization: Extracted and standardized reusable database components across the app to deliver a more cohesive, polished, and unified user experience across all views. (#58)

⚙️ Build & Delivery Workflow

  • Installer & Deployment Improvements: Major upgrades to the CI/CD release workflows and installers make deploying, installing, and updating RelWave smoother than ever. Dependencies across the board were also brought up to date. (#55)

See the assets below to download this version and install.


Full Changelog: v0.4.0-beta.2...v0.5.0-beta.1

RelWave v0.4.0-beta.2

17 Mar 14:15

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • fix: packaged SQLite bridge bindings for release builds by @Yashh56 in #54

Full Changelog: v0.4.0-beta.1...v0.4.0-beta.2

RelWave v0.4.0-beta.1

13 Mar 07:47
64a0f0b

Choose a tag to compare

RelWave v0.4.0-beta.1

This beta introduces major improvements focused on schema workflows and usability, including full SQLite support and ER diagram annotations.

Highlights

  • Full SQLite connector implementation
  • ER diagram annotation layer support
  • App version now shown in Settings > About
  • Documentation and test coverage improvements

What's Changed

  • feat: Complete Implementation of Sqlite Database and enhance documentation and tests by @Yashh56 in #50
  • feat: add app version display in About section of Settings page by @Yashh56 in #51
  • feat: add annotation handling and ER diagram layer functionality by @Yashh56 in #52
  • v0.4.0-beta.1 by @Yashh56 in #53

Full Changelog: v0.3.0-beta.1...v0.4.0-beta.1

RelWave v0.3.0-beta.1

01 Mar 18:19
3d92527

Choose a tag to compare

What's Changed

  • feat: enhance project import functionality and add comprehensive tests by @Yashh56 in #47
  • feat: Implement update management with version check and download by @Yashh56 in #48
  • Release v0.3.0-beta.1 by @Yashh56 in #49

Full Changelog: v0.2.0-beta.2...v0.3.0-beta.1

RelWave v0.2.0-beta.2

17 Feb 18:16

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • fix: enhance application exit handling and add NSIS installer hooks by @Yashh56 in #46

Full Changelog: v0.2.0-beta.1...v0.2.0-beta.2

RelWave v0.2.0-beta.1

16 Feb 10:54

Choose a tag to compare

See the assets to download this version and install.

What's New

Database & Schema Management

  • Schema-based operations: Fetch and manage tables organized by database schemas
  • Added offline ER Diagram component for visual database design
  • Enhanced schema management for online and cloud databases

Project Management

  • Introduced project-based workflow for organizing database connections and migrations
  • Project files are now tracked and versioned locally

Git Integration

  • Full Git support: Initialize repositories, commit changes, push/pull, and manage remote origins
  • Git-native workflow: All project files and migrations are version-controlled
  • Collaboration-ready: Share database schemas and migrations via Git
  • Git status panel with Changes, History, and Branches tabs

Full Changelog: v0.1.0-beta.5...v0.2.0-beta.1

RelWave v0.1.0-beta.5

25 Jan 18:41
cc027e4

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • fix: added Missing test cases for cleanup of the databases and updated the readme.md file by @Yashh56 in #38
  • feat: Implement Auto Discover Local Database feature with test cases by @Yashh56 in #39
  • v0.1.0-beta.5 by @Yashh56 in #40

Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5

RelWave v0.1.0-beta.4

22 Jan 18:57

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • feat: MariaDB Connector Implementation by @Yashh56 in #34
  • feat: Added The Auto Updater Plugins and Modified the file structure for the components. (#33) by @Yashh56 in #35
  • Feat/maria db by @Yashh56 in #37

Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4

RelWave v0.1.0-beta.3

20 Jan 07:42
935b1b1

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • feat: Added The Auto Updater Plugins and Modified the file structure for the components. by @Yashh56 in #33

Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3