Skip to content

Releases: primalmotion/netboard

v2.2.0

13 Aug 00:22
247a777
Compare
Choose a tag to compare

Changelog

  • 247a777 fixed: failure to start when clipboard is empty

v2.1.0

07 Jul 22:03
5ca5b7c
Compare
Choose a tag to compare

Changelog

  • 5ca5b7c fixed: correctly cancel context during retries
  • f18c2ce fixed: exit on wl-paste watch issue

v2.0.0

18 May 16:46
224b106
Compare
Choose a tag to compare

This release adds support for websockets (instead of chunked HTTP encoding), tweaks the TCP timeouts to save battery life when needed, and keep the connection open longer when devices looses connectivity. The api endpoint changed and is not compatible with 1.0.0, hence major version bump.

Changelog

  • a16a171 Merge pull request #2 from primalmotion/websocket
  • 224b106 Merge pull request #3 from primalmotion/keepalives
  • ea46f55 README: add mention of ws + usage
  • 4b48f79 dep: use wsc 1.52.0
  • bfcb0ab new: add support for websockets
  • 04ae39b new: optimize tcp power usage for websockets
  • a348447 readme: fix wrong package name
  • bdf6ac8 readme: mention the non git AUR package

v1.0.0

16 May 17:42
3bc0611
Compare
Choose a tag to compare

Changelog

  • feac252 Create go.yml
  • 5dd946b Merge branch 'master' of github.com:primalmotion/netboard
  • 27dae51 README: add a word about modes
  • 1d75dc7 Update README.md
  • da95720 better handling of identical cb content
  • d82f67f better log messages
  • 81202d7 better mode init handling
  • 90f6d34 fix compilation issue with nocgo
  • c2d8770 fix infinite loop
  • a0a0ec2 fixed: don't recompute hash
  • 3bc0611 lint: make linter happy
  • 5b4fa85 makefile: inject sha/branch to --version
  • e53f751 move to gihtub for now
  • 2cdcf4e new: more robust subprocess handling
  • ef97c5f readme: note of multi tenancy
  • 29ebb34 readme: spelling
  • 6517032 reinit buffers after reading a chunk
  • 2f6fad8 wl-clipboard: simplify and fix subprocesses interactions