first build of bit che 3.0 attached
happy bug hunting.
this will run along side a bit che 2.0 installation (and import your previous settings.ini).
running change log from last public 2.60, and bold items are new since 2.70.
Since build 62:
new: able to fetch results from searches with multiple pages (requires Bit Che Plus and scripts to be updated, and setting ENABLED in Preferences)
new: allows launching torrents/magnets in external applications (
Synology, uTorrent Remote, Trans. Remote GUI, etc) - thanks skywalka & regi100
new: export results list to .CSV file - thanks rgrun1
new: script engine function 'resubmit' to allow url resubmitting/redirection/forwarding
new: now supports http redirection to a magnet link while fetching url
improved: 'Save Torrent', 'Open Torrent', and 'Open Torrent With' actions from results list now support multi code sections to fetch torrent/magnet (as 'View Torrent' dialog does)
improved: does not fetch torrent again if already loaded for 'View Torrent' dialog (duh! reduces bandwidth and speeds up torrent launching)
improved: modified size filters to be more practical
improved: added 3 more result context menu actions - open with external, copy result name to clipboard, and launch google search
improved: results list mouse middle click now supports new context menu optionsimproved: allows search request to use POST
improved: profile editor reworked - thanks Bovskiimproved: support for Basic HTTP Authentication for login sitesfixed: urlencode function
fixed: properly ignores scripts without given profile search url (even if set with '/') - thanks bovski
fixed: allows search profiles set with '/' to use main search profile url when manually enabled - thanks bovski
fixed: fetching URLs prefixed with '//' to use HTTP or HTTPs protocol based on referer
fixed: HTTP authentication error (bug in winhttp - seen on Windows 8.1)
fixed: cookies lost on redirection request (seen on Windows 8.1)
fixed: not detecting certain .torrent handlers applications - thanks BugMagnetfixed: other minor bugsSince build 60:
new: added a new script header flag "initialize=1" which will trigger the code section labeled [initialize] to be processed before beginning the search.
new: this allows the ability to modify any of the search variables, including new @search, @profile and also use the read-only $descriptions (1 if turned on and 0 if turned off).
improved: some language translation widths and heights based on feedback from gojko and Exoskeletor (thanks guys!)
fixed: the redirect '//' bug for toggling same HTTP or HTTPS protocol as the referrer
fixed: 'Locate' button in the script debugger for 'find() and extract()'
fixed: properly urlencode the @search (uses Win32 API.. so for example " " is converted to "%20" instead of "+"... also takes care of all the other characters)