Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 1782eed

Browse files
author
Alan Shaw
authored
Merge pull request #185 from ipfs/post/js-ipfs-0.33
post: add post about js-ipfs 0.33 release
2 parents 5439580 + 1c2836a commit 1782eed

2 files changed

Lines changed: 62 additions & 1 deletion

File tree

content/post/51-js-ipfs-0.33.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
date: 2018-11-01
3+
url: 51-js-ipfs-0-33
4+
title: js-ipfs 0.33.0 released
5+
author: Alan Shaw
6+
---
7+
8+
All new Web UI - Check on your node stats, explore the IPLD powered Merkle forest, see peers around the world and manage your files, without needing to touch the CLI.
9+
10+
<blockquote class="twitter-tweet" data-cards="hidden" data-lang="en"><p lang="en" dir="ltr">Set phasers to kill-er release ⚡️💥 JS <a href="https://twitter.com/hashtag/IPFS?src=hash&amp;ref_src=twsrc%5Etfw">#IPFS</a> 0.33 just marched out the door with a swagger so big you wouldn&#39;t believe. Brand new WebUI 🙀 + a heap of features &amp;fixes make it the best release since, well, the last one. Serious tho, it well good, install it <a href="https://t.co/XooZ86znuQ">https://t.co/XooZ86znuQ</a> <a href="https://t.co/oNH3xy4blp">pic.twitter.com/oNH3xy4blp</a></p>&mdash; Alan Shaw (@_alanshaw) <a href="https://twitter.com/_alanshaw/status/1058020797766397952?ref_src=twsrc%5Etfw">November 1, 2018</a></blockquote>
11+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
12+
13+
# 🔦 Highlights
14+
15+
## 🕹 Web UI 2.0
16+
17+
The IPFS Web UI has been given a HUGE revamp and is now 10x, no, 100x better than before! 😄
18+
19+
* **Check the status** of your node, it's Peer ID and connection info, the network traffic and the number of connected peers
20+
* Easily **manage files** in your IPFS repo. You can drag and drop to add files, move and rename them, delete, share or download them
21+
* You can **explore IPLD data** that underpins how IPFS works
22+
* See all of your **connected peers**, geolocated by their IP address
23+
* **Review the settings** for your IPFS node, and update them to better suit your needs
24+
25+
![Screenshot of the status page](https://raw.githubusercontent.com/ipfs-shipyard/ipfs-webui/master/docs/screenshots/ipfs-webui-status.png)
26+
27+
| Files | Explore | Peers | Settings |
28+
|-------|---------|-------|----------|
29+
| ![Screenshot of the file browser page](https://raw.githubusercontent.com/ipfs-shipyard/ipfs-webui/master/docs/screenshots/ipfs-webui-files.png) | ![Screenshot of the IPLD explorer page](https://raw.githubusercontent.com/ipfs-shipyard/ipfs-webui/master/docs/screenshots/ipfs-webui-explore.png) | ![Screenshot of the swarm peers map](https://raw.githubusercontent.com/ipfs-shipyard/ipfs-webui/master/docs/screenshots/ipfs-webui-peers.png) | ![Screenshot of the settings page](https://raw.githubusercontent.com/ipfs-shipyard/ipfs-webui/master/docs/screenshots/ipfs-webui-settings.png) |
30+
31+
## 🛠 CID tool
32+
33+
A command line tool for converting, formatting and discovering properties of CIDs.
34+
35+
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](https://github.com/ipfs/go-ipfs/issues/4143). 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!
36+
37+
* [Documentation](https://github.com/ipfs-shipyard/js-cid-tool)
38+
* [Demo video](https://youtu.be/SMhy99yUVGk?t=299)
39+
40+
# 🏗 API Changes
41+
42+
* Added CLI command `ipfs cid [sub-command]`
43+
* View the help with `ipfs cid --help` or view the [documentation online](https://github.com/ipfs-shipyard/js-cid-tool)
44+
* `ipfs.types.dagCBOR` and `ipfs.types.dagPB` have been removed
45+
* See [#1626](https://github.com/ipfs/js-ipfs/pull/1626) and [#374](https://github.com/ipfs/interface-ipfs-core/pull/374#pullrequestreview-164611060) for more information
46+
* `dag-cbor` nodes retrieved from `ipfs.dag.get` now represent links as [CID](https://github.com/ipld/js-cid) instances not `{"/": "base-encoded-cid"}` objects
47+
* See [#1668](https://github.com/ipfs/js-ipfs/pull/1668) for more information
48+
49+
# 🙌🏽 Want to contribute?
50+
51+
Would you like to contribute to the IPFS project and don't know how? Well, there are a few places you can get started:
52+
53+
- Check the issues with the `help wanted` label at the Ready column in our waffle board - https://waffle.io/ipfs/js-ipfs?label=help%20wanted
54+
- Join an IPFS All Hands, introduce yourself and let us know where you would like to contribute - https://github.com/ipfs/pm/#all-hands-call
55+
- Hack with IPFS and show us what you made! The All Hands call is also the perfect venue for demos, join in and show us what you built
56+
- Join the discussion at http://discuss.ipfs.io/ and help users finding their answers.
57+
- Join the [⚡️ⒿⓈ Core Dev Team Weekly Sync 🙌🏽](https://github.com/ipfs/pm/issues/650) and be part of the Sprint action!
58+
59+
# ⁉️ Do you have questions?
60+
61+
The best place to ask your questions about IPFS, how it works and what you can do with it is at [discuss.ipfs.io](http://discuss.ipfs.io). We are also available at the #ipfs channel on Freenode.

less/pages/post.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
margin-top: @space;
88
}
99

10-
p {
10+
p, li {
1111
font-size: 22px;
1212
}
1313

0 commit comments

Comments
 (0)