You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrating from docker to appveyor and travis-ci for multi-platform building.
Added
Image and icon indexes will now persist from previously generated list. This means that if your newly generated list overwrites apps with the sameAPPID, you should see previously selected images/icons.
Local images with png, tga, jpg and jpeg extensions can now be added to image pool manually in preview page.
Fixed
Field Image pool will have highlighting enabled.
# is now encoded for local files.
UTF-8 BOM is now properly removed from read files.
Custom-input field will not scroll when trying to select text while scrolling. The downside is that it will loose focus when mouse is not hovering input element itself. Can be fixed with Chromium v60 which is yet to be implemented in Electron.
Changed
Fuzzy parser will now look for ..., The... segment first. Before it looked for it after no matches were found. That, however, sometimes returned false positives which resulted in ..., The... segment replacement being skipped. Click here to see how it does it.
Changed image size from cover to contain in preview menu, because Steam seems to be doing it for non-standard images.