Release Notes
Added
- Typst Integration: Added Typst compiler support as default and in-built functionality.
- Enhanced Citation Workflow:
- Imprt citations directly from online & local library into a project's BibTeX file using
Ctrl + F. - Citation autocomplete now displays paper titles instead of raw BibTeX keys.
- Citation importer modal displays author names while preserving author ordering.
- Imprt citations directly from online & local library into a project's BibTeX file using
- Dashboard Paper Tracking: Dashboard tracks displayed papers over a 7-day window to guarantee unique paper recommendations.
- Localized Timestamps: Rendered user-visible timestamps in the local system timezone instead of UTC.
Changed
- Architecture Refactoring: Cleanly separated
papr-corebackend logic from TUI presentation layers. - Vim Motions & Editor: Expanded Vim motion navigation and improved editor key bindings.
Fixed
- PDF Navigation: Smoother PDF document scrolling performance.
- Rendering & Graphics: Resolved UI modal rendering glitches, PDF viewport alignment, and Kitty terminal graphics protocol compatibility.
- Feed Caching: Prevented empty feed responses from being saved as valid cache entries.
Performance
- Optimized workspace memory utilization and resource footprint.
Install papr-tui 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AfrozSaqlain/Papr/releases/download/v0.1.1/papr-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AfrozSaqlain/Papr/releases/download/v0.1.1/papr-tui-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install AfrozSaqlain/tap/paprDownload papr-tui 0.1.1
| File | Platform | Checksum |
|---|---|---|
| papr-tui-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| papr-tui-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| papr-tui-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| papr-tui-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| papr-tui-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |