Skip to content

Commit

Permalink
release: 0.2212.8-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Dec 8, 2022
1 parent a90949d commit 54bc4da
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 30 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 0.2212.8-beta

* (Android) Bug fix: crash when pressing back button twice ([see details](https://gitlab.com/staltz/manyverse/commit/a90949d08c76c64d5b31388f281b824f7d166174))
* (Android) Bug fix: remove bluetooth features to fix crash ([see details](https://gitlab.com/staltz/manyverse/commit/f9e07128574ea2b328ec5ecf8b3ff231b477969e))
* (Desktop) Improve images for HiDPI screens ([see details](https://gitlab.com/staltz/manyverse/commit/91b58257548e4727689e0a0df18c5987248be54e))
* Avoid flashing of wrong follow button on profiles ([see details](https://gitlab.com/staltz/manyverse/commit/e5b3d040c3e28013b85398edfcee779fb0aa162f))
* Bug fix: crash on search with parentheses ([see details](https://gitlab.com/staltz/manyverse/commit/278b05598d6ab1e97474c991c329dffcd2afc186))
* Improve speed of hashtag search results ([see details](https://gitlab.com/staltz/manyverse/commit/ea79ba7ff17da1e097eca60c091a452954cfe2f9))

## 0.2212.5-beta

* (Desktop) Bug fix: closed process should not hang ([see details](https://gitlab.com/staltz/manyverse/commit/3af0902efb08b765382389b2a2459f66ea1f31c7))
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 141
versionName "0.2212.5-beta"
versionCode 142
versionName "0.2212.8-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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manyverse",
"version": "0.2212.5-beta",
"version": "0.2212.8-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down Expand Up @@ -220,4 +220,4 @@
"react-native": {
"os": "react-native-os-staltz"
}
}
}
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.2212.5-beta';
module.exports = '0.2212.8-beta';
23 changes: 1 addition & 22 deletions src/frontend/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default [
{
name: 'cycle-native-navigation',
type: 'library',
version: '8.2.1',
version: '8.2.2',
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/cycle-native-navigation',
},
Expand Down Expand Up @@ -559,13 +559,6 @@ export default [
license: 'MIT License (MIT)',
homepage: 'https://github.com/facebook/react-native#readme',
},
{
name: 'react-native-bluetooth-socket-bridge',
type: 'library',
version: '1.2.0',
license: 'MIT License (MIT)',
homepage: 'https://github.com/Happy0/react-native-bluetooth-socket-bridge/',
},
{
name: 'react-native-blurhash',
type: 'library',
Expand Down Expand Up @@ -835,13 +828,6 @@ export default [
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/ssb-blobs-purge',
},
{
name: 'ssb-bluetooth',
type: 'library',
version: '1.1.14',
license: 'MIT License (MIT)',
homepage: 'https://github.com/happy0/ssb-bluetooth#readme',
},
{
name: 'ssb-caps',
type: 'library',
Expand Down Expand Up @@ -961,13 +947,6 @@ export default [
license: 'MIT License (MIT)',
homepage: 'https://github.com/ssbc/ssb-master#readme',
},
{
name: 'ssb-mobile-bluetooth-manager',
type: 'library',
version: '3.2.3',
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/ssb-mobile-bluetooth-manager#readme',
},
{
name: 'ssb-ref',
type: 'library',
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.2212.5-beta';
export default '0.2212.8-beta';

0 comments on commit 54bc4da

Please sign in to comment.