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
- Update deprecated gradle property classifier to archiveClassifier
32
-
- Update Project.xml (matching Android Studio 4.2.1)
27
+
- No changed features!
33
28
### Deprecated
34
29
- No deprecated features!
35
30
### Removed
@@ -39,6 +34,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
34
### Security
40
35
- No security issues fixed!
41
36
37
+
## [2.3.0] - 2021-07-22
38
+
### Added
39
+
- Add some code style rules to be shared via editorconfig (`insert_final_newline=false`). _Thanks to [@nokite](https://github.com/nokite) for the contribution!_
40
+
- Add `minimumTranslationPercentage` parameter to `poEditorConfig` block to specify the minimum accepted percentage of translated strings per language. _Thanks to [@nokite](https://github.com/nokite) for the contribution!_
41
+
<detailsopen><summary>Groovy</summary>
42
+
43
+
```groovy
44
+
poEditor {
45
+
apiToken = "your_api_token"
46
+
projectId = 12345
47
+
defaultLang = "en"
48
+
minimumTranslationPercentage = 85
49
+
}
50
+
```
51
+
52
+
</details>
53
+
54
+
<details><summary>Kotlin</summary>
55
+
56
+
```kotlin
57
+
poEditor {
58
+
apiToken ="your_api_token"
59
+
projectId =12345
60
+
defaultLang ="en"
61
+
minimumTranslationPercentage =85
62
+
}
63
+
```
64
+
65
+
</details>
66
+
67
+
### Changed
68
+
- The XML attribute `encoding` in the generated string resource files is now lowercase `utf-8`. _Thanks to [@nokite](https://github.com/nokite) for the contribution!_
69
+
- Migrate to PoEditor API v2.
70
+
- Update some dependencies (Gradle 6.9, Kotlin 1.4.20, Moshi 1.12.0, OkHttp 4.9.1, Junit 4.13.2). _Thanks to [@nokite](https://github.com/nokite) for the contribution!_
71
+
- Update deprecated Gradle property `classifier` to `archiveClassifier`_Thanks to [@nokite](https://github.com/nokite) for the contribution!_
72
+
- Update `Project.xml` (matching Android Studio 4.2.1) _Thanks to [@nokite](https://github.com/nokite) for the contribution!_
73
+
42
74
## [2.2.1] - 2021-05-28
43
75
### Changed
44
76
- Increase connect, read and write timeouts to 30 seconds
0 commit comments