python-clipboard-speaker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5a4b2d37fff4a2a87ef49f4303dea3d7dbc766a2
parent 2314eb14dbf58c8cebf6d064d1a748806e9b1ee2
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu, 21 Apr 2022 18:41:51 +0300

Add an entry to the changelog.

Diffstat:
MCHANGELOG.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2022-04-02 + +Wrap the file numbers returned by `os.open()` inside a file object using +`os.fdopen()` and use them in a context manager with the `with` statement. That +seems to have solved (some of?) the FIFO buffering problems mentioned in +<https://codeberg.org/yuvallangerontheroad/clipboard-speaker/issues/1>. + ## 2022-01-28 Add the command line options `-p` (`--primary`) and `-b` (`--clipboard`).