Skip to content

v0.9.4

Compare
Choose a tag to compare
@smaeda-ks smaeda-ks released this 10 Dec 13:30
· 24 commits to master since this release
03984a2

Bugs are not fun.
Today, we're thrilled to announce that we're releasing a new version of Twurl - v0.9.4 - for the first time in about 4 years. This release includes multiple bug fixes and a couple of additional small enhancements.

We really appreciate all the developers who made contributions and gave us feedback in order to release this new version.

Bug Fix:

  • Fix token secret cli parsing #91 by @woparry

  • Fix PIN authorization #111 by @raethlo

  • Make aliases work again #114 by @flaviomartins

  • Stop manual URI parsing/escaping and use CGI::parse #119

  • Do not parse/escape request POST body in case if "content-type" request header is specified 2bcda26

  • set_form_data() does not escape "*" (asterisk) in POST body data #117

  • Use IO.binread instead of IO.read #110

Enhancement

  • Add --timeout and --connection-timeout options #128
  • Feature Request: username selection command line option #125