Skip to content

Commit

Permalink
Update release notes and sample config file
Browse files Browse the repository at this point in the history
  • Loading branch information
thevindu-w committed Jan 21, 2025
1 parent ee53474 commit 67477f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/resources/clipshare.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ secure_mode_enabled=false

# working_dir=path/to/working/dir
# bind_address=0.0.0.0
# bind_address_udp=0.0.0.0

# max_text_length=4M
# max_file_size=64G
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/resources/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ This is Version <VERSION> with support for protocol versions 1, 2, and 3.
- 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:**
- Show version with -v command line option.
- Fix working_dir configuration values containing back-slashes or ending slashes on Windows.
- Enforce minimum TLS version 1.2.
- Add a new conf option bind_address_udp to specify the UDP bind address.
- Fix memory allocation errors.
- Code quality improvements.

0 comments on commit 67477f9

Please sign in to comment.