|
1 | 1 | # go-ipfs changelog
|
2 | 2 |
|
3 |
| -### 0.3.6 - unreleased |
| 3 | +### 0.4.0 - unreleased |
4 | 4 |
|
5 | 5 | We don't know what the main changes will be yet.
|
6 | 6 |
|
| 7 | +#### User interface changes |
| 8 | + |
| 9 | +* `ipfs object patch ...` now bubbles changes up the DAG. @whyrusleeping, #1404 |
| 10 | +* trickle-DAG option (`ipfs add -t ...`) now acts as |
| 11 | + advertized. @dylanPowers, #1379 |
| 12 | +* trailing tabs removed from `ipfs ls ...` output. @wking, #1346 |
| 13 | +* event logs are now HTTP-only. @whyrusleeping, #1382 |
| 14 | +* `ipfs name publish <your-local-node-ID> <hash-to-publish>` |
| 15 | + works. @wking, #1398 |
| 16 | +* daemon shuts down cleanly on ctrl-c. @whyrusleeping, #1405 |
| 17 | +* better docs. @dylanPowers, #1400, #1402 |
| 18 | + |
7 | 19 | #### Stability and performance
|
8 | 20 |
|
| 21 | +* better Linux FUSE-mount errors for missing mount points, @jbenet, #1391 |
9 | 22 | * prevent wantmanager from leaking goroutines (and
|
10 | 23 | memory). @whyrusleeping, #1356
|
| 24 | +* store pins in IPFS objects. @tv42, #1381 |
| 25 | +* better context handling. @whyrusleeping, #1367 |
| 26 | +* sharness improvements. @chriscool, @Luzifer, #1370, #1371, #1372 |
| 27 | +* dependency update for goprocess, @jbenet, #1392 |
| 28 | +* internal polishing. @lgierth, @rht, @jbenet, @wking, #1377, #1359, |
| 29 | + #1395, #1397 |
11 | 30 |
|
12 | 31 | ### 0.3.5 - 2015-06-11
|
13 | 32 |
|
|
0 commit comments