Skip to content

Version 3.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 19:28
· 12 commits to master since this release

This is Version 3.5.1 with support for protocol versions 1, 2, and 3.

Notes:

  • To use ClipShare, you will need a client app. An Android client app can be found at apt.izzysoft.de. Its source is available at github.com/thevindu-w/clip_share_client.
  • The clipshare.conf file in assets is a sample. You may need to modify it.
  • There are multiple Linux server versions included in assets in the clip_share_server-3.5.1-linux_x86_64.tar.gz archive. They are compiled for GLIBC versions (2.27, 2.31, 2.35, and 2.39) and libssl versions (1.1 and 3). You can select the one that is compatible with your Linux system. If you use the installer script, it will automatically select the suitable version. If none of them are working on your system, you need to compile it from the source. The compiling procedure is described in README.md#build-from-source.
  • Windows version is tested only on Windows 10 and later. It might fail on older versions.
  • There are two versions for macOS included in assets in the clip_share_server-3.5.1-macos.zip archive. They are compiled for Intel-based Mac and Mac computers with Apple silicon. You can select the one that is compatible with your Mac computer. If you use the installer script, it will automatically select the suitable version.
    • For Mac computers with Apple silicon, use clip_share-arm64.
    • For Intel-based Mac, use clip_share-x86_64.
  • You need to allow the app through the firewall. Refer to README.md#allow-through-firewall and README.md#how-to-use sections for more details.
  • Optionally, you may install clip_share to run on startup. Refer to README.md#installation for more details.
  • The installer scripts attached to the assets are online installers. They will automatically download the correct binaries for this version, and run the offline installer in it. Alternatively, you may manually download the binary archive for your operating system and use the offline installer in it.

Changes:

  • Fix the macOS installer.
  • Fix build failure in no_ssl mode.