Skip to content

Commit 97b43cc

Browse files
committed
release: 0.2302.2-beta
1 parent f113a71 commit 97b43cc

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

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

5-
## 0.2301.6-beta
5+
## 0.2302.2-beta
6+
7+
* (Desktop) Feature: paste or drag-and-drop images ([see details](https://gitlab.com/staltz/manyverse/commit/e20803cf020a930e423e1af45ba1f5627545b38b))
8+
* (Desktop) Feature: warn of too large blobs attached ([see details](https://gitlab.com/staltz/manyverse/commit/781f6066e4fdfa3451b8c9ce48b4235d0374b8e3))
9+
* Bug fix: prevent posting when message is too long ([see details](https://gitlab.com/staltz/manyverse/commit/70342ddd83a6ee33248a1d65be605d227ef48a3b))
10+
* Bug fix: subscribed status in hashtag search ([see details](https://gitlab.com/staltz/manyverse/commit/68c0e2f3b4565e6bb6292b82d9fd2a24b3d8dd14))
11+
* Clicks on Thread previews pass through to clickables ([see details](https://gitlab.com/staltz/manyverse/commit/ecd33803e31c0b47f2820cba2aa142e41bdf8ec6))
12+
* Improve Brazilian Portuguese translation ([see details](https://gitlab.com/staltz/manyverse/commit/97cb987e78dd8fac6ce7d64541b8e39ebc58615d))
13+
* Improve Resync screen with a cancel button ([see details](https://gitlab.com/staltz/manyverse/commit/1a0d29b272ee1907e69b6fab7f8a07fe0bb33cc6))
14+
* Improve Russian translation ([see details](https://gitlab.com/staltz/manyverse/commit/2887cb27e1c8511a444d7ec39b73d14b720324c1))
15+
16+
## 02301.6-beta
617

718
* Change how About and Thanks look like ([see details](https://gitlab.com/staltz/manyverse/commit/b5169131bde02d6b194bf48569ecc1bda4208f82))
819
* Feature: button on the Profile to open private chat ([see details](https://gitlab.com/staltz/manyverse/commit/f59ecb026dd4b45dd145ff655aa82c7065673536))

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ android {
151151
flavorDimensions "store"
152152

153153
defaultConfig {
154-
versionCode 144
155-
versionName "0.2301.6-beta"
154+
versionCode 145
155+
versionName "0.2302.2-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manyverse",
3-
"version": "0.2301.6-beta",
3+
"version": "0.2302.2-beta",
44
"private": true,
55
"main": "desktop/nodejs-project/loader.js",
66
"license": "MPL-2.0",

src/backend/versionName.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

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

src/frontend/versionName.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

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

0 commit comments

Comments
 (0)