I updated the installer to install the VC redist 2015. If you get a "missing MSVCP140.dll" issue, please re-install (issue #589). Also re-download if you get the "Unsupported protocol. Only HTTP and FTP protocols are supported." error message during installation.
This update was pretty slow as I've been pretty busy and spent most of my working time on Grabber adding some basic unit tests and moving stuff around, sorry about that. I'm also currently adding Code Coverage to the current build system. The objective being to detect and prevent obvious bugs from occurring (and especially coming back).
That 4.6.0 update should fix many small bugs and add minor features suggested during the past month. Most recent less major issues will be treated in an upcoming 4.6.1 update.
There's been a few pull requests included in this update, so I'd also like to thanks all of you who help make the program better for everyone!
- Added make install with prefix support by @Flat
- Fixed library location on various Unix systems by @Flat
- Fixed text selection bug (issue #566) by @larry-he
- Fixed some cases of infinite extension switch
- Fixed webm in some sources (issue #537)
- Fixed Travis build
- Fixed images not loading from cache (issue #557)
- Added ctrl+w and ctr+l shortcuts (issue #559)
- Fixed some DB-based boards (issue #571)
- Have MyImouto boards automatically recognized as Danbooru sources
- Fixed conditional filenames for tags always showing (issue #536)
- Fixed conditions in filename counted as errors
- Guess MD5 for filename when not returned by server
- Added checkbox to follow batch downloading image (issue #560)
- Fixed filename trimming on Linux (issue #500)
- Fixed missing translations (issue #535)
- Added support for upscaling images (issue #548)
- Allow for multiple tokens in conditional filenames conditions (issue #536)
- Have empty conditional filenames use the default (issue #536)
PS: note that this update also includes an update to Qt 5.7. If you get any problems when trying to start the program, such as a missing DLL, please file an issue and I'll look into it ASAP (in the meantime, you can switch batch to the previous version without losing anything). I tested it on a XP VM with no issues, but you never know.