Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

v1.12.0

Compare
Choose a tag to compare
@michael-lazar michael-lazar released this 26 Aug 03:15
· 731 commits to master since this release

Features

  • Added a help banner with common key bindings.
  • Added gg and G bindings to jump to the top and bottom the the page.
  • Updated help screen now opens with the system PAGER.
  • The / prompt now works from inside of submissions.
  • Added an Instagram parser to extract images and videos from urls.

Bugfixes

Codebase

  • Removed the Tornado dependency from the project.
  • Added a requirements.txt file.
  • Fixed a bunch of tests where cassettes were not being generated.
  • Added compatibility for pytest-xdist.