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

Changelog History
Page 2

  • v4.5.0 Changes

    February 21, 2021

    ➕ Added

    • ➕ Add support for DeepL API as an alternative for Microsoft Translator API.
      PR: #220 | Author: noppe
  • v4.4.1 Changes

    January 16, 2021

    🛠 Fixed

    • 🛠 Fixed an issue with unmatching country code casing for Portuguese and Canadian French.
      Author: Cihat Gündüz
  • v4.4.0 Changes

    January 16, 2021

    🔄 Changed

    • ⚡️ Updated languages supported by Microsoft Translator – 17 more languages available now!
      Issue: #216 | PR: #219 | Author: Jamie Gough
    • ⚠ BartyCrouch doesn't fail anymore when there's a language not supported by Microsoft Translator (yet) – it prints a warning instead.
      Issue: #215 | PR: #219 | Author: Jamie Gough
  • v4.3.2 Changes

    December 24, 2020

    🛠 Fixed

    • 🛠 Fixed an issue where BartyCrouch did not skip the directories ".git", "Carthage", "Pods", "build", ".build", "docs" anymore.
      Issues: #213, #2 | PR: #214 | Author: Bill Panagiotopoulos
  • v4.3.1 Changes

    October 06, 2020

    🛠 Fixed

    • 🛠 Fix missing usage of harmonizeWithSource parameter for normalize task.
      Issue: #196 | PR: #182 | Author: Marco Pagliari
  • v4.3.0 Changes

    September 28, 2020

    🔄 Changed

    • ⚡️ Updated swift-syntax to match Swift 5.3.
      Issues: #199, #201 | PR: #204 | Author: w8wjb

    👍 This version drops support for Xcode 11.x, use BartyCrouch 4.2.0 in that case.

  • v4.2.0 Changes

    April 24, 2020

    ➕ Added

    • ➕ Added new -p / --path option to run BartyCrouch from a different path than current.
      Issues: #166, #177 | PR: #181 | Author: Cihat Gündüz ### ✂ Removed
    • ✂ Removed code magic that used the localization comment from Interface Builder files as a source for new translation values.
      Issue: #140 | PR: #182 | Author: Cihat Gündüz ### 🛠 Fixed
    • Normalize sortByKeys no longer adds empty line to begining of .strings file.
      Issue: #178 | PR: #180 | Author: Patrick Wolowicz
  • v4.1.1 Changes

    April 16, 2020

    🛠 Fixed

    • 🛠 Fixed crashes in projects with large number of files by introducing new plist file based approach for passing arguments. See the new --plist-arguments option. Will be automatically turned on when needed (many files in project).
      Issues: #92, #99 | PRs: #150, #176 | Authors: Christos Koninis, Cihat Gündüz
  • v4.1.0 Changes

    April 10, 2020

    ➕ Added

  • v4.0.2 Changes

    May 13, 2019

    🛠 Fixed