Version Number in GUI

All your suggestions, requests and ideas for future development
Post Reply
TehBotol
Supporter
Posts: 34
Joined: 06 Mar 2013, 00:01

Version Number in GUI

Post by TehBotol »

can you display the revision / version number in the gui (4.6.1 rxxx)

as earlier i tried to update using the web installer so i can try the fix to fanart.tv in r3262
but the web installer is still downloading the old filebot and it's an inconvenience to use the command prompt filebot -version to see the version if you only use the gui

and if would be great if there a auto update (version check) inside the gui, like say there is an beta update Vxxxx and maybe a little changelog and a confirmation if you would like to update or not. example MKVToolNix program

thank you
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Version Number in Gui

Post by rednoah »

1.
FileBot-setup.exe will download and install the latest stable release. It's not supposed to install beta/rc or any other kind of pre-release. However, there are Windows MSI installers for the latest beta release.


2.
FAQ wrote:Q: How can I tell what version of FileBot I got installed?
Press F5, F5 and open Groovy Pad

Code: Select all

runScript 'fn:sysinfo'
Just hit F5 twice and see what happens. ;)


3.
Latest Beta Revisions and Release Candidates wrote:You can always check the latest changes in the SVN commit log:
https://github.com/svn2github/filebot/commits/master
I can't be bothered summarizing changes for each and every nightly/weekly build. I do try to write useful commit messages though. ;)
:idea: Please read the FAQ and How to Request Help.
TehBotol
Supporter
Posts: 34
Joined: 06 Mar 2013, 00:01

Re: Version Number in Gui

Post by TehBotol »

ah should have looked the faq first,,
thanks didn't know you can do f5 f5 :D
rednoah wrote:1.
FileBot-setup.exe will download and install the latest stable release. It's not supposed to install beta/rc or any other kind of pre-release. However, there are Windows MSI installers for the latest beta release.


2.
FAQ wrote:Q: How can I tell what version of FileBot I got installed?
Press F5, F5 and open Groovy Pad

Code: Select all

runScript 'fn:sysinfo'
Just hit F5 twice and see what happens. ;)


3.
Latest Beta Revisions and Release Candidates wrote:You can always check the latest changes in the SVN commit log:
https://github.com/svn2github/filebot/commits/master
I can't be bothered summarizing changes for each and every nightly/weekly build. I do try to write useful commit messages though. ;)
Post Reply