Bug 456842

Summary: Software updated inside app
Product: [Applications] kmymoney Reporter: steven.nicolaou
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: 5.0.6   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description steven.nicolaou 2022-07-17 23:55:44 UTC
It would be nice if the application could self update to the latest version through an option in the Help menu, rather than having to manually download the latest version.
Comment 1 Jack 2022-07-18 00:05:32 UTC
Probably not really feasible, unless it's done separately for each distribution channel, as even if you stick to Linux, the binary distributed for each distribution can be subtly different, depending on which configuration options are selected.  Just musing, but I wonder if part of the compile process could include a script to check the "most recent" version of that variant, and if a newer version exists, (optionally) download and install it.  The script would have to be hand written for each compilation path (i.e., Win, Mac, Linux distribution, and stable or master) but the program could call that script on startup, if it exists.  Certainly worth some thought.