File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Silence Changelog
2
2
3
+ ### [ 0.15.12] - 2018-02-19
4
+ - Added option to hide "new message" separator
5
+ - Updated APNs with fix for Free Mobile (FR)
6
+ - Switched to a new way to receive encrypted messages (started in v0.15.9)
7
+ - Updated translations
8
+
3
9
### [ 0.15.11] - 2018-01-04
4
10
- Fixed persistent crash when downloading some MMS messages
5
11
- Updated translations
238
244
- Changed app name
239
245
- Removed non-free libraries
240
246
247
+ [ 0.15.12 ] : https://github.com/SilenceIM/Silence/compare/v0.15.11...v0.15.12
241
248
[ 0.15.11 ] : https://github.com/SilenceIM/Silence/compare/v0.15.10...v0.15.11
242
249
[ 0.15.10 ] : https://github.com/SilenceIM/Silence/compare/v0.15.9...v0.15.10
243
250
[ 0.15.9 ] : https://github.com/SilenceIM/Silence/compare/v0.15.8...v0.15.9
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ android {
139
139
useLibrary ' org.apache.http.legacy'
140
140
141
141
defaultConfig {
142
- versionCode 140
143
- versionName " 0.15.11 "
142
+ versionCode 141
143
+ versionName " 0.15.12 "
144
144
145
145
minSdkVersion 9
146
146
targetSdkVersion 22
You can’t perform that action at this time.
0 commit comments