Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 23:55
6dcd067

馃帀 bulletty v0.3.0 is finally out!

This is the most packed release ever! With parallel requests, updating the feeds is fast. A library with 50+ feeds can be updated in a matter of a couple seconds now. So many improvements to the general navigation in the TUI, especially from caching the Library, made the TUI feel as fluid as it can get. The interface also got an indication of unread articles per feed and a feed source status bar can give more context of your library. The reader now has support for code highlighting, as well as other improvements to markdown rendering. bulletty now supports user themes, defined in the library, opening possibilities for future procedural theming like matugen. Also, catpuccin was introduced in two flavors: Latte and Mocha. Although not yet a first-class citizen, but now mouse scroll work when running bulletty from tmux. We introduced hooks to bulletty, just points in the app where the user can hook their own tools, something essential to automate a library backup, as I explained here. Many issues with requests, rendering and interaction were also fixed.

This work couldn't be possible without the help of all our contributors. Thanks for making bulletty a better piece of software.

screenshot

馃啎 What's Changed

New Contributors

Gallery

bulletty1 bulletty2

Install with Cargo

cargo install bulletty

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/crocidb/bulletty/releases/download/v0.3.0/bulletty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/crocidb/bulletty/releases/download/v0.3.0/bulletty-installer.ps1 | iex"

Download bulletty 0.3.0

File Platform Checksum
bulletty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
bulletty-x86_64-apple-darwin.tar.xz Intel macOS checksum
bulletty-x86_64-pc-windows-msvc.zip x64 Windows checksum
bulletty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
bulletty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
bulletty-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum