This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
v1.12.0
Features
- Added a help banner with common key bindings.
- Added
gg
andG
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
- Shortened reddit links (https://redd.it/) will now work with
-s
.
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.