prose-im / prose-app-web

Prose Web application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
19 stars 2 forks source link

Show success message when checking for update but user is on the latest version #93

Open nesium opened 2 months ago

nesium commented 2 months ago

When I select "Check for updates…" and am on the latest version I would still expect to see a confirmation that the app indeed performed the check successfully and that I do not need to install any new updates at this time.

Ideally the current version would also be mentioned.

valeriansaliou commented 3 weeks ago

See: https://github.com/tauri-apps/tauri/issues/7128 ; fixing this basically requires a hack, before we can upgrade to Tauri v2 which will implement this in a better way (waiting for stable to upgrade, since I'm fearing APIs might constantly change and cost us more time to continuously adjust).