Skip to content

Commit

Permalink
release: 0.2201.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Jan 5, 2022
1 parent a963468 commit 80d6ced
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 49 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
- (Android) [APK file](https://manyver.se/apk)
- (iOS) [App Store](https://apps.apple.com/app/manyverse/id1492321617)

## 0.2201.5-beta

* (Desktop) Copy room invite to clipboard on share ([see details](https://gitlab.com/staltz/manyverse/commit/840fa34a1a39793ab8a6574c5e4f36d12bfe8d21))
* Bug fix: database glitches ([see details](https://gitlab.com/staltz/manyverse/commit/679e8a148143459640868cf9fb433495e4ec0b17))
* Feature: check for new version available ([see details](https://gitlab.com/staltz/manyverse/commit/244267342491ea9353016e5835ad785c209869b4))
* Feature: linkify cypherlinks in raw messages ([see details](https://gitlab.com/staltz/manyverse/commit/11b066a1fef6fc3314da2d74479e4584481278fa))
* Feature: new progress bar at the bottom ([see details](https://gitlab.com/staltz/manyverse/commit/b75de94bfba9c0519f98fb81b5ff4b4f8f435f2d))
* Feature: render Patchfoo-style mentions ([see details](https://gitlab.com/staltz/manyverse/commit/7a35721cce2f8d83f9d63fc4b785b05288f330d5))
* Improve Finnish translation ([see details](https://gitlab.com/staltz/manyverse/commit/c836bda8a086b3c5e5259dae2bb629b44f6fb7a8))
* Improve German translation ([see details](https://gitlab.com/staltz/manyverse/commit/195746c74634da34df2a55d1d834ffeaf3e8cfe9))
* Improve Ukrainian translation ([see details](https://gitlab.com/staltz/manyverse/commit/67cf7e278400302eb34210a08625589ea89c2f44))
* Improve UI responsiveness after reopening app ([see details](https://gitlab.com/staltz/manyverse/commit/f6f66d5db88be18b969aac1c09740843800e2c9e))

## 0.2112.3-beta

* (Android) Improve how internet presence is detected ([see details](https://gitlab.com/staltz/manyverse/commit/160e995748d81f255dee17d129d817b5dd76c93b))
Expand Down
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2021 The Manyverse Authors
// SPDX-FileCopyrightText: 2021-2022 The Manyverse Authors
//
// SPDX-License-Identifier: Unlicense

Expand Down Expand Up @@ -151,8 +151,8 @@ android {
flavorDimensions "store"

defaultConfig {
versionCode 114
versionName "0.2112.3-beta"
versionCode 115
versionName "0.2201.5-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.2112.3-beta",
"version": "0.2201.5-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"scripts": {
Expand Down Expand Up @@ -214,4 +214,4 @@
"react-native": {
"os": "react-native-os-staltz"
}
}
}
70 changes: 31 additions & 39 deletions src/frontend/libraries.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2021 The Manyverse Authors
// SPDX-FileCopyrightText: 2022 The Manyverse Authors
//
// SPDX-License-Identifier: CC0-1.0

Expand Down Expand Up @@ -109,6 +109,13 @@ export default [
homepage: 'https://github.com/googlefonts/noto-emoji',
type: 'image',
},
{
name: '@cycle/http',
type: 'library',
version: '15.4.0',
license: 'MIT License (MIT)',
homepage: 'https://cycle.js.org',
},
{
name: '@cycle/isolate',
type: 'library',
Expand All @@ -133,7 +140,7 @@ export default [
{
name: '@cycle/react-native',
type: 'library',
version: '2.0.0',
version: '3.0.0',
license: 'MIT License (MIT)',
},
{
Expand Down Expand Up @@ -180,6 +187,13 @@ export default [
homepage:
'https://github.com/react-native-community/react-native-audio-toolkit#readme',
},
{
name: '@staltz/react-native-image-viewing',
type: 'library',
version: '0.2.1-1',
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/react-native-image-viewing#readme',
},
{
name: 'bindings-noderify-nodejs-mobile',
type: 'library',
Expand Down Expand Up @@ -222,14 +236,6 @@ export default [
license: 'MIT License (MIT)',
homepage: 'https://github.com/zenozeng/color-hash#readme',
},
{
name: 'cycle-native-android-local-notification',
type: 'library',
version: '1.1.0',
license: 'MIT License (MIT)',
homepage:
'https://gitlab.com/staltz/cycle-native-android-local-notification#readme',
},
{
name: 'cycle-native-asyncstorage',
type: 'library',
Expand Down Expand Up @@ -268,7 +274,7 @@ export default [
{
name: 'cycle-native-navigation-web',
type: 'library',
version: '0.9.0',
version: '1.0.2',
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/cycle-native-navigation-web',
},
Expand Down Expand Up @@ -307,6 +313,13 @@ export default [
license: 'MIT License (MIT)',
homepage: 'https://github.com/substack/faucet',
},
{
name: 'fix-webm-duration',
type: 'library',
version: '1.0.4',
license: 'MIT License (MIT)',
homepage: 'https://github.com/yusitnikov/fix-webm-duration',
},
{
name: 'hermes-engine',
type: 'library',
Expand Down Expand Up @@ -359,7 +372,7 @@ export default [
{
name: 'multiserver-electron-ipc',
type: 'library',
version: '1.2.0',
version: '1.3.0',
license: 'MIT License (MIT)',
homepage: 'https://gitlab.com/staltz/multiserver-electron-ipc#readme',
},
Expand Down Expand Up @@ -412,13 +425,6 @@ export default [
license: 'Apache License 2.0 (Apache-2.0)',
homepage: 'https://github.com/ahdinosaur/pull-async#readme',
},
{
name: 'pull-backoff',
type: 'library',
version: '1.0.0',
license: 'MIT License (MIT)',
homepage: 'https://gitlab.com/staltz/pull-backoff#readme',
},
{
name: 'pull-cat',
type: 'library',
Expand Down Expand Up @@ -475,13 +481,6 @@ export default [
license: 'ISC License (ISC)',
homepage: 'https://github.com/nichoth/pull-stream-util#readme',
},
{
name: 'pull-switch-map',
type: 'library',
version: '1.0.0',
license: 'MIT License (MIT)',
homepage: 'https://gitlab.com/staltz/pull-switch-map#readme',
},
{
name: 'pull-thenable',
type: 'library',
Expand Down Expand Up @@ -570,7 +569,7 @@ export default [
{
name: 'react-native-has-internet',
type: 'library',
version: '5.0.0-rc2',
version: '5.0.0',
license: 'MIT License (MIT)',
homepage: 'https://gitlab.com/staltz/react-native-has-internet',
},
Expand All @@ -582,13 +581,6 @@ export default [
homepage:
'https://github.com/ivpusic/react-native-image-crop-picker#readme',
},
{
name: 'react-native-image-viewing',
type: 'library',
version: '0.2.1',
license: 'MIT License (MIT)',
homepage: 'https://github.com/jobtoday/react-native-image-viewing#readme',
},
{
name: 'react-native-localize',
type: 'library',
Expand Down Expand Up @@ -642,7 +634,7 @@ export default [
{
name: 'react-native-ssb-shims',
type: 'library',
version: '5.1.0',
version: '5.1.2',
license: 'MIT License (MIT)',
homepage: 'https://github.com/ssbc/react-native-ssb-shims',
},
Expand Down Expand Up @@ -832,7 +824,7 @@ export default [
{
name: 'ssb-db2',
type: 'library',
version: '2.3.3',
version: '2.8.5',
license: 'GNU Lesser General Public License v3.0 only (LGPL-3.0)',
homepage: 'https://github.com/ssb-ngi-pointer/ssb-db2',
},
Expand All @@ -846,7 +838,7 @@ export default [
{
name: 'ssb-ebt',
type: 'library',
version: '8.0.1',
version: '8.1.0',
license: 'MIT License (MIT)',
homepage: 'https://github.com/ssbc/ssb-ebt',
},
Expand Down Expand Up @@ -965,14 +957,14 @@ export default [
{
name: 'ssb-suggest-lite',
type: 'library',
version: '1.1.1',
version: '1.1.2',
license: 'GNU Lesser General Public License v3.0 only (LGPL-3.0)',
homepage: 'https://github.com/ssb-ngi-pointer/ssb-suggest-lite#readme',
},
{
name: 'ssb-threads',
type: 'library',
version: '9.2.0',
version: '9.2.1',
license: 'MIT License (MIT)',
homepage: 'https://github.com/ssbc/ssb-threads#readme',
},
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/screens/dialog-thanks/backers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2021 The Manyverse Authors
// SPDX-FileCopyrightText: 2022 The Manyverse Authors
//
// SPDX-License-Identifier: CC0-1.0

Expand Down
4 changes: 2 additions & 2 deletions src/frontend/versionName.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2021 The Manyverse Authors
// SPDX-FileCopyrightText: 2022 The Manyverse Authors
//
// SPDX-License-Identifier: CC0-1.0

export default '0.2112.3-beta';
export default '0.2201.5-beta';

0 comments on commit 80d6ced

Please sign in to comment.