You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## Unreleased
4
+
5
+
- Use `LokaliseManager` v7.0.0.
6
+
- Added support for syncing multiple Lokalise projects via `LokaliseRails::GlobalConfig.for_project`, generating scoped rake tasks: `lokalise_rails:<name>:import` and `lokalise_rails:<name>:export` (thanks, [@floriansr](https://github.com/floriansr))
7
+
- Project-specific config keys are validated against `LokaliseManager` supported options to prevent typos/unknown settings.
8
+
3
9
## 8.2.0 (01-May-2025)
4
10
5
11
* Added `disable_import_task` boolean option. When enabled, the import task is turned off in your project. Defaults to `false`.
0 commit comments