Skip to content

Commit 308af87

Browse files
authored
Merge pull request #500 from forrestguice/release-0.13.11
release 0.13.11
2 parents 656c90a + e9374d6 commit 308af87

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### ~
22

3+
### v0.13.11 (2021-06-08)
4+
* updates translation to Italian (it) (contributed by GiovaGa) (#499).
5+
* updates translation to French (fr) (contributed by ldmpub) (#501).
6+
37
### v0.13.10 (2021-05-05)
48
* adds 'import places'; import from a previously exported csv (#419).
59
* changes moon illumination message; "% illuminated" to "% @ <lunarNoon>" (#384).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ Libraries used:
163163

164164
German translation by <u>Henrik "HerHde" Hüttemann</u>, <u>Wolkenschieber</u>, and <u>xnumad</u>.<br/>
165165
Polish and Esperanto translations by <u>Verdulo</u>.<br/>
166-
French translation by <u>Jej</u> and <u>Aloha</u>.<br/>
166+
French translation by <u>Jej</u>, <u>Aloha</u> and <u>ldmpub</u>.<br/>
167167
Hungarian translation by <u>Erci</u>.<br/>
168168
Catalan and Spanish translations by <u><a href="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/Raulvo">Raulvo</a></u> and <u><a href=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/gnusuari0>gnusuari0</a></u>.<br/>
169169
Basque translation by <u>beriain</u>.<br/>
170170
Norwegian translation by <u>FTno</u>.<br/>
171-
Italian translation by <u>Matteo Caoduro</u>.<br/>
171+
Italian translation by <u>Matteo Caoduro</u> and <u>GiovaGa</u>.<br/>
172172
Traditional Chinese translation by <u><a href=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/pggdt>ft42</a></u>.<br />
173173
Brazilian Portuguese translation by <u><a href=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/netosilva15>NetoSilva</a></u>, <u>Nelson A. de Oliveira</u>, and <u>Enrico S. B. Fraletti</u>.<br />
174174
Russian translation by <u><a href=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/rchintsov>Ruslan Chintsov</a></u>.<br />

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android
2323
minSdkVersion 10
2424
//noinspection ExpiredTargetSdkVersion,OldTargetApi
2525
targetSdkVersion 25
26-
versionCode 74
27-
versionName "0.13.10"
26+
versionCode 75
27+
versionName "0.13.11"
2828

2929
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3030

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- updates translation to Italian.
2+
- updates translation to French.

0 commit comments

Comments
 (0)