Skip to content

Commit

Permalink
release: 0.2304.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Apr 3, 2023
1 parent c43abef commit 8054b94
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 33 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.2304.3-beta

* (Desktop) Bug fix: top bar title selectable ([see details](https://gitlab.com/staltz/manyverse/commit/6235b2a40fb8f1d1cf74eaeaec4c12d580b090f0))
* Bug fix: hashtags autocomplete is case-insensitive ([see details](https://gitlab.com/staltz/manyverse/commit/4308479ec6b6870ac1326e67083f01271811b096))
* Bug fix: improve insertion of attachments in Compose ([see details](https://gitlab.com/staltz/manyverse/commit/dc23a4c64a80754b9ec8125ce59b9483a0a97147))
* Bug fix: Private draft when clearing and re-pasting ([see details](https://gitlab.com/staltz/manyverse/commit/d1ba7df64bdbb1f82468dd340d8e98b657bb7662))
* Feature: toggle in Settings to check for new versions ([see details](https://gitlab.com/staltz/manyverse/commit/4cd487b295f1cb4b8fd4fed2c9723502c4662c50))

## 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)
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 147
versionName "0.2303.3-beta"
versionCode 148
versionName "0.2304.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.2303.3-beta",
"version": "0.2304.3-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down
30 changes: 15 additions & 15 deletions src/backend/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 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.2303.3-beta';
module.exports = '0.2304.3-beta';
13 changes: 3 additions & 10 deletions src/frontend/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,6 @@ 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 @@ -487,7 +480,7 @@ export default [
{
name: 'nodejs-mobile-react-native',
type: 'library',
version: '16.17.4',
version: '16.17.6',
license: 'MIT License (MIT)',
homepage: 'https://code.janeasystems.com/nodejs-mobile',
},
Expand Down Expand Up @@ -861,7 +854,7 @@ export default [
{
name: 'sodium-chloride-native-nodejs-mobile',
type: 'library',
version: '1.6.1',
version: '1.7.1',
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/sodium-chloride-native-nodejs-mobile',
},
Expand Down Expand Up @@ -1064,7 +1057,7 @@ export default [
{
name: 'ssb-threads',
type: 'library',
version: '10.7.0',
version: '10.8.0',
license: 'MIT License (MIT)',
homepage: 'https://github.com/ssbc/ssb-threads#readme',
},
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/screens/thanks/backers.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 ['Dace', 'John Meurer', 'C Moid', 'DC Posch', 'Andrew Lewman'];
export default ['Dace', 'John Meurer', 'C Moid', 'DC Posch', 'Mikey Williams'];
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.2303.3-beta';
export default '0.2304.3-beta';

0 comments on commit 8054b94

Please sign in to comment.