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

Changelog History
Page 1

  • v4.13.0 Changes

    October 07, 2022

    ➕ Added

    • ⚡️ Re-implement option overrideComments for code update (see README).
      Issues: #261 | Author: Cihat Gündüz
  • v4.12.1 Changes

    October 06, 2022

    🛠 Fixed

    • 🛠 Fixes an issue with linking of SwiftSyntaxParser which prevented from making a new Homebrew release for 4.12.0. See here.
  • v4.12.0 Changes

    September 25, 2022

    🔄 Changed

    • ⚡️ Update SwiftSyntax dependency to Swift 5.7 to support Xcode 14.
      Issues: #201, #262 | Author: Texot
  • v4.11.0 Changes

    May 27, 2022

    ➕ Added

    • ➕ Adds new separateWithEmptyLine options to allow removing the empty line between Strings entries.
      Issues: #251 | PR: #254 | Author: Cihat Gündüz
      ### 🛠 Fixed
    • 🛠 Fixed an issue where defaulting to Microsoft Translator no longer worked after starting to support DeepL as a translator, too.
      Author: Cihat Gündüz
  • v4.10.2 Changes

    March 26, 2022

    🔄 Changed

    • ⚡️ Update SwiftSyntax dependency to Swift 5.5 to support Xcode 13.
      Issues: #201, #249 | Author: Cihat Gündüz
  • v4.9.0 Changes

    January 21, 2022

    ➕ Added

    • ➕ Added a new option ignoreKeys to provide custom alternatives to the default bc-ignore kind of keys if needed. New option defaults to ["#bartycrouch-ignore!", "#bc-ignore!", "#i!"] if not specified otherwise.
      PR: #242 | Author: Cihat Gündüz
    • ➕ Added a new option subpathsToIgnore to provide subpaths to be ignored (with case-insensitive comparison) inside of the provided paths. New option defaults to [".git", "carthage", "pods", "build", ".build", "docs"] if not specified otherwise.
      PR: #242 | Author: Cihat Gündüz ### 🛠 Fixed
    • ✂ Removed ignoring all InfoPlist.strings files by default. If you want this to actually be the case, just add InfoPlist.strings to the array in the new subpathsToIgnore option, e.g.: subPathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "InfoPlist.strings"]
      PR: #242 | Author: Cihat Gündüz
    • Less situations where the empty tmpstring folder continues to exist.
      PR: #238 | Author: Benjamin Erhart
    • Only apply ignores on subpaths of explicitly mentioned folders in path options, don't ignore any paths that are explicitly mentioned.
      PR: #240 | Author: Benjamin Erhart
  • v4.8.0 Changes

    October 10, 2021

    🔄 Changed

    • ⚡️ Update SwiftSyntax dependency to Swift 5.5 to support Xcode 13.
      Author: Kevin
  • v4.7.1 Changes

    August 26, 2021

    🛠 Fixed

    • 🛠 Fixed that DeepL translation doesn't work for Simplified Chinese.
      PR: #232 | Author: Manabu Nakazawa
  • v4.7.0 Changes

    July 31, 2021

    ➕ Added

  • v4.6.0 Changes

    May 08, 2021

    🔄 Changed

    • ⚡️ Updated swift-syntax to match Swift 5.4 to support Xcode 12.5.
      Issues: #222 | PR: #223 | Author: Matt Sanford