Skip to content

Releases: BilderHerunterlader/BilderHerunterlader

BH Version 5.1.2

02 Mar 14:53
Compare
Choose a tag to compare
  • Version 5.1.2 is the same as 5.1.1, but with fixed BH.exe
  • Updated IZPack to Version 5.2.0
  • Updated NSIS to Version 3.09
  • Cleaned up Installers generated with IZPack and NSIS
  • Added BH.exe (Launch4j)
  • Added options to disable reduction of filename and path lengths
  • Bug Fixed: NullPointerException if table sort order setting is empty

BH Version 5.1.0

26 Feb 20:25
Compare
Choose a tag to compare
  • Changed settings format to JAXB. Old settings file settings.xml will be converted to BH-settings.xml.
  • Removed NO_PROGRESSBAR_PERCENT and NO_PROGRESSBAR_SIZE options, because they are not needed anymore.
  • Changed User-Agent behaviour: BH has now a hard coded default User-Agent, which will be used, when userAgent setting is empty. Parsing of websites should be more reliable this way, because the userAgent is the same for all users, except if the setting is changed. But the settings should only be changed if it is really necessary, it is preferred to set the User-Agent per rule.
  • Added possibility to override userAgent per Rule
  • Bug Fixed: Only apply window size and position settings if with and height are greater than zero. Otherwise there is a tiny window, when save window position is the default setting.
  • Bug Fixed: Some components in File Rename Dialog were enabled in a state, when they should be disabled
  • Bug Fixed: Abort of download was still not working correctly
  • Improved performance when loading directory log
  • Save main window position by default
  • Moved CookieManager to new cookies package.
  • Moved ProxyManager to downloader package.
  • Use shared HttpFileDownloader and LocalFileDownloader instance instead of creating new instances for every download
  • Added CookieStore to be used in downloader, which stores cookies in an sqlite database.
  • Added setting to enable or disable usage of cookies database.
  • Updated libaries

BH Version 5.0.2

10 Jan 22:19
Compare
Choose a tag to compare
  • Bug Fixed: Abort was not working correctly

BH Version 5.0.1

02 Jan 15:19
Compare
Choose a tag to compare
  • Removed HTTPMethod abort calls, because they are not needed and could cause exceptions, when httpclient is closing the response

BH Version 5.0.0

26 Dec 19:54
Compare
Choose a tag to compare
  • Java 11 is required
  • Self written Host Classes might not be compatible anymore, because of HttpClient upgrade and other changes. But they should be made compatible with minimal effort.
  • In a rule it is now possible to store variables in a Regex Pipeline and use the variable in search patterns in following Regex definitions. This should be used only if it is really needed.
  • Updated libraries (Most notably Apache httpclient 5.3 and SLF4J 2)
  • Added new downloadContainerPage and downloadContainerPageEx methods in Hoster / Host to pass a HttpContext
  • Added method to CookieManager to fill httpclient CookieStore
  • Rules will now use HttpContext created by HTTPFileDownloader, so that cookies are preserved for all requests for determining download URL and the download itself
  • Added constants for the most common info keys in URLParseObject
  • Bug Fixed: HTTPFileDownloader did not respect "sendCookies" Flag. Note: Cookies, which were already stored in the cookie store of HttpContext will still be sent, even if "sendCookies" is false.
  • Removed backward compatibility for Rule XML Files in old format
  • Added new menu items to Help-Menu
  • Lots of smaller Sonar / Bug Fixes

BH Version 4.20.0

29 Jul 08:59
Compare
Choose a tag to compare
  • Bug Fixed: Download Complete Notification was displayed in wrong cases
  • Bug Fixed: Wrong encoded filenames when they contain special characters
  • Added possiblity for HostPlugins to set user agent used when downloading container page
  • Bug Fixed: Condition for checking status code when downloading container page was wrong
  • Updated libraries

BH Version 4.19.0

18 Dec 23:01
Compare
Choose a tag to compare
  • Updated Log4j (Security Fix)

BH Version 4.18.0

13 Mar 07:41
Compare
Choose a tag to compare
  • Added WebP to image file detection patterns

BH Version 4.17.0

28 Oct 00:03
Compare
Choose a tag to compare
  • Bug Fixed: Coloring of disabled queue entries was not working anymore

BH Version 4.16.0

23 Aug 21:49
Compare
Choose a tag to compare
  • Bug Fixed: Download-Selection Table could not be sorted anymore
  • Added SQLite Database Defragmentation
  • Fixed position of PopupMenu for Import/Export-Button for Queue (PopupMenu is displayed at mouse position if mouse is on the button, otherwise in the middle of the button)
  • Moved Sort Files button from Import/Export-PopupMenu to the buttons in Queue, so it can be access directly
  • Bug Fixed: Download-Complete Notification was displayed when exiting BH