Skip to content

Commit a417716

Browse files
committed
release: 0.2303.3-beta
1 parent fc74d1d commit a417716

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

CHANGELOG.md

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

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

5+
## 0.2303.3-beta
6+
7+
* (Android) Bug fix: initial mention suggestions ([see details](https://gitlab.com/staltz/manyverse/commit/880bb56e33339b5ad1d17a4fc973183b4dad0693)), closes [#2191](https://gitlab.com/staltz/manyverse/issues/2191)
8+
* (Desktop) Bug fix: dark mode mention suggestions ([see details](https://gitlab.com/staltz/manyverse/commit/3be221494c0499a640293e45c9d4b422b4db7e62))
9+
* Feature: hashtag suggestions when composing a post ([see details](https://gitlab.com/staltz/manyverse/commit/037ee8eccd3b8dae18eef3a3c09eeeeff86cee37))
10+
* Feature: Search screen recent hashtags autocompletion ([see details](https://gitlab.com/staltz/manyverse/commit/2303ae1ecf52d2dc5db4d440845d12825d60d845))
11+
* Improve Activity tab to look less spammy ([see details](https://gitlab.com/staltz/manyverse/commit/ceb8c58eaffa63099f4eac6e97c72539c7c7042b))
12+
513
## 0.2302.17-beta
614

715
* Improve Russian translation ([see details](https://gitlab.com/staltz/manyverse/commit/a2f45970d90b9e1c2cefce81a9f8da9b48bb44d9))

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 146
155-
versionName "0.2302.17-beta"
154+
versionCode 147
155+
versionName "0.2303.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manyverse",
3-
"version": "0.2302.17-beta",
3+
"version": "0.2303.3-beta",
44
"private": true,
55
"main": "desktop/nodejs-project/loader.js",
66
"license": "MPL-2.0",

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.2302.17-beta';
5+
module.exports = '0.2303.3-beta';

src/frontend/libraries.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ export default [
245245
license: 'MIT License (MIT)',
246246
homepage: 'https://github.com/staltz/react-native-image-viewing#readme',
247247
},
248+
{
249+
name: '@xmldom/xmldom',
250+
type: 'library',
251+
version: '0.8.6',
252+
license: 'MIT License (MIT)',
253+
homepage: 'https://github.com/xmldom/xmldom',
254+
},
248255
{
249256
name: 'bindings-noderify-nodejs-mobile',
250257
type: 'library',
@@ -1057,7 +1064,7 @@ export default [
10571064
{
10581065
name: 'ssb-threads',
10591066
type: 'library',
1060-
version: '10.4.0',
1067+
version: '10.7.0',
10611068
license: 'MIT License (MIT)',
10621069
homepage: 'https://github.com/ssbc/ssb-threads#readme',
10631070
},

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.2302.17-beta';
5+
export default '0.2303.3-beta';

0 commit comments

Comments
 (0)