Skip to content

Commit 89b92f6

Browse files
committed
release: 0.2210.3-beta
1 parent 53b1173 commit 89b92f6

File tree

7 files changed

+50
-14
lines changed

7 files changed

+50
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
**Update from [manyver.se/download](https://manyver.se/download):**
44

5+
## 0.2210.3-beta
6+
7+
* (iOS) Bug fix: hide detailed logs option in settings ([see details](https://gitlab.com/staltz/manyverse/commit/06a231ce68b484f68ca6a53ab3e374a198fe5e9e))
8+
* Bug fix: broken database indexes ([see details](https://gitlab.com/staltz/manyverse/commit/29a6cb60f5ec623a1d2c655f8b4a0440bb5fbc73))
9+
* Bug fix: crash when reindexing with live ([see details](https://gitlab.com/staltz/manyverse/commit/04c4362819e7e56dbdd1e09850491fd00cf7d866))
10+
* Bug fix: crash when seeing invalid post without text ([see details](https://gitlab.com/staltz/manyverse/commit/bde4d81d066e1172aaa7e1bc3c33fc33998cf982))
11+
* Bug fix: on Force reindex, go to Central screen ([see details](https://gitlab.com/staltz/manyverse/commit/c1a8fe13a68bb8c3882dd8bce5e03293e9815685))
12+
* Deprecate "Enable detailed logs" setting ([see details](https://gitlab.com/staltz/manyverse/commit/f064707ac2ced95f591301654acf607819a1b53c))
13+
* Feature: delete account button in the Settings ([see details](https://gitlab.com/staltz/manyverse/commit/37e32acd11a10dc1f8163f5848f9a001f6537562))
14+
* Feature: setting to opt-in for crash reports ([see details](https://gitlab.com/staltz/manyverse/commit/b735a9bc1929fa726d421c264632b9e4dfc6eb96))
15+
* Improve Chinese (Simplified) translation ([see details](https://gitlab.com/staltz/manyverse/commit/24f23a5320973e9513a46f9cad39480e1ba280d4))
16+
* Improve German and Russian translations ([see details](https://gitlab.com/staltz/manyverse/commit/fadd36d3ff8c4b969e88076685b9b2b0d8e77650))
17+
* Improve Persian translation ([see details](https://gitlab.com/staltz/manyverse/commit/1aa04ce6c4b00e74a33fe2c76c1e4277fbfca9b5))
18+
519
## 0.2209.2-beta
620

721
* (iOS) Bug fix: color of mentions menu separator ([see details](https://gitlab.com/staltz/manyverse/commit/b98f568df1fa4e988928b75b0374fd45c9efc823))

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ android {
151151
flavorDimensions "store"
152152

153153
defaultConfig {
154-
versionCode 133
155-
versionName "0.2209.2-beta"
154+
versionCode 134
155+
versionName "0.2210.3-beta"
156156
applicationId "se.manyver"
157157
minSdkVersion rootProject.ext.minSdkVersion
158158
targetSdkVersion rootProject.ext.targetSdkVersion

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manyverse",
3-
"version": "0.2209.2-beta",
3+
"version": "0.2210.3-beta",
44
"private": true,
55
"main": "desktop/nodejs-project/loader.js",
66
"license": "MPL-2.0",
@@ -220,4 +220,4 @@
220220
"react-native": {
221221
"os": "react-native-os-staltz"
222222
}
223-
}
223+
}

src/backend/versionName.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

5-
module.exports = '0.2209.2-beta';
5+
module.exports = '0.2210.3-beta';

src/frontend/libraries.ts

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,28 @@ export default [
179179
license: 'MIT License (MIT)',
180180
homepage: 'https://github.com/callstack/react-native-slider#readme',
181181
},
182+
{
183+
name: '@sentry/electron',
184+
type: 'library',
185+
version: '4.0.2',
186+
license: 'MIT License (MIT)',
187+
homepage: 'https://github.com/getsentry/sentry-electron#readme',
188+
},
189+
{
190+
name: '@sentry/node',
191+
type: 'library',
192+
version: '7.14.0',
193+
license: 'BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)',
194+
homepage:
195+
'https://github.com/getsentry/sentry-javascript/tree/master/packages/node',
196+
},
197+
{
198+
name: '@sentry/react-native',
199+
type: 'library',
200+
version: '4.5.0',
201+
license: 'MIT License (MIT)',
202+
homepage: 'https://github.com/getsentry/sentry-react-native',
203+
},
182204
{
183205
name: '@staltz/react-native-audio-toolkit',
184206
type: 'library',
@@ -281,7 +303,7 @@ export default [
281303
{
282304
name: 'cycle-native-navigation-web',
283305
type: 'library',
284-
version: '1.1.0',
306+
version: '1.2.0',
285307
license: 'MIT License (MIT)',
286308
homepage: 'https://github.com/staltz/cycle-native-navigation-web',
287309
},
@@ -393,16 +415,16 @@ export default [
393415
{
394416
name: 'multiserver-electron-ipc',
395417
type: 'library',
396-
version: '2.0.0',
418+
version: '2.0.2',
397419
license: 'MIT License (MIT)',
398420
homepage: 'https://gitlab.com/staltz/multiserver-electron-ipc#readme',
399421
},
400422
{
401423
name: 'multiserver-rn-channel',
402424
type: 'library',
403-
version: '1.3.0',
425+
version: '1.3.1',
404426
license: 'MIT License (MIT)',
405-
homepage: 'https://github.com/staltz/multiserver-rn-channel#readme',
427+
homepage: 'https://gitlab.com/staltz/multiserver-rn-channel#readme',
406428
},
407429
{
408430
name: 'nodejs-mobile-react-native',
@@ -781,7 +803,7 @@ export default [
781803
{
782804
name: 'ssb-blobs',
783805
type: 'library',
784-
version: '1.2.2',
806+
version: '2.0.1',
785807
license: 'MIT License (MIT)',
786808
homepage: 'https://github.com/ssbc/ssb-blobs',
787809
},
@@ -1047,7 +1069,7 @@ export default [
10471069
{
10481070
name: 'xstream-from-callback',
10491071
type: 'library',
1050-
version: '1.1.0',
1072+
version: '1.2.0',
10511073
license: 'MIT License (MIT)',
10521074
homepage: 'https://github.com/staltz/xstream-from-callback',
10531075
},

src/frontend/versionName.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

5-
export default '0.2209.2-beta';
5+
export default '0.2210.3-beta';

0 commit comments

Comments
 (0)