All Versions
54
Latest Version
Avg Release Cycle
107 days
Latest Release
1473 days ago

Changelog History
Page 5

  • v0.5.2 Changes

    • ๐Ÿ›  Fix bug with pulling translations changing file permissions
  • v0.5.1 Changes

    • ๐Ÿ›  Fix bug with encoding of response from http_client
    • โœ… Test on Jruby
    • Compatibility with gli 2.0.0
  • v0.5.0 Changes

    • ๐ŸŒ Post translations with default values
    • ๐Ÿ”„ Change how Psych outputs yaml (for Psych versions >= 1.1.0)
    • โž• Add a --github option when installing to help setup public projects
  • v0.4.3 Changes

    • ๐Ÿ‘‰ Make sure Psych is fully loaded before using it (thanks to @tenderlove)
  • v0.4.2 Changes

    • ๐Ÿ‘Œ Improve compatibility of Psych with ruby 1.9.2 (thanks to @ardpac)
  • v0.4.1 Changes

    • Ignore HUP when backgrounded. (thanks to @xijo)
    • โž• Add --standalone option to install to generate a .localeapp/ config directory. This enables usage outside of rails.
  • v0.4.0 Changes

    • ๐Ÿ‘‰ Use Psych to generate the yaml if it's available (This will completely change your yaml the first time you do a localeapp pull and Psych is available)
    • Report when the directory to write the yml to doesn't exist (thanks to @rmehner)
  • v0.3.2 Changes

    • ๐Ÿš… Use yml rather than json when making api calls to localeapp.com. This avoids symbols turning into strings and breaking parts of rails.
  • v0.3.1 Changes

    • ๐Ÿ– Handle SocketError so we don't cause errors in client apps when they're not connected to the network
    • ๐Ÿ›  Fix bug with empty log file (thanks to @rmehner)
  • v0.3.0 Changes

    • ๐Ÿ‘ Allow symbols for environment names in config file
    • localeapp push will now push all yaml files in a directory if it's given a directory instead of a file (thanks to @bartlomiejdanek)
    • Better daemon support. daemon_pid_file and daemon_log_file configuration options (thanks to @bartlomiejdanek)