v0.2.6 2024-06-18
github-actions
released this
18 Jun 15:25
·
303 commits
to main
since this release
Release Notes
Features
- Simplify ui by @ymgyt (b2fa928d)
- Show entry detail by @ymgyt (e9162afa)
- Inform latest release by @ymgyt (a65eb66c)
- Match feed url by @ymgyt (d077a320)
Documentation
Miscellaneous Tasks
- Update ratatui from 0.26.1 to 0.26.3 by @ymgyt (5260fc8b)
- Simplyfi fileter ui by @ymgyt (e7815ada)
- Rename homebrew formula from synd to synd-term by @ymgyt (79ca0f87)
- Add docker description by @ymgyt (a7ab8ae2)
- Rename oranda project from synd to synd-term by @ymgyt (383a3592)
- Use default-features instead of default_features by @ymgyt (fd827f4c)
Refactor
- Remove unused code by @ymgyt (bd428f17)
- Avoid rendering during key event handling if possible by @ymgyt (db42f5c7)
- Abstract cache access by @ymgyt (32ae36e0)
- Use ApplicationBuilder to construct Application by @ymgyt (985edfd9)
- Use tokio_util CancellationToken instead of mpsc channel by @ymgyt (3ca15bf8)
- Remove unused code by @ymgyt (a46f99fd)
- Move generated gql client code to generated dir by @ymgyt (8600f559)
- Remove duplicate processing in InFlight::remove by @ymgyt (0b9c8b0c)
Styling
- Remove right padding for consistency by @ymgyt (79b59ca5)
- Remove icon from table header for alignment by @ymgyt (ef156c94)
- Fix search alignment by @ymgyt (43f30fc6)
Testing
- Use insta for buffer assersions by @ymgyt (72f90cb3)
- Add command test by @ymgyt (b07b0707)
- Setup application in helper method by @ymgyt (489bd75f)
- Filtered out non-test-related events during integration by @ymgyt (eafc1e4f)
- Add subscribe integration test case by @ymgyt (8d9a30db)
- Add command test by @ymgyt (53a16c71)
- Add google authentication test case by @ymgyt (7590f197)
- Add fetch entries fixture test by @ymgyt (4f3b8e23)
- Add filter entries integration test case by @ymgyt (d005d0d2)
- Handle not tty case by @ymgyt (b3ada7c0)
- Add pperiodic refresher test case by @ymgyt (6e9a19da)
- Add refreshing expired jwt test case (#53) by @ymgyt (ffd73907)
- Add test to direction by @ymgyt (90f8492a)
- Add test case that resize terminal by @ymgyt (05251ee4)
- Add test case that edit and open feed by @ymgyt (a2e99d98)
- Add error handling test case by @ymgyt (25641b2c)
Install synd-term 0.2.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.6/synd-term-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.6/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.2.6
Install prebuilt binaries via Homebrew
brew install ymgyt/syndicationd/synd-term
Download synd-term 0.2.6
File | Platform | Checksum |
---|---|---|
synd-term-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
synd-term-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
synd-term-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
synd-term-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
synd-term-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |