CHANGES.md in i18n-tasks-0.7.13 vs CHANGES.md in i18n-tasks-0.8.0

- old
+ new

@@ -1,4 +1,15 @@ +## 0.8.0 + +* Parse command line arguments with `optparse`. Remove dependency on Slop. + Simplified commands DSL: options are mostly passed directly to optparse. +* `search.relative_roots` default changed from from `%w(app/views)` to + `%w(app/views app/controllers app/helpers app/presenters)`. +* `add-missing` now adds keys detected in source to all locales (previously just base) [#134](https://github.com/glebm/i18n-tasks/issues/134). +* The default spec template no long requires `spec_helper` by default [Daniel Levenson](https://github.com/dleve123) [#135](https://github.com/glebm/i18n-tasks/pull/135). +* `search.exclude` now appends to and not overrides the default exclude list. More extensions excluded by default: + *.css, *.sass, *.scss, *.less, *.yml, and *.json. [#137](https://github.com/glebm/i18n-tasks/issues/137). + ## 0.7.13 * Fix relative keys when controller name consists of more than one word by [Yuji Nakayama](https://github.com/yujinakayama) [#132](https://github.com/glebm/i18n-tasks/pull/132). * Support keys with UTF8 word characters in the name. [#133](https://github.com/glebm/i18n-tasks/issues/133). * Change missing report column title from "Details" to "Value in other locales or source", display the locale [#130](https://github.com/glebm/i18n-tasks/issues/130).