Skip to content

Releases: appKODE/utas

1.0.3-release

04 Sep 09:04

Choose a tag to compare

What's Changed

  • [file] Use zero bytes values to detect EOF by @TrueWarg in #31
  • Add iOS Generation by @Nazeebo in #32
  • iOS. Single file generation by @Nazeebo in #34
  • iOS. Filling missing translation with default language by @Nazeebo in #35
  • Handling double percent encoding at the start of the string by @Nazeebo in #40
  • Add fix to merge chinese locales by @TrueWarg in #41

New Contributors

Full Changelog: 1.0.2-release...1.0.3-release

1.0.2-release

18 Jul 15:56

Choose a tag to compare

Remove ';' from comment symbols

This caused incorrect generation for strings like

<string>Terms &amp; Conditions</string>

v1.0.1-release

18 Jul 14:20

Choose a tag to compare

Fix issues with escaping html tags

Now additional rules are the following:

- Do not escape any tags supported by Android
  (see https://developer.android.com/guide/topics/resources/string-resource.html#StylingWithHTML)
- Do not escape double quotes within supported tags

Utas-Linux release 1.0.0-release

26 Jun 20:39

Choose a tag to compare