Sha256: d7d772a8cee5b99d7650af8b60f427c2357a0a5b9b8b296447006a0e062dae15

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 KB

Contents

# CHANGELOG

## 1.2.1
* Add WSL to autoloaded constants

## 1.2.0
* Support WSL (Windows Subsystem for Linux)

## 1.1.2
* Linux: Replace calls to `which` with native check (thanks @woodruffw)

## 1.1.1
* Surpress 3rd party processes' STDERR, see #26
* Internal API changes to meet modified relaxed ruby style guidelines

## 1.1.0
* Remove support for 1.8
* Windows: Fix that the gem tries to convert encoding of pasted strings, leave this to user
* Support Cygwin's clipboard

## 1.0.6
* Improve Linux xsel support #17

## 1.0.5
* Windows 1.9 multibyte support

## 1.0.4
* Restore 1.8 Support

## 1.0.3
* Don't load current version from file (gh#15)

## 1.0.2
* Add missing require 'rbconfig'
* File backend: File only accessible by owner
* Small tweaks

## 1.0.1
* Fix permissions in packaged rubygem

## 1.0.0
* Add basic java clipboard support

## 0.9.9
* Allow Ocra packing

## 0.9.8
* Fix a Windows bug

## 0.9.6 / 0.9.7
* Support rubygems-test ("gem test clipboard" if rubygems-test is installed)

## 0.9.5
* Fallback to Clipboard::File, if no other clipboard is available
* Also check for xsel if using linux implementation
* Fix for jruby copying
* You can directly use a specific implementation, e.g.: require
  'clipboard/file' # gives you Clipboard::File

## < 0.9.4
See https://github.com/janlelis/clipboard/commits/0.9.4

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clipboard-1.2.1 CHANGELOG.md