mangerlahn / Latest

A small utility app for macOS that makes sure you know about all the latest updates to the apps you use.
https://max.codes/latest
GNU General Public License v3.0
3.03k stars 83 forks source link

Latest reading installer, not version installed for Obsidian app #359

Open porcherie opened 7 months ago

porcherie commented 7 months ago
SCR-20240227-pood

Latest should not show Obsidian as update as most recent version is already installed

porcherie commented 7 months ago

Ps it just came to my mind that it would be cool to have the functionality to skip an update, kind like the ignore functionality but temporary

luckman212 commented 7 months ago

For Obsidian, since it's an Electron app, it uses .asar patch files to do incremental updates. Would be difficult (impossible?) for Latest to read these.

If an update is indicated, it typically indicates a new "installer" version available which also updates the bundled Chrome engine etc. So it's always good to download the updated .dmg anyway even if you "already" have the latest version installed.