Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-03 | 1.8 kB | |
v0.5.0 source code.tar.gz | 2025-06-03 | 88.8 kB | |
v0.5.0 source code.zip | 2025-06-03 | 97.5 kB | |
Totals: 3 Items | 188.2 kB | 3 |
What's Changed
This release includes adds HTTP retrievability checks and an overhauled frontend features enhanced visual feedback
- Add HTTP Retrieval check by @hsanjuan in https://github.com/ipfs/ipfs-check/pull/87
- Overhaul IPFS Check frontend and improve the way check results are rendered by @2color in https://github.com/ipfs/ipfs-check/pull/89
- ci: uci/update-go by @web3-bot in https://github.com/ipfs/ipfs-check/pull/82
- ci: uci/copy-templates by @web3-bot in https://github.com/ipfs/ipfs-check/pull/83
- Update dependencies. by @hsanjuan in https://github.com/ipfs/ipfs-check/pull/86
- fix: docker image by @2color in https://github.com/ipfs/ipfs-check/pull/88
Overhauled frontend UI
The frontend has been overhauled with the following improvements:
- Card-Based Result Display: Each check result is now presented within individual cards, replacing the previous plain text format. This change enhances readability and allows users to quickly identify the status of each check.
- Enhanced Visual Feedback: The new design incorporates visual cues (such as color coding or icons) within the cards to indicate the success or failure of checks, providing immediate feedback at a glance.
Preview of multiaddr specific check for a CID
Preview of CID only (multi-provider) check
New Contributors
- @hsanjuan made their first contribution in https://github.com/ipfs/ipfs-check/pull/86
Full Changelog: https://github.com/ipfs/ipfs-check/compare/v0.4.0...v0.5.0