All Versions
56
Latest Version
Avg Release Cycle
59 days
Latest Release
990 days ago

Changelog History
Page 5

  • v3.7.0 Changes

    January 20, 2017

    ➕ Added

    • ➕ Add new unstripped command line option for interface and code subcommands. See #49.
  • v3.6.0 Changes

    December 25, 2016

    ➕ Added

    • ➕ Added support for multi-line comments. See #44 for additional details.
  • v3.5.0 Changes

    December 14, 2016

    ➕ Added

    ➕ Adds two new options to the code sub command:

    • extract-loc-strings: Uses newer tool to extract strings from code. Solves #41.
    • Thanks to @fvolchyok for the PR!
    • sort-by-keys: Sorts the translation entries by their keys. Solves #26. 📚 See also their documentation sections in the README for additional details.
  • v3.4.0 Changes

    November 21, 2016

    ➕ Added

    • ➕ Adds an option to force update existing comments only via override-comments option on the code sub command.
  • v3.3.0 Changes

    September 22, 2016

    🔄 Changed

    • ⚡️ Updated project to Swift 3 and Xcode 8.
  • v3.2.1 Changes

    July 02, 2016

    🔄 Changed

    • 👕 Add & configure SwiftLint linter and fix all warnings & errors (#28) ### 🛠 Fixed
    • 👍 Better error message when no Localizable.strings file found (#11)
    • Escape double quotes and backslashes in translated strings (#19)
  • v3.2.0 Changes

    June 22, 2016

    ➕ Added

    • Add support for Objective-C++ '.mm' files for subcommand code (#22)
  • v3.1.0 Changes

    June 04, 2016

    ➕ Added

    • Ignores NSLocalizedStrings which have ignore constant (e.g. #bc-ignore!) in comment (#16)
  • v3.0.0 Changes

    May 05, 2016

    ➕ Added

    • Sub Commands for updating interfaces / translate instead of options (like -t)
    • ⚡️ New sub command to update Localizable.strings files from code ### 🔄 Changed
    • Streamlined names of options (force >> override, -s >> -p)
    • 🔨 Refactored quite some code ### ✂ Removed
    • Input (-i), Exclude (-e) and Output (-o) options

    ⬆️ Please have a look at the migration guide for a flawless upgrade from version 2.x.

  • v2.0.0 Changes

    April 30, 2016

    ➕ Added

    • Automatic search for files now also possible when using -t (translate) via -s ### 🔄 Changed
    • 📇 Reworked option -a (auto) to take a path argument and renamed to -s (search) ### 🛠 Fixed
    • 👌 Improved build times when configured with Git root folder path ### ✂ Removed
    • 0️⃣ Translating adds missing keys by default, therefore -c option was dropped