Skip to content

v0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Feb 16:54

🎉 bulletty v0.2.2 is released with new features and bug fixes. We have a new theme (by @NikolaM-Dev); a notification system that gives feedback on some operations (such as adding or removing article to the Read Later category); adding feeds from their home-pages, that means bulletty will find the feed within an HTML page (by @jlledo); the screens are now rendered even without any input from the user, so the update progress bar will nicely move (by @jlledo); better layout distribution in the statusbar; and a nice welcome dialog explaining how to add feeds to your library, when the library is empty.

Thanks @NikolaM-Dev and @jlledo for their contributions to bulletty v0.2.2. 🎊

image

🆕 What's Changed

Crates Updated

  • chore(deps): bump toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 by @dependabot[bot] in #125
  • chore(deps): bump chrono from 0.4.42 to 0.4.43 by @dependabot[bot] in #124
  • chore(deps): bump url from 2.5.7 to 2.5.8 by @dependabot[bot] in #123
  • chore(deps): bump clap from 4.5.53 to 4.5.54 by @dependabot[bot] in #122
  • chore(deps): bump clap from 4.5.54 to 4.5.57 by @dependabot[bot] in #136
  • chore(deps): bump regex from 1.12.2 to 1.12.3 by @dependabot[bot] in #133
  • chore(deps): bump unicode-width from 0.2.0 to 0.2.2 by @dependabot[bot] in #134
  • chore(deps): bump tempfile from 3.24.0 to 3.25.0 by @dependabot[bot] in #137
  • chore(deps): bump reqwest from 0.12.24 to 0.13.2 by @dependabot[bot] in #135

New Contributors

Full Changelog: v0.2.1...v0.2.2

Install

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download bulletty 0.2.2

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