Skip to content

v0.2.0 - feat: auto-updater, UI components, and server list refinements#16

Merged
Not-Sahil-Raja merged 13 commits into
mainfrom
v0.2.0
May 20, 2026
Merged

v0.2.0 - feat: auto-updater, UI components, and server list refinements#16
Not-Sahil-Raja merged 13 commits into
mainfrom
v0.2.0

Conversation

@Not-Sahil-Raja
Copy link
Copy Markdown
Owner

Summary
Bump to v0.2.0 with Tauri auto-updater integration, new reusable UI components, and server list UX improvements.

Changes

  • Auto-Updater

    • Add tauri-plugin-updater and tauri-plugin-process (desktop-only)
    • New UpdateDialog component with download progress, install state, and relaunch
    • updater.service.ts: checks GitHub releases on startup
    • Configure updater artifacts, pubkey, and passive install mode in tauri.conf.json
    • Desktop capability granting updater:default and process:default
  • New UI Components

    • DropdownMenu.svelte : reusable dropdown with fade transitions
    • Tooltip.svelte : configurable placement, delay, and arrow
  • Server List Refinements

    • Replace inline menus with DropdownMenu in ServerList and GroupedServerList
    • Highlight sync-enabled rows with green tint
    • Show sync-enabled server count in StatusBar
    • URL tooltips with delay in both list views
    • Fix invoke param naming in servers.service.ts
  • Other

    • Version bump 0.1.00.2.0
    • Prettier config improvements and formatting standardization

* fix: incorrect health status;

* feat:add codeowners;

* fix: codeowners file;

* feat: add auto approval for owner;

* fix: remove auto approve
* feat: add app updater functionallity;
Replaces hardcoded version numbers and download URLs with dynamic GitHub API fetching.
@Not-Sahil-Raja Not-Sahil-Raja merged commit 100f397 into main May 20, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature feature devlopment

Projects

Development

Successfully merging this pull request may close these issues.

1 participant