Skip to content

v0.13.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fasterthanlime fasterthanlime released this 17 Jan 00:13
· 6671 commits to master since this release

Noteworthy changes

This is a small patch release:

  • ๐Ÿ“ฆ Nested installers (e.g. zipping an InstallShield installer) were broken by v0.13.0 and should now work again
  • ๐Ÿ“ฆ Particularly stubborn folders should now meet a particularly stubborn file remover (butler's "wipe" command)
  • ๐ŸŽŒ An i18n bug has been solved, that resulted in seeing strings such as "menu.help.help" instead of actual text
    • The back-story is actually fun: electron's ASAR doesn't let you check if a file exists, so the past X versions of the app never even used the packaged locales, instead downloading them from locales.itch.ovh (which was supposed to be an upgrade mechanism, not a failsafe!) everytime - which resulted in the bug appearing only sometimes for some people, when the request failed. Refactoring the app (renaming a folder) made the requests 404 all the time, making the bug obvious to everyone & giving me a good hint to fix it definitely.

Commits

  • ๐Ÿ“ฆ Fixes nested installers. Closes #388
  • โฌ†๏ธ v0.13.1
  • ๐Ÿ› table? what even
  • ๐Ÿ› Fix i18n once and for all. Closes #387. Closes #386
  • ๐Ÿ› Look into #387 some
  • ๐Ÿ“ Using grunt again to run the app
  • ๐ŸŽจ Refactor app dispatcher, closes #381
  • โฌ†๏ธ react 0.14.6 (they fixed their document ๐Ÿ› - for now! )
  • ๐Ÿ“ Switched to grunt-sass to my great dismay and to @elisee's joy probably
  • ๐Ÿ“ Update version recommendations for nodejs & electron
  • ๐Ÿ’š Unignore some fixtures :o
  • ๐ŸŽจ Simplify test running a lil' bit
  • ๐ŸŽจ Closes #382
  • ๐ŸŽจ Get rid of babel hook - closes #347
  • Work on #347
  • ๐ŸŽŒ Fix name of Polish language, thanks hardpenguin!