Best way of getting notified of new version/build?

Any questions? Need some help?
Post Reply
Djoss
Posts: 22
Joined: 30 Jul 2018, 17:24

Best way of getting notified of new version/build?

Post 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).
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Best way of getting notified of new version/build?

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply