All Versions
54
Latest Version
Avg Release Cycle
107 days
Latest Release
1479 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)