lumehq / lume

A multi-purpose nostr client for desktop.
https://lume.nu
GNU General Public License v3.0
232 stars 24 forks source link

Feature Request: Auto Update #201

Open BlowaterNostr opened 1 month ago

BlowaterNostr commented 1 month ago

Tauri 2.0 does not have an auto update tutorial yet. Do you plan to have auto update or at least update detection and then pop up a UI that links to the download page of the new version?

That been said, nice work!

reyamir commented 1 month ago

Hi, Lume already have update checker on startup, and it will show a popup to ask user install new update if there are new updates available

https://github.com/lumehq/lume/blob/7c7b082b3a075dea4fd498b112b46c0dab16e0ec/apps/desktop2/src/routes/index.tsx#L13

reyamir commented 1 month ago

But Settings Screen is missing Update section, I will add it in the next version

reyamir commented 1 month ago

Hi, Lume already have update checker on startup, and it will show a popup to ask user install new update if there are new updates available

https://github.com/lumehq/lume/blob/7c7b082b3a075dea4fd498b112b46c0dab16e0ec/apps/desktop2/src/routes/index.tsx#L13

This is temporary method, I want to put it in backend side, so user can receive update notification without keep main app open (just tray app)