Skip to content

Commit 33c1158

Browse files
release v5.3.105
1 parent fe47a27 commit 33c1158

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

Assemblies/BetterKeybinding.dll

0 Bytes
Binary file not shown.

Assemblies/FollowMe.dll

0 Bytes
Binary file not shown.

Readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Can safely be enabled/disabled in ongoing saves.
99
xProtosx: [Russian translation](https://github.com/fluffy-mods/FollowMe/commit/0f8f7b1)
1010
Jorge Martínez: [Spanish translations](https://github.com/fluffy-mods/FollowMe/commit/4e32b03)
1111
Oleksii Bespalov: [Fix settings saving](https://github.com/fluffy-mods/FollowMe/commit/eef73a6)
12-
Proxyer: [Japanese Translation](https://github.com/fluffy-mods/FollowMe/commit/6e9507f)
12+
Proxyer: [Japanese translation](https://github.com/fluffy-mods/FollowMe/commit/6e9507f)
1313
duduluu: [Chinese translation](https://github.com/fluffy-mods/FollowMe/commit/75a5a6f)
14+
stiphendor: [French translation](https://github.com/fluffy-mods/FollowMe/commit/fe47a27)
1415

1516

1617
![Think you found a bug?](https://banners.karel-kroeze.nl/title/Think%20you%20found%20a%20bug%3F.png)

Source/Cinematics/CinematicCameraManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public override void FinalizeInit() {
1717
base.FinalizeInit();
1818

1919
if (!_patched) {
20-
Harmony harmonyInstance = new Harmony( "Fluffy.FollowMe" );
20+
Harmony harmonyInstance = new( "Fluffy.FollowMe" );
2121
harmonyInstance.PatchAll(Assembly.GetExecutingAssembly());
2222
_patched = true;
2323
}

modinfo.json

+25-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"url": "https://github.com/fluffy-mods/FollowMe",
66
"version": {
77
"major": 5,
8-
"minor": 2,
9-
"build": 104
8+
"minor": 3,
9+
"build": 105
1010
},
1111
"author": {
1212
"name": "Fluffy",
@@ -28,6 +28,15 @@
2828
}
2929
],
3030
"changelog": [
31+
{
32+
"date": "2021-08-13T08:11:44.000Z",
33+
"message": "French translation",
34+
"author": {
35+
"name": "stiphendor",
36+
"email": "[email protected]"
37+
},
38+
"hash": "fe47a2799cc47a94e4780f16753f4d72a3d68036"
39+
},
3140
{
3241
"date": "2021-08-11T08:21:19.000Z",
3342
"message": "Update Japanese translation",
@@ -114,7 +123,7 @@
114123
{
115124
"hash": "6e9507f262b6e37d9b070fa1ce8e35f79eb3bbd2",
116125
"author": "Proxyer",
117-
"description": "Japanese Translation"
126+
"description": "Japanese translation"
118127
},
119128
{
120129
"hash": "75a5a6f01ef5bcde0da2f93574f1897fcfa064ba",
@@ -126,6 +135,11 @@
126135
"author": "Proxyer",
127136
"description": "Update Japanese translation",
128137
"suppressed": true
138+
},
139+
{
140+
"hash": "fe47a2799cc47a94e4780f16753f4d72a3d68036",
141+
"author": "stiphendor",
142+
"description": "French translation"
129143
}
130144
],
131145
"contributors": {
@@ -154,7 +168,7 @@
154168
{
155169
"hash": "6e9507f",
156170
"author": "Proxyer",
157-
"description": "Japanese Translation"
171+
"description": "Japanese translation"
158172
}
159173
],
160174
"duduluu": [
@@ -163,6 +177,13 @@
163177
"author": "duduluu",
164178
"description": "Chinese translation"
165179
}
180+
],
181+
"stiphendor": [
182+
{
183+
"hash": "fe47a27",
184+
"author": "stiphendor",
185+
"description": "French translation"
186+
}
166187
]
167188
},
168189
"attributions": [

0 commit comments

Comments
 (0)