github-actions
released this
31 Aug 17:35
·
156 commits
to main
since this release
Release Notes
Features
- Add import command (#132) by @ymgyt (3513a253)
- Support configuration file by @ymgyt (86d7b246)
- Support text browser integration by @ymgyt (dc1e1cec)
- Set timeout for the github client by @ymgyt (96e47621)
Documentation
Miscellaneous Tasks
- Add benchmark for rendering (#93) by @ymgyt (0a1d4d3f)
- Support flamegraph by @ymgyt (e09f315e)
- Mk etc dir by @ymgyt (fd209bc8)
- Upgrade tui-big-text from 0.4.5 to 0.5.3 by @ymgyt (23de054b)
- Use HighlightSpacing::Alway when rendering table by @ymgyt (fe357e9c)
- Trim the output of config init by @ymgyt (e1c3e048)
- Update cli help by @ymgyt (35981ef0)
- Handle command not found error by @ymgyt (b6b914c0)
- Add pat validation during github client construction by @ymgyt (f75ddf9a)
- Add validation method to ConfigResolver by @ymgyt (9152458b)
- Change unreferenced value in insta test by @ymgyt (4fa07c39)
Refactor
- Abstract file system by @ymgyt (9cbef556)
- Add create operations to fs trait by @ymgyt (db46ab02)
- Remove duplicat code in cache's load and persis methods by @ymgyt (e9445da8)
- Abstract interactor (#121) by @ymgyt (f0283f8d)
- Add custom table widget to remove duplicate code by @ymgyt (5a2953c6)
Styling
Testing
https://github.com/ymgyt/syndicationd/compare/synd-term-v0.3.0...
Install synd-term 0.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.3.1/synd-term-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.3.1/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.3.1
Install prebuilt binaries via Homebrew
brew install ymgyt/syndicationd/synd-term
Download synd-term 0.3.1
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 |