Skip to content

v1.11.0

Latest
Compare
Choose a tag to compare
@sharkdp sharkdp released this 09 Mar 21:24
· 74 commits to master since this release

Features

  • Enable using <FILE> and -e <EXPRESSION> CLi arguments at the same time by @Bzero in #356
  • Add -i/--inspect-interactively option to enter interactive session after executing script or expression by @Bzero in #370

Bugfixes

  • Better error messages for unterminated strings with interpolations by @Zengor in #389
  • Store datetimes with fixed offset by @sharkdp in #378, see also: #376
  • Disallow dimensionless base units by @sharkdp in #381
  • Runtime error for wrong format specifiers by @sharkdp in #379
  • Create parents of user data directory (for storing numbat history) if they do not exist @hamirmahal in #386

Prelude

  • Add time function
  • Add imperial volume units by @sharkdp in #382

Other changes

Full Changelog: v1.10.1...v1.11.0