Latest Build - Public:
Bit Che 3.5 - Build 18 (February 21, 2015) posted
here.
Prior Public:
CHANGE LOG (3.0 BUILD 10)
-------------------------
Since last public version (2.0 build 60):
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 sending torrents/magnets to external applications or servers (Synology, uTorrent Remote, Trans. Remote GUI, etc) - thanks skywalka & regi100
new: support for RSS (through custom scripts) built into Coffee Cups. See the example script in %appdir%\scripts\other\coffee\ (if you want to use ShowRSS.info, Personal then edit your User_ID).
new: export results list to .CSV file - thanks rgrun1
new: script engine function 'resubmit' to allow url resubmitting/redirection/forwarding
new: added option to auto scrape torrent on (View Torret Details dialog)
new: create Magnet link for torrent (now under 'More' button) (View Torret Details dialog)
new: disable and/or hide scripts you do not want on your script list
improved: added languages, coffee scripts, and external scripts to the default pack
improved: added flag to freeze scripts to prevent updating (and override to force)
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: supports http redirection to a magnet link while fetching url
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 options
improved: allows search request to use POST
improved: profile editor reworked - thanks Bovski
improved: support for Basic HTTP Authentication for login sites
improved: added a new script header flag "initialize=1" which will trigger the code section labeled [initialize] to be processed before beginning the search.
improved: 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!)
improved: added 'cookie' and 'referer' support for cache sites
improved: torrent scrape error detection
fixed: torrent hash parsing/calc (finally fixed bencoding issue)
fixed: torrent scrape for private sites
fixed: 'Locate' button in the script debugger for 'find() and extract()'
fixed: urlencode function and properly urlencode the @search
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 BugMagnet
fixed: search with forced 'referer' for login sites
fixed: other minor bugs