All Versions
23
Latest Version
Avg Release Cycle
229 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.5 Changes
- ๐ Fix missing String#[email protected] method on Ruby <2.3, patch by @AaronC81
-
v1.3.4 Changes
February 23, 2020- ๐ Don't break on Ruby 2.1, patch by @grosser
-
v1.3.3 Changes
January 10, 2019- ๐ Fix Cygwin implementation to work when File constant is loaded, fix by @ntachino
-
v1.3.2 Changes
December 14, 2018- ๐ Windows version actually mutates a string, fix by @scivola
-
v1.3.1 Changes
December 11, 2018- Prefer xsel over xclip, because it can handle more data
-
v1.3.0 Changes
๐ Bug Fixes
- ๐ Conditionally read or don't read the output stream of external commands, fixes #32
- Special thanks to @orange-kao for the bug report + PR
๐ New Features
- โ Add a GTK based clipboard
Internal changes
- ๐ Use frozen string literals
- ๐ Conditionally read or don't read the output stream of external commands, fixes #32
-
v1.2.1 Changes
December 10, 2018- โ Add WSL to autoloaded constants
-
v1.2.0 Changes
December 09, 2018- ๐ Support WSL (Windows Subsystem for Linux)
-
v1.1.2 Changes
May 27, 2018- ๐ง Linux: Replace calls to
which
with native check (thanks @woodruffw)
- ๐ง Linux: Replace calls to
-
v1.1.1 Changes
July 24, 2016- ๐ Surpress 3rd party processes' STDERR, see #26
- ๐ Internal API changes to meet modified relaxed ruby style guidelines