Skip to content

Commit cf01173

Browse files
committed
release: 0.2301.6-beta
1 parent f464e2e commit cf01173

File tree

7 files changed

+58
-12
lines changed

7 files changed

+58
-12
lines changed

CHANGELOG.md

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

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

5+
## 0.2301.6-beta
6+
7+
* Change how About and Thanks look like ([see details](https://gitlab.com/staltz/manyverse/commit/b5169131bde02d6b194bf48569ecc1bda4208f82))
8+
* Feature: button on the Profile to open private chat ([see details](https://gitlab.com/staltz/manyverse/commit/f59ecb026dd4b45dd145ff655aa82c7065673536))
9+
* Feature: message timestamps can be clicked ([see details](https://gitlab.com/staltz/manyverse/commit/243dca7647175b21735b91d078bdcf7b5e14c753))
10+
* Feature: show followers in common on the profile ([see details](https://gitlab.com/staltz/manyverse/commit/7e2b6dcb16703c0d87b234e962b8376c57cfe49b))
11+
* Improve Profile screen followers counters ([see details](https://gitlab.com/staltz/manyverse/commit/aad467bdc8d059c9b61f69a03313d5b188d9194e))
12+
* Improve style of toggle button in dark mode ([see details](https://gitlab.com/staltz/manyverse/commit/e20788e00ded1165a44de2e5f673cbdcf7b9f902))
13+
* Remove "occupies" counter on the Profile screen ([see details](https://gitlab.com/staltz/manyverse/commit/06042103754debddc1b7e19c1fdbcc58820a5274))
14+
515
## 0.2212.19-beta
616

717
* (Desktop) Bug fix: fullscreen image view sometimes broken ([see details](https://gitlab.com/staltz/manyverse/commit/613a13eeadb8620e06575cd33e9e3c368ff9db39))

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021-2022 The Manyverse Authors
1+
// SPDX-FileCopyrightText: 2021-2023 The Manyverse Authors
22
//
33
// SPDX-License-Identifier: Unlicense
44

@@ -151,8 +151,8 @@ android {
151151
flavorDimensions "store"
152152

153153
defaultConfig {
154-
versionCode 143
155-
versionName "0.2212.19-beta"
154+
versionCode 144
155+
versionName "0.2301.6-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manyverse",
3-
"version": "0.2212.19-beta",
3+
"version": "0.2301.6-beta",
44
"private": true,
55
"main": "desktop/nodejs-project/loader.js",
66
"license": "MPL-2.0",
@@ -229,4 +229,4 @@
229229
"react-native": {
230230
"os": "react-native-os-staltz"
231231
}
232-
}
232+
}

src/backend/versionName.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// SPDX-FileCopyrightText: 2022 The Manyverse Authors
1+
// SPDX-FileCopyrightText: 2023 The Manyverse Authors
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

5-
module.exports = '0.2212.19-beta';
5+
module.exports = '0.2301.6-beta';

src/frontend/libraries.ts

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2022 The Manyverse Authors
1+
// SPDX-FileCopyrightText: 2023 The Manyverse Authors
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

@@ -179,6 +179,13 @@ export default [
179179
license: 'MIT License (MIT)',
180180
homepage: 'https://material-ui.com/',
181181
},
182+
{
183+
name: '@playwright/test',
184+
type: 'library',
185+
version: '1.28.1',
186+
license: 'Apache License 2.0 (Apache-2.0)',
187+
homepage: 'https://playwright.dev',
188+
},
182189
{
183190
name: '@react-native-community/slider',
184191
type: 'library',
@@ -237,6 +244,13 @@ export default [
237244
license: 'MIT License (MIT)',
238245
homepage: 'https://github.com/staltz/bindings-noderify-nodejs-mobile',
239246
},
247+
{
248+
name: 'bipf',
249+
type: 'library',
250+
version: '1.9.0',
251+
license: 'MIT License (MIT)',
252+
homepage: 'https://github.com/ssbc/bipf',
253+
},
240254
{
241255
name: 'blurhash',
242256
type: 'library',
@@ -342,6 +356,14 @@ export default [
342356
license: 'MIT License (MIT)',
343357
homepage: 'https://github.com/sindresorhus/electron-context-menu#readme',
344358
},
359+
{
360+
name: 'electron-playwright-helpers',
361+
type: 'library',
362+
version: '1.2.2',
363+
license: 'MIT License (MIT)',
364+
homepage:
365+
'https://github.com/spaceagetv/electron-playwright-helpers#readme',
366+
},
345367
{
346368
name: 'electron-ssb-client',
347369
type: 'library',
@@ -461,6 +483,20 @@ export default [
461483
license: 'MIT License (MIT)',
462484
homepage: 'http://nodejs.org/docs/latest/api/path.html',
463485
},
486+
{
487+
name: 'playwright',
488+
type: 'library',
489+
version: '1.28.1',
490+
license: 'Apache License 2.0 (Apache-2.0)',
491+
homepage: 'https://playwright.dev',
492+
},
493+
{
494+
name: 'playwright-core',
495+
type: 'library',
496+
version: '1.28.1',
497+
license: 'Apache License 2.0 (Apache-2.0)',
498+
homepage: 'https://playwright.dev',
499+
},
464500
{
465501
name: 'promisify-tuple',
466502
type: 'library',

src/frontend/versionName.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// SPDX-FileCopyrightText: 2022 The Manyverse Authors
1+
// SPDX-FileCopyrightText: 2023 The Manyverse Authors
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

5-
export default '0.2212.19-beta';
5+
export default '0.2301.6-beta';

0 commit comments

Comments
 (0)