Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thevindu-w committed Aug 2, 2024
1 parent 20bb560 commit 2bb90ec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/resources/clipshare.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
# app_port=4337
# app_port_secure=4338
# udp_port=4337
# web_port=4339

insecure_mode_enabled=true
secure_mode_enabled=false
web_mode_enabled=false

# server_key=cert_keys/server.key
# server_cert=cert_keys/server.crt
Expand All @@ -27,5 +25,17 @@ web_mode_enabled=false

# cut_sent_files=true

# min_proto_version=2
# max_proto_version=3

# method_get_text_enabled=true
# method_send_text_enabled=true
# method_get_files_enabled=true
# method_send_files_enabled=true
# method_get_image_enabled=true
# method_get_copied_image_enabled=true
# method_get_screenshot_enabled=true
# method_info_enabled=true

## Windows only
# tray_icon=true
13 changes: 7 additions & 6 deletions .github/workflows/resources/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
This is Version 3.2.1 with support for protocol versions 1, 2, and 3.
This is Version 3.3.0 with support for protocol versions 1, 2, and 3.

**Notes:**
- You will need a client app to use ClipShare. You can find a client app for Android at [apt.izzysoft.de](https://apt.izzysoft.de/fdroid/index/apk/com.tw.clipshare/). Its source is available at [github.com/thevindu-w/clip_share_client](https://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.2.1-linux_x86_64.tar.gz` archive. They are compiled for some GLIBC versions (2.27, 2.31, 2.35, and 2.39) with some libssl versions (1.1 and 3). You can select the one compatible with your Linux system if there is any. They might not work for other GLIBC versions and libssl versions. If none of them are working on your system, you need to compile it from the source for your distribution. The compiling procedure is described in [README.md#build-from-source](https://github.com/thevindu-w/clip_share_server#build-from-source).
- There are multiple Linux server versions included in assets in the `clip_share_server-3.3.0-linux_x86_64.tar.gz` archive. They are compiled for some GLIBC versions (2.27, 2.31, 2.35, and 2.39) with some 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 for your distribution. The compiling procedure is described in [README.md#build-from-source](https://github.com/thevindu-w/clip_share_server#build-from-source).
- For Ubuntu 24 (Noble) based distros, the version with GLIBC 2.39 and libssl-3 should work.
- For Ubuntu 22 (Jammy) based distros, the version with GLIBC 2.35 and libssl-3 should work.
- For Ubuntu 20 (Focal) based distros, the version with GLIBC 2.31 and libssl-1 should work.
- For Ubuntu 18 (Bionic) based distros, the version with GLIBC 2.27 and libssl-1 should work.
- For the latest versions of Fedora or Arch based distros, the version with GLIBC 2.39 or later should work.
- Windows version is tested only on Windows 10 and later. It might fail on older versions.
- There are two macOS server versions included in assets in the `clip_share_server-3.2.1-macos.zip` archive. They are compiled for Intel-based Mac and Mac computers with Apple silicon. You can select the one compatible with your Mac computer.
- There are two macOS server versions included in assets in the `clip_share_server-3.3.0-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](https://github.com/thevindu-w/clip_share_server#allow-through-firewall) and [README.md#how-to-use](https://github.com/thevindu-w/clip_share_server#how-to-use) sections for more details.
- Optionally, you may install `clip_share` to run on startup. Refer to [README.md#installation](https://github.com/thevindu-w/clip_share_server#installation) for more details.

**Changes:**
- Bug fixes
- Improvements in installer scripts
- Code quality improvements
- Features:
- New configuration option to set minimum and maximum protocol versions to use.
- New configuration option to enable or disable methods separately.
- Bug fixes

0 comments on commit 2bb90ec

Please sign in to comment.