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.
- 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-core backend 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 | sh
Install 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/papr
Download papr-tui 0.1.1