Scout-App Changelog

What's new in Scout-App 2.18.16

Apr 2, 2019
  • Features
  • Added Zorin 12 and Debian 8 as supported OS's (Still supporting XP+, Ubuntu 12/14/16, and OSX 10.6+)
  • Updated Node-Sass version from 3.8.0 to 4.11.0
  • Updated how built-in mixin library support works, to reduce liklihood of bad guesses by Scout-App
  • Added Sass-Boost to built in mixin libraries
  • Updated W3Suli Theme (#313) - Somfai Tibor
  • Added "export settings" helper function(#344)
  • Automatic Update Checking on launch (#382)
  • New Feature: Atomic Saves Delay
  • New Feature Contribution: tonextone - Project specific control over CRLF/LF line endings for files(#363 #368)
  • New Feature Contribution: jaumesegarra - Send to tray on close (#278 #353)
  • New Feature Contribution: jaumesegarra - Start minimized (#278 #353)
  • New Feature Contribution: turshija - added a native menubar to OSX (#320)
  • Bug fixes
  • Scout-App doesn't save environment compression setting (#324)
  • grid-template-columns: [ name ] throws a syntax error (#350)
  • Source Map path wrong (#359)
  • List index issue (#379)
  • Project Management
  • Updated documentation
  • Completely ported all feature ideas to the issues board.
  • Organized the GitHub Projects boards
  • Translations
  • Added in support for RTL languages (Arabic, Hebrew, Persian)
  • Fixed breaking changes caused by dependencies used in our automated script that downloads and updates the translations dictionary.
  • Split dictionaries for each language out to their own translation files to make adding in support to existing releases easier for users that don't want to wait for the next release.
  • Improve automated machine-based translations
  • Scout-App has more than doubled the amount of languages it supportsWe've added the following:
  • Albanian (Shqip) (#362) - Dajan Vulaj
  • Arabic (????) (#332) - mrg0lden
  • Brazilian Portuguese (Português do Brasil) (#342 #352 #355 #358 #377) - Thiago Mallet, Pablo Zuniga, Claudemir Casa, Paulo Santana
  • Bulgarian (?????????) (#314) - Belkin Fahri
  • Chinese Simplified (????) (#339) - YIXIANG ZHANG (Alafly)
  • Finnish (Suomen) (#306) - Sami Singh
  • German (Deutsch) (#315 #375) - Tobias Dickgreber, Michael Horstmann
  • Hebrew (???????) (#310) - Shai Shapira
  • Indonesian (Indonesia) (#371) - Dhany Nurdiansyah
  • Japanese (???) (#357) - Taiji Baba (tonextone)
  • Marathi (?????)
  • Norwegian (Norsk) (#351) - Marius Akerbæk
  • Persian (?????)
  • Polish (Polski) (#311) - Mateusz Michnowicz
  • Romanian (Româna) (#376) - Radu de la ProAppSoft, Tresco
  • Spanish Argentina (Español Argentina) (#340) - Mariano Wadi Jacobo
  • Swedish (Svenska) (#374) - Jimmie Carlsson
  • Turkish (Türkçe) (#338) - Cemal Taskiran
  • Ukranian (??????????) (#393) - Tymur Faradzhev
  • And we still support the following, some of which have been updated/improved:
  • Chinese Traditional (??)
  • Danish (Dansk)
  • Dutch (Nederlands) (#328) - Yowkah
  • English
  • French (Français) (#329) - ghost
  • Hungarian (Magyar) (#312) - Somfai Tibor
  • Italian (Italiano)
  • Redneck (Real America)
  • Russian (???????)
  • Spanish (Español)
  • Vietnamese (Ti?ng Vi?t)
  • Tech Debt
  • Reduced the distribution size by about 25%
  • Travis-CI support
  • Automated handling downloading the latest LibSass bindings that match Scout-App's Node version.
  • Update JS and Sass linting rules
  • Removed dependency on Bower (#337)
  • Updated most of the dependencies

New in Scout-App 2.12.12 (Sep 27, 2017)

  • Features:
  • A complete re-design of the FTUX (#273)
  • Drag & Drop projects to Import (#259)
  • Drag & Drop project to Scout-App executable or shortcut icon. This will launch Scout-App and import the project.
  • Scan for projects folders and display an animated count of projects found on the FTUX screen.
  • Multi-Project import outside of FTUX view.
  • New theme, created by w3suli (#287)
  • Bug fixes:
  • The project image auto-guesser was silently failing sometimes. It's been improved in several ways so it will better guess your project's icon.
  • Multiple translators can now be credited for the same language.
  • If you are not using a 32-Bit or 64-Bit machine, there was a console error that is resolved. However Scout-App still only supports 32-Bit and 64-Bit.
  • We now auto-remove the duplicate CSS3 sass mixin file on run for local development of Scout-App.
  • I'd previously fixed a small bug where there was an extra return in the code block of error messages. Turns out that after removing the extra return it looked right on Windows, but Linux had no return at all. Re-fixed this for both OS's now.
  • Tech Debt:
  • Created a Node script to automatically download our Translation file from Google Sheets and process it into a JSON dictionary. No more manually creating JSON! This will make updating translations super easy.
  • Updated Scout-App's translation engine to use the new dictionary JSON.
  • Added in Sass Linting and ESLint for JavaScript. Linted all files.
  • Added in EditorConfig file.
  • Updated to Node LibSass Bindings v3.8.0 so users will be able to take advantage of the latest Sass language features available.
  • Marketing:
  • Web Tools Weekly gave Scout-App a shout out in issue 163
  • Stickers! We've partnered with DevSwag, the same company that Sass uses for stickers.
  • We're now in control of the AlternativeTo.net page for Scout-App.
  • Project Management:
  • Updated instructions for running Scout-App locally for development
  • Created GitHub issues based on all remaining tasks on the original to-do list, so we can now just focus on what's in the Issues page.
  • Wrote up UX document, to cover the guiding principles of Scout-App's design and development.
  • Added instructions for how to update the translation files
  • Translations:
  • "Hungarian" translation by w3suli (#287)
  • "Vietnamese" translation by baivong (#290)
  • "Chinese Traditional" translation by shiaoshin (#291)
  • "Spanish" updated by ireneml-fr. (#294)
  • "French" updated, presumably, by Arthur Tesse (#293)

New in Scout-App 2.6.8 (Oct 29, 2016)

  • Features:
  • Smaller Windows distribution sizes. (11% smaller)
  • Warn users if their input folder does not contain Sass files (#266)
  • Bug fixes:
  • Scout-App 2.0.2 and 2.5.7 would not run on Windows 32-bit, 2.6.8 resolves this. (#270)
  • Improved accuracy of home path for OSX, because sometimes it reports that your username is "root" instead of the actual name... for some reason? Brilliant.
  • Project Management:
  • Began process of creating GitHub issues for all items on the to-do list
  • Started UX conversation about redesigning FTUX (#273)
  • Updated documentation for translations.
  • Updated Sass Mixin library license (spoiler, everyone uses MIT)
  • Translations:
  • "Spanish" translation by ireneml-fr. (#268)
  • "French" translation was improved by AnotherJavaCoder (#271)