Skip to content

Releases: netbe/Babelish

Release 0.5.3

15 Jan 22:40
072ee4c
Compare
Choose a tag to compare
  • Fixes fastlane compatibility #100

Release 0.5.2

06 Jun 12:32
Compare
Choose a tag to compare

Features

  • Support basename for android convertor #97

Release 0.5.1

15 Mar 00:58
Compare
Choose a tag to compare

Bug fixes

  • Convertion with with comments toCSV (#86)
  • Extension of JSON files CSV2JSON (#80)

Release 0.5.0

29 Jan 15:20
Compare
Choose a tag to compare

Features

  • Add comments support for Android files

Release 0.4.2

09 Nov 18:35
Compare
Choose a tag to compare

Fixes android parsing issues #76 , #51 , #52.

Release 0.4.1

18 Aug 22:08
Compare
Choose a tag to compare

Features

  • New --config= option : specifies name of config file to read from. Default: .babelish

This allows to have support multiple targets on a project for instance (1 target = 1 config).

Release 0.4.0

22 Apr 20:59
Compare
Choose a tag to compare

Features

  • Support comments contained in CSV file or in .strings files (#43)
  • New init command to start with a configuration file (#54)
  • [csv2strings] Adding simple indentation formatting to Strings files (#50, #63)

Bug fixes

  • Using Google Drive API (#60, #66)
  • Strings, string definition not split with whitespace fails to parse (#53)

Release 0.3.4

16 Mar 12:34
Compare
Choose a tag to compare

Features

  • Add csv separator option

Release 0.3.3

29 Oct 18:30
Compare
Choose a tag to compare
  • Remove old hacks on cleaning strings.
  • Add option to strip values from spreadsheet stripping
  • Fixes xcode macros warnings

Release 0.3.2

24 Sep 13:48
Compare
Choose a tag to compare

Features

  • [csv2strings] Generate Objective-C macros file. Use the macros_filename option (#39)

Bug fixes

  • Support new google spreadsheet (#35)
  • [strings2csv] Ignoring lines which start with / as a quick way to ignore comment lines (#41)
  • Replace hyphens with underscores for .babelish options (#38)

Enhancements

  • Token is now stored in .babelish.token (#36)