Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
leblowl committed Apr 4, 2024
1 parent bc34b16 commit 0e587b1
Show file tree
Hide file tree
Showing 10 changed files with 1,204 additions and 5,774 deletions.
6,872 changes: 1,118 additions & 5,754 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0-alpha.0](/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-04-04)


### Bug Fixes

* "Invite A Friend" tab now reads "Add Members" (#2234) 049cd56, closes #2234
* Add `patch` to requirements documentation (#1766) 8eb6fcc, closes #1766
* Allow JPEG and GIF images as profile photos #2332 (#2353) 233725f, closes #2332 #2353
* Clean up desktop UI console errors/warnings (#2226) 570a7a9, closes #2226
* cleanup username creation component (#2216) 1d03995, closes #2216
* create jdenticon from pubKey, not username - to distinguish user… (#2207) fd8bd06, closes #2207
* Enable channel context menu for all users (#2206) 02f6809, closes #2206
* Make community name field text visible on create community page (#2233) 0f4a33f, closes #2233
* make sure local peer's address in in invitation link (#2268) 53f1ec9, closes #2268
* pasting multiple files #1987 (#2306) 7c6b669, closes #1987 #2306
* Quick fix for intro message race condition (#2376) d4f7449, closes #2376
* Remove duplicate introduction messages once again (#2296) 655a812, closes #2296
* Updating channel naming logic (#2307) 38b007e, closes #2307


### Features

* Add user profile feature for desktop (#1923) d016be5, closes #1923
* Feat/519 big emoji messages (#2389) 71c8b22, closes #2389





[unreleased]


Expand Down
4 changes: 2 additions & 2 deletions packages/desktop/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 packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"homepage": "https://github.com/TryQuiet",
"@comment version": "To build new version for specific platform, just replace platform in version tag to one of following linux, mac, windows",
"version": "2.1.2",
"version": "2.2.0-alpha.0",
"description": "Decentralized team chat",
"main": "dist/main/main.js",
"scripts": {
Expand Down
32 changes: 32 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0-alpha.0](/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-04-04)


### Bug Fixes

* Add `patch` to requirements documentation (#1766) 8eb6fcc, closes #1766
* Add retry ability to tor-control and update Tor port on resume (#2360) 9517f08, closes #2360
* ask push notification runtime permission on Android (#2213) 2f92e88, closes #2213
* calling init websocket connection (#2261) fe1d9dd, closes #2261
* cleanup username creation component (#2216) 1d03995, closes #2216
* create jdenticon from pubKey, not username - to distinguish user… (#2207) fd8bd06, closes #2207
* deep linking issues (#2154) 2867264, closes #2154 #1970
* delay node start (#2300) 810f7c3, closes #2300
* make sure local peer's address in in invitation link (#2268) 53f1ec9, closes #2268
* Reduce max random port on iOS (#2402) 2c783aa, closes #2402
* Updating channel naming logic (#2307) 38b007e, closes #2307
* Use useLegacyPackaging feature in Gradle (#2384) 125ec4e, closes #2384


### Features

* Add user profile feature for desktop (#1923) d016be5, closes #1923





[unreleased]


Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ android {
applicationId "com.quietmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 411
versionName "2.1.2"
versionCode 412
versionName "2.2.0-alpha.0"
resValue "string", "build_config_package", "com.quietmobile"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
20 changes: 10 additions & 10 deletions packages/mobile/ios/Quiet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.2</string>
<string>2.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -34,28 +34,28 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>368</string>
<string>369</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<false />
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<false />
<key>NSAllowsLocalNetworking</key>
<true/>
<true />
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string />
<key>UIAppFonts</key>
<array>
<string>Rubik-Black.ttf</string>
Expand All @@ -74,7 +74,7 @@
<string>Rubik-SemiBoldItalic.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array/>
<array />
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand All @@ -88,6 +88,6 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
</dict>
</plist>
4 changes: 2 additions & 2 deletions packages/mobile/ios/QuietTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.2</string>
<string>2.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>368</string>
<string>369</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions packages/mobile/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 packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/mobile",
"version": "2.1.2",
"version": "2.2.0-alpha.0",
"scripts": {
"build": "tsc -p tsconfig.build.json --noEmit",
"storybook-android": "ENVFILE=.env.storybook react-native run-android --mode=storybookDebug --appIdSuffix=storybook.debug",
Expand Down

0 comments on commit 0e587b1

Please sign in to comment.