Skip to content

Release Candidate for v1.0

Compare
Choose a tag to compare
@saulpw saulpw released this 23 Dec 06:26
· 6710 commits to stable since this release
2673ae4

No changes will be made on stable before 1.0 except for targeted bugfixes with minimal likelihood of regressing anything else. If there are any more bugfixes to be applied, they will be cherry-picked from continuing develop. Either v0.99 or v0.99.1 will become the formal 1.0 in a few weeks.

User-facing changes in this version:

  • tab completion for filename and python expressions
  • load .html table elements (requires lxml)
    • http urls are now usable as sources (requires requests)
  • save as .json
  • ^W to erase a word in the line editor
  • gC views all columns on all sheets
  • median aggregator
  • v now 'visibility toggle' (moved from w)
  • --version (thanks to @jsvine)
  • options.use_default_colors (thanks to @wavexx)