This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
v0.33.0
π¦ Highlights
πΉ Web UI 2.0
The IPFS Web UI has been given a HUGE revamp and is now 10x, no, 100x better than before! π
- Check the status of your node, it's Peer ID and connection info, the network traffic and the number of connected peers
- Easily manage files in your IPFS repo. You can drag and drop to add files, move and rename them, delete, share or download them
- You can explore IPLD data that underpins how IPFS works
- See all of your connected peers, geolocated by their IP address
- Review the settings for your IPFS node, and update them to better suit your needs
Files | Explore | Peers | Settings |
---|---|---|---|
π CID tool
A command line tool for converting, formatting and discovering properties of CIDs.
In the near future IPFS will be switching it's default CID version for added content to version 1 and will use base 32 encoding for serialized CIDs. This tool gives you the power to inspect and learn about CIDs as well as convert any CIDs you've been using from whatever base they're encoded in to a different base!
π API Changes
- Added CLI command
ipfs cid [sub-command]
- View the help with
ipfs cid --help
or view the documentation online
- View the help with
ipfs.types.dagCBOR
andipfs.types.dagPB
have been removeddag-cbor
nodes retrieved fromipfs.dag.get
now represent links as CID instances not{"/": "base-encoded-cid"}
objects- See #1668 for more information