All Versions
23
Latest Version
Avg Release Cycle
229 days
Latest Release
-

Changelog History
Page 1

  • v1.3.5 Changes

    • ๐Ÿ›  Fix missing String#+@ 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
  • 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
  • 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)
  • v1.1.1 Changes

    July 24, 2016
    • ๐Ÿ‘€ Surpress 3rd party processes' STDERR, see #26
    • ๐Ÿ’… Internal API changes to meet modified relaxed ruby style guidelines