synd-term
Releases
v0.3.1 2024-08-31
synd-term-v0.3.1
Aug 31 2024 at 17:35 UTC
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 |
v0.3.0 2024-07-11
synd-term-v0.3.0
Jul 11 2024 at 03:23 UTC
Release Notes
Features
-
Use local timezone when displaying time (#71) by @ymgyt (36212b4b)
-
Category filtering for github notifications (#78) by @ymgyt (e67b0502)
-
Display labels for github issues and PRs by @ymgyt (1cd28d0c)
-
Persist github notifications filter options by @ymgyt (28ba85ee)
-
Handle github secondary rate limit error by @ymgyt (9f690c67)
-
Limit the number of concurrent executions of job futures by @ymgyt (62b51bb0)
Miscellaneous Tasks
Refactor
- Use the filter of FilterableVec as the primary source by @ymgyt (f1739fe8)
- Use macro to impl newtype by @ymgyt (17797a5c)
- Split background futures to another jobs by @ymgyt (995f143b)
https://github.com/ymgyt/syndicationd/compare/synd-term-v0.3.0-rc.2...
Install synd-term 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.3.0/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.0/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.3.0
Install prebuilt binaries via Homebrew
brew install ymgyt/syndicationd/synd-term
Download synd-term 0.3.0
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 |
v0.2.6 2024-06-18
synd-term-v0.2.6
Jun 18 2024 at 15:25 UTC
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 |
v0.2.5 2024-05-23
synd-term-v0.2.5
May 23 2024 at 22:15 UTC
Release Notes
Features
Miscellaneous Tasks
Refactor
Install synd-term 0.2.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.5/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.5/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.2.5
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.2.5
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 |
v0.2.4 2024-05-06
synd-term-v0.2.4
May 6 2024 at 16:33 UTC
Release Notes
Features
- Show big text on login by @ymgyt (d4a5b18e)
- Refresh google id token periodically by @ymgyt (b5e0ae1f)
- Friendly nom parse error by @ymgyt (8664e3d7)
- Paginate entries and feeds by @ymgyt (794f65da)
- Make entries limit configurable by @ymgyt (206bbad7)
- Show entries count indicator by @ymgyt (fa4abc7e)
- Add unsubscribe popup by @ymgyt (d7db5140)
Bug Fixes
Miscellaneous Tasks
- Change feed entries count to fetch by @ymgyt (979231e9)
- Prevent selection out of index by @ymgyt (1cf01601)
- Make column order consistent by @ymgyt (fecafd98)
- Logging feeds that failed to fetch by @ymgyt (425548cb)
Refactor
- Clippy by @ymgyt (ddc8fa66)
- Use bitflags to manage app flags by @ymgyt (aa2d6c49)
- Count keymap capacity by @ymgyt (466368f4)
- Rename parse module to service by @ymgyt (256542d9)
- Reduce visibility by @ymgyt (08df3e55)
Install synd-term 0.2.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.4/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.4/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.2.4
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.2.4
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 |
v0.2.3 2024-04-29
synd-term-v0.2.3
Apr 29 2024 at 05:03 UTC
Release Notes
Features
Miscellaneous Tasks
- Change oranda project name from synd-term to synd by @ymgyt (802892ad)
- Rename clear command to clean by @ymgyt (767adc34)
Refactor
- Use FeedUrl instead of String by @ymgyt (7503ae0e)
- Make tests module consistent by @ymgyt (a0c2c530)
- Rename prompt to status line by @ymgyt (6e3c8850)
- Rename filter method by @ymgyt (4cc525fc)
Testing
Install synd-term 0.2.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.3/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.3/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.2.3
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.2.3
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 |
v0.3.1 2024-04-29
synd-feed-v0.3.1
Apr 29 2024 at 03:13 UTC
v0.2.2 2024-04-29
synd-api-v0.2.2
Apr 29 2024 at 03:49 UTC
v0.3.0 2024-04-20
synd-feed-v0.3.0
Apr 20 2024 at 09:17 UTC
v0.2.1 2024-04-20
synd-api-v0.2.1
Apr 20 2024 at 09:19 UTC
v0.2.2 2024-04-18
synd-term-v0.2.2
Apr 18 2024 at 02:45 UTC
Release Notes
Bug Fixes
Install synd-term 0.2.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.2/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.2/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.2.2
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.2.2
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 |
v0.2.1 2024-04-17
synd-term-v0.2.1
Apr 17 2024 at 11:40 UTC
Release Notes
Bug Fixes
Install synd-term 0.2.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.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.2.1/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.2.1
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.2.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 |
v0.2.0 2024-04-17
synd-term-v0.2.0
Apr 17 2024 at 10:53 UTC
Release Notes
Features
- Support go to first/end keymap by @ymgyt (874cfbef)
- Instrument graphql task monitor by @ymgyt (cb44f3b8)
- Parse feed category and requirement by @ymgyt (17b62885)
- Support feed annotations by @ymgyt (937b561d)
- Render annotations by @ymgyt (1f41872c)
- Stylize requirement lavel by @ymgyt (324d599c)
- Handle feed update by @ymgyt (b0c49072)
- Normalize category by @ymgyt (b25a147e)
- Show annotations in feed detail by @ymgyt (cb0db4ac)
- Add entries requirement filter by @ymgyt (5d49d7f4)
- Add feeds requirement filter by @ymgyt (7d4b3e5c)
- Add category filter by @ymgyt (176fc392)
- Add arrow keymap by @ymgyt (952a3229)
Bug Fixes
Miscellaneous Tasks
- Add pacman to oranda install section by @ymgyt (873254cd)
- Fix check command typo by @ymgyt (59ed1b83)
- Make table column capital consistent by @ymgyt (a9b7eff9)
- Capitalize feed detail columns by @ymgyt (ed9f0668)
- Remove feed prefix from feed detail component by @ymgyt (09a0a410)
- Increase fetched entries count by @ymgyt (e5177160)
- Fix typo by @ymgyt (a70475ec)
- Change category filter keymap by @ymgyt (8a736ed4)
- Create symlink to categories.toml by @ymgyt (c990584c)
Refactor
- Add helix like keymaps by @ymgyt (257beaad)
- Resolve key events using an arrary of keymaps by @ymgyt (311e3848)
Install synd-term 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.0/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.0/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.2.0
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.2.0
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 |
v0.1.5 2024-04-17
synd-o11y-v0.1.5
Apr 17 2024 at 09:00 UTC
v0.2.0 2024-04-17
synd-feed-v0.2.0
Apr 17 2024 at 08:58 UTC
v0.2.0 2024-04-17
synd-api-v0.2.0
Apr 17 2024 at 09:02 UTC
v0.1.9 2024-03-29
synd-api-v0.1.9
Mar 29 2024 at 18:13 UTC
v0.2.1 2024-03-23
synd-auth-v0.2.1
Mar 23 2024 at 05:33 UTC
v0.1.8 2024-03-23
synd-api-v0.1.8
Mar 23 2024 at 07:17 UTC
v0.1.10 2024-03-19
synd-term-v0.1.10
Mar 19 2024 at 04:04 UTC
Release Notes
Features
- Make the order of keymap help consistent by @ymgyt (76d385e3)
- Change time format delimiter by @ymgyt (b0768bc1)
- Change entry column name by @ymgyt (fd15bf63)
Miscellaneous Tasks
Install synd-term 0.1.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.10/synd-term-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.10/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.1.10
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.1.10
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 |
v0.1.9 2024-03-18
synd-term-v0.1.9
Mar 18 2024 at 14:07 UTC
Release Notes
Features
- Fallback latest entries published date by @ymgyt (98b57a10)
- Handle ctrl-c by @ymgyt (ef2842e2)
- Make the space policy consistent by @ymgyt (0a3d9dfb)
- Change detail border type by @ymgyt (099c8524)
- Change feed meta widget from list to table by @ymgyt (f583e2f2)
Bug Fixes
Refactor
Install synd-term 0.1.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.9/synd-term-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.9/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.1.9
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.1.9
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 |
v0.1.8 2024-03-17
synd-term-v0.1.8
Mar 17 2024 at 08:16 UTC
Release Notes
Features
- Use nerd font in prompt by @ymgyt (b864e277)
- Use nerd font in columns by @ymgyt (278fbbe8)
- Support google login by @ymgyt (a55c3109)
- Error if google jwt email is not verified by @ymgyt (a8ee97d0)
- Add nerd font to feed detail component by @ymgyt (1379a297)
Refactor
Install synd-term 0.1.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.8/synd-term-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.8/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.1.8
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.1.8
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 |
v0.2.0 2024-03-17
synd-auth-v0.2.0
Mar 17 2024 at 07:55 UTC
v0.1.6 2024-03-17
synd-api-v0.1.6
Mar 17 2024 at 08:16 UTC
Release Notes
Features
- Set graphql depth and complexity limit by @ymgyt (54b44e88)
- Set graphql depth and complexity limit for introspection by @ymgyt (f6db33dc)
- Support google oidc by @ymgyt (c7c81fd8)
Miscellaneous Tasks
Refactor
Install synd-api 0.1.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-api-v0.1.6/synd-api-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-api-v0.1.6/synd-api-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-api@0.1.6
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd-api
Download synd-api 0.1.6
File | Platform | Checksum |
---|---|---|
synd-api-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
synd-api-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
synd-api-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
synd-api-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
synd-api-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.1.7 2024-03-12
synd-term-v0.1.7
Mar 12 2024 at 09:39 UTC
Release Notes
Features
- Show first graphql error in ui by @ymgyt (ca29ea02)
- Add export command by @ymgyt (9bb73182)
- Print export json schema by @ymgyt (3023c3f7)
Miscellaneous Tasks
Install synd-term 0.1.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.7/synd-term-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.7/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.1.7
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.1.7
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 |
v0.1.4 2024-03-08
synd-o11y-v0.1.4
Mar 8 2024 at 19:19 UTC
v0.1.5 2024-03-01
synd-api-v0.1.5
Mar 1 2024 at 20:30 UTC
Release Notes
Features
Install synd-api 0.1.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-api-v0.1.5/synd-api-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-api-v0.1.5/synd-api-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-api@0.1.5
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd-api
Download synd-api 0.1.5
File | Platform | Checksum |
---|---|---|
synd-api-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
synd-api-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
synd-api-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
synd-api-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
synd-api-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.1.6 2024-02-28
synd-term-v0.1.6
Feb 28 2024 at 18:20 UTC
Release Notes
Features
Miscellaneous Tasks
Install synd-term 0.1.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.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.1.6/synd-term-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @syndicationd/synd-term@0.1.6
Install prebuilt binaries via Homebrew
brew install ymgyt/homebrew-syndicationd/synd
Download synd-term 0.1.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 |