Page 1 of 1
Best way of getting notified of new version/build?
Posted: 27 Aug 2018, 12:24
by Djoss
What is the best way to be notified of new FileBot versions and/or builds? I saw the topic at
viewtopic.php?f=7&t=1609, but it doesn't seem to track every builds (for example, 4.8.2 had multiple builds).
Re: Best way of getting notified of new version/build?
Posted: 27 Aug 2018, 17:25
by rednoah
Subscribing to this forums will get you notified about new major releases:
viewforum.php?f=7
You can use the Last-Modified date of this file if you wanna check minor revision builds that I sometimes publish for testing:
Code: Select all
curl -I https://get.filebot.net/filebot/HEAD/CHANGES.tar.xz
As a 3rd party integrator, you probably shouldn't be concerned with pre-release builds or in-between revisions though. As they may not be tested at all on the platform you're interested in, and the incremental update may not always be fully compatible with the most recent stable release.