🎉 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. 🎊
🆕 What's Changed
- feat: GitHub Dark Dimmed theme by @NikolaM-Dev in #140
- fix: main thread block by @jlledo in #138
- docs: Theme reference by @NikolaM-Dev in #141
- chore: Address clippy warning by @jlledo in #144
- feat: parse html metadata for feed links by @jlledo in #143
- fix: updater was breaking after the first fail by @crocidb
- fix: OPML categories might use text or title attributes by @crocidb
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
- @NikolaM-Dev made their first contribution in #140
- @jlledo made their first contribution in #138
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 | shInstall 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 |
