Skip to content

Commit

Permalink
release: 0.2302.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Feb 2, 2023
1 parent f113a71 commit 97b43cc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

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

## 0.2301.6-beta
## 0.2302.2-beta

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

## 02301.6-beta

* Change how About and Thanks look like ([see details](https://gitlab.com/staltz/manyverse/commit/b5169131bde02d6b194bf48569ecc1bda4208f82))
* Feature: button on the Profile to open private chat ([see details](https://gitlab.com/staltz/manyverse/commit/f59ecb026dd4b45dd145ff655aa82c7065673536))
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 144
versionName "0.2301.6-beta"
versionCode 145
versionName "0.2302.2-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.2301.6-beta",
"version": "0.2302.2-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down
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.2301.6-beta';
module.exports = '0.2302.2-beta';
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.2301.6-beta';
export default '0.2302.2-beta';

0 comments on commit 97b43cc

Please sign in to comment.