Skip to content

Commit 6ec66c1

Browse files
committed
Publish
- @quiet/desktop@7.1.0-alpha.0 - @quiet/mobile@7.1.0-alpha.0
1 parent e66c02b commit 6ec66c1

11 files changed

Lines changed: 76 additions & 26 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [7.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@6.1.0-alpha.3...@quiet/desktop@7.1.0-alpha.0) (2026-04-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **3140:** Validate qss endpoint when qss is allowed to avoid registration loops ([#3141](https://github.com/TryQuiet/quiet/issues/3141)) ([38d4292](https://github.com/TryQuiet/quiet/commit/38d42923dee8c31c454ca8a107479f9db1bf3bdb))
12+
* **3146:** Fix slow electron startup ([#3147](https://github.com/TryQuiet/quiet/issues/3147)) ([748374e](https://github.com/TryQuiet/quiet/commit/748374e0d43124f2c95de15f38732145310adb56))
13+
* Better QSS handling in invite links, proper redialing on disconnects, resetting LFA join status when in intermediate state on disconnect ([#3012](https://github.com/TryQuiet/quiet/issues/3012)) ([2b68c3c](https://github.com/TryQuiet/quiet/commit/2b68c3c94693f2aafa7fc5c7a65073e92c93e6dd))
14+
15+
16+
### Features
17+
18+
* **2803:** Write orbitdb sync data to QSS ([#2914](https://github.com/TryQuiet/quiet/issues/2914)) ([bfbfd92](https://github.com/TryQuiet/quiet/commit/bfbfd925feb35abf4bb6f04d2ed27b08a58b14cb))
19+
20+
21+
### Reverts
22+
23+
* Revert "Use mise-en-place (https://mise.jdx.dev/) for repo dependencies" ([18c8d31](https://github.com/TryQuiet/quiet/commit/18c8d31ea982fb8a793ab59a196cf00f2fc39f90))
24+
25+
26+
27+
28+
129
# Changelog
230

331
[unreleased]

packages/desktop/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.

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"homepage": "https://github.com/TryQuiet",
8181
"@comment version": "To build new version for specific platform, just replace platform in version tag to one of following linux, mac, windows",
82-
"version": "7.0.1",
82+
"version": "7.1.0-alpha.0",
8383
"description": "Decentralized team chat",
8484
"main": "dist/main/main.js",
8585
"scripts": {

packages/mobile/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [7.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@6.1.0-alpha.3...@quiet/mobile@7.1.0-alpha.0) (2026-04-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Backend fails to start on GrapheneOS in 6.5.1 ([#3106](https://github.com/TryQuiet/quiet/issues/3106)) ([ce4b9f5](https://github.com/TryQuiet/quiet/commit/ce4b9f56a3cb3c1cd9836e3f234bb3b44560f396))
12+
* Keyboard avoiding on android, properly displaying send button on android, newline rendering in message component on mobile ([#2980](https://github.com/TryQuiet/quiet/issues/2980)) ([4f0afa3](https://github.com/TryQuiet/quiet/commit/4f0afa30160cdc75f624e7246580438c7d2e7600))
13+
14+
15+
### Reverts
16+
17+
* Revert "Use mise-en-place (https://mise.jdx.dev/) for repo dependencies" ([18c8d31](https://github.com/TryQuiet/quiet/commit/18c8d31ea982fb8a793ab59a196cf00f2fc39f90))
18+
19+
20+
21+
22+
123
# Changelog
224

325
[unreleased]

packages/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ android {
168168
applicationId = "com.quietmobile"
169169
minSdkVersion(rootProject.ext.minSdkVersion)
170170
targetSdkVersion(rootProject.ext.targetSdkVersion)
171-
versionCode 580
172-
versionName "7.0.1"
171+
versionCode 581
172+
versionName "7.1.0-alpha.0"
173173
resValue("string", "build_config_package", "com.quietmobile")
174174
testBuildType = System.getProperty("testBuildType", "debug")
175175
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

packages/mobile/ios/Quiet/Info.plist

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.0.1</string>
20+
<string>7.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,25 +34,25 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>533</string>
37+
<string>534</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
39-
<false/>
39+
<false />
4040
<key>LSRequiresIPhoneOS</key>
41-
<true/>
41+
<true />
4242
<key>LSSupportsOpeningDocumentsInPlace</key>
43-
<true/>
43+
<true />
4444
<key>NSAppTransportSecurity</key>
4545
<dict>
4646
<key>NSAllowsArbitraryLoads</key>
47-
<false/>
47+
<false />
4848
<key>NSAllowsLocalNetworking</key>
49-
<true/>
49+
<true />
5050
<key>NSExceptionDomains</key>
5151
<dict>
5252
<key>localhost</key>
5353
<dict>
5454
<key>NSExceptionAllowsInsecureHTTPLoads</key>
55-
<true/>
55+
<true />
5656
</dict>
5757
</dict>
5858
</dict>
@@ -61,9 +61,9 @@
6161
<key>NSDocumentsFolderUsageDescription</key>
6262
<string>Quiet uses the document directory for storing files and images sent through the app.</string>
6363
<key>NSLocationWhenInUseUsageDescription</key>
64-
<string></string>
64+
<string />
6565
<key>NSPhotoLibraryLimitedAccessAPISupport</key>
66-
<true/>
66+
<true />
6767
<key>NSPhotoLibraryUsageDescription</key>
6868
<string>Quiet access photos for sending images through the app.</string>
6969
<key>QuietKeychainAccessGroup</key>
@@ -90,7 +90,7 @@
9090
<string>remote-notification</string>
9191
</array>
9292
<key>UIFileSharingEnabled</key>
93-
<true/>
93+
<true />
9494
<key>UILaunchStoryboardName</key>
9595
<string>LaunchScreen</string>
9696
<key>UIRequiredDeviceCapabilities</key>
@@ -104,6 +104,6 @@
104104
<string>UIInterfaceOrientationLandscapeRight</string>
105105
</array>
106106
<key>UIViewControllerBasedStatusBarAppearance</key>
107-
<false/>
107+
<false />
108108
</dict>
109109
</plist>

packages/mobile/ios/QuietNotificationServiceExtension/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.0.1</string>
20+
<string>7.1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>13</string>
22+
<string>14</string>
2323
<key>FirebaseAppDelegateProxyEnabled</key>
24-
<false/>
24+
<false />
2525
<key>QuietKeychainAccessGroup</key>
2626
<string>$(DEVELOPMENT_TEAM).com.quietmobile</string>
2727
<key>NSExtension</key>

packages/mobile/ios/QuietTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>7.0.1</string>
18+
<string>7.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>527</string>
22+
<string>528</string>
2323
</dict>
2424
</plist>

packages/mobile/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.

0 commit comments

Comments
 (0)