Skip to content

Commit

Permalink
release: 0.2303.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Mar 3, 2023
1 parent fc74d1d commit a417716
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 0.2303.3-beta

* (Android) Bug fix: initial mention suggestions ([see details](https://gitlab.com/staltz/manyverse/commit/880bb56e33339b5ad1d17a4fc973183b4dad0693)), closes [#2191](https://gitlab.com/staltz/manyverse/issues/2191)
* (Desktop) Bug fix: dark mode mention suggestions ([see details](https://gitlab.com/staltz/manyverse/commit/3be221494c0499a640293e45c9d4b422b4db7e62))
* Feature: hashtag suggestions when composing a post ([see details](https://gitlab.com/staltz/manyverse/commit/037ee8eccd3b8dae18eef3a3c09eeeeff86cee37))
* Feature: Search screen recent hashtags autocompletion ([see details](https://gitlab.com/staltz/manyverse/commit/2303ae1ecf52d2dc5db4d440845d12825d60d845))
* Improve Activity tab to look less spammy ([see details](https://gitlab.com/staltz/manyverse/commit/ceb8c58eaffa63099f4eac6e97c72539c7c7042b))

## 0.2302.17-beta

* Improve Russian translation ([see details](https://gitlab.com/staltz/manyverse/commit/a2f45970d90b9e1c2cefce81a9f8da9b48bb44d9))
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ android {
flavorDimensions "store"

defaultConfig {
versionCode 146
versionName "0.2302.17-beta"
versionCode 147
versionName "0.2303.3-beta"
applicationId "se.manyver"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manyverse",
"version": "0.2302.17-beta",
"version": "0.2303.3-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/versionName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
//
// SPDX-License-Identifier: CC0-1.0

module.exports = '0.2302.17-beta';
module.exports = '0.2303.3-beta';
9 changes: 8 additions & 1 deletion src/frontend/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,13 @@ export default [
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/react-native-image-viewing#readme',
},
{
name: '@xmldom/xmldom',
type: 'library',
version: '0.8.6',
license: 'MIT License (MIT)',
homepage: 'https://github.com/xmldom/xmldom',
},
{
name: 'bindings-noderify-nodejs-mobile',
type: 'library',
Expand Down Expand Up @@ -1057,7 +1064,7 @@ export default [
{
name: 'ssb-threads',
type: 'library',
version: '10.4.0',
version: '10.7.0',
license: 'MIT License (MIT)',
homepage: 'https://github.com/ssbc/ssb-threads#readme',
},
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/versionName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
//
// SPDX-License-Identifier: CC0-1.0

export default '0.2302.17-beta';
export default '0.2303.3-beta';

0 comments on commit a417716

Please sign in to comment.