diff --git a/docs/contributing.html b/docs/contributing.html index 02c99bf841..00a7860edc 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -798,12 +798,19 @@ window.addEventListener('scroll',changeHeaderBg);
master - branch for beta version releases (GHC 9.6.2).
master-android - used to build beta Android core library with Nix (GHC 8.10.7).
master-ghc8107 - branch for beta version releases (GHC 8.10.7).
master-ios - used to build beta iOS core library with Nix (GHC 8.10.7) – this branch should be the same as master-android except Nix configuration files.
master-android - used to build beta Android core library with Nix (GHC 8.10.7), same as master-ghc8107
master-ios - used to build beta iOS core library with Nix (GHC 8.10.7).
windows-ghc8107 - branch for windows core library build (GHC 8.10.7).
master-ios and windows-ghc8107 branches should be the same as master-ghc8107 except Nix configuration files.
In simplexmq repo
If simplexmq repo was changed, to build mobile core libraries you need to merge its master branch into master-ghc8107 branch.
To build Android core library:
+To build core libraries for Android, iOS and windows:
master branch to master-android branch.master branch to master-ghc8107 branch.simplexmq commit in master-ghc8107 branch to the commit in master-ghc8107 branch (probably, when resolving merge conflicts).simplexmq commit in master-android branch to the commit in master-ghc8107 branch.To build iOS core library, merge master-android branch to master-ios branch, and push to GitHub.
To build Android core library, merge master-ghc8107 branch to master-android branch, and push to GitHub.
To build iOS core library, merge master-ghc8107 branch to master-ios branch, and push to GitHub.
To build windows core library, merge master-ghc8107 branch to windows-ghc8107 branch, and push to GitHub.
To build Desktop and CLI apps, make tag in master branch, APK files should be attached to the release.
master to stablemaster to master-android (and compile/update code)master-android to master-iosmaster to master-ghc8107 (and compile/update code)master-ghc8107 to master-androidmaster-ghc8107 to master-iosmaster-ghc8107 to windows-ghc8107master-android to stable-androidmaster-ios to stable-iosmaster branch of simplexmq repo should be merged to stable branch on stable releases.| Updated 20.09.2023 | Languages: EN |
+| Updated 01.10.2023 | Languages: EN |
The latest version is v5.3.1.
+The latest stable version is v5.3.1.
+You can get the latest beta releases from GitHub.
Using the same profile as on mobile device is not yet supported – you need to create a separate profile to use desktop apps.
Linux: AppImage (most Linux distros), Ubuntu 20.04 (and Debian-based distros), Ubuntu 22.04.
Mac: x86_64 (Intel), aarch64 (Apple Silicon).
-Windows: coming soon.
+Windows: x86_64 (BETA).
iOS: App store, TestFlight.
Android: Play store, F-Droid, APK aarch64, APK armv7.
diff --git a/jobs/index.html b/jobs/index.html index d578ac4fb0..7935c536e8 100644 --- a/jobs/index.html +++ b/jobs/index.html @@ -368,34 +368,32 @@ window.addEventListener('scroll',changeHeaderBg);We want to add up to 3 people to the team.
You are a servers/network/Haskell expert:
You are an expert in language models, databases and Haskell:
You will be focussed mostly on our servers code, and will also contribute to the core client code written in Haskell.
You will be focussed mostly on our client applications, and will also contribute to the servers also written in Haskell.
You are a product UX expert who designs great user experiences directly in iOS code:
You are an expert in Apple platforms, including:
Knowledge of Android and Kotlin Multiplatform would be a bonus - we use Kotlin Jetpack Compose for our Android and desktop apps.