|
5 | 5 | ### Added |
6 | 6 |
|
7 | 7 | - Add Dockerfile for `radicle-cli` |
8 | | -- Re-organize binaries into own crate and move all sub-commands to `rad` binary |
9 | | -- Adds build metadata to version output |
10 | | -- Build aarch64 Linux release binaries |
| 8 | +- Add build metadata to version output |
11 | 9 | - `comment`: Comment on issues or patches |
12 | 10 |
|
13 | 11 | ### Changed |
|
29 | 27 |
|
30 | 28 | ### Changed |
31 | 29 |
|
32 | | -- Update to replication v3 |
33 | | -- Update to rust 1.63 |
34 | | -- Use global seed configuration and don't setup monorepo signing any longer |
35 | 30 | - `clone`: Correct the default project name |
36 | 31 | - `track`: When showing peer information, show all branches other than master |
37 | 32 | - `patch`: Various updates on patch listing, automatically push on creation |
|
40 | 35 |
|
41 | 36 | ### Added |
42 | 37 |
|
43 | | -- Implemented collaborative objects (cobs) |
44 | | -- Add contributor workflow script |
45 | 38 | - Add support for environment variable `RAD_HOME` |
46 | 39 | - `issue`: Manage radicle issues |
47 | 40 | - `patch`: Manage patches for radicle projects |
|
56 | 49 | ### Changed |
57 | 50 |
|
58 | 51 | - Make ssh-agent optional |
59 | | -- Decouple `common` from `terminal` |
60 | | -- Depend on a single tokio feature-set to speed up compilation |
61 | 52 | - `auth`: Warn and initialize on non-active existing profile(s), disallow whitespace(s) in name |
62 | 53 | - `ens`: Only update local identity for mainnet |
63 | 54 | - `init`: Use ssh keys for gitsigners |
|
79 | 70 |
|
80 | 71 | - `inspect`: Add `--history` option |
81 | 72 |
|
82 | | -### Changed |
83 | | - |
84 | | -- Build static binaries in release jobs |
85 | | - |
86 | 73 | ## [0.5.0] - 2022-04-13 |
87 | 74 |
|
88 | 75 | ### Added |
|
118 | 105 |
|
119 | 106 | ## [0.3.1] - 2022-03-03 |
120 | 107 |
|
121 | | -### Changed |
122 | | - |
123 | | -- Switch from `futures` to `futures-lite` |
124 | | - |
125 | 108 | ### Fixed |
126 | 109 |
|
127 | 110 | - `auth`: Use correct profile for storage |
|
156 | 139 |
|
157 | 140 | ### Changed |
158 | 141 |
|
159 | | -- Feature-gate Ethereum functionality in bins and make `ethers-rs` optional |
160 | 142 | - `common`: Default HTTP for IPs |
161 | 143 | - `sync`: Collapse synching progress messages |
162 | 144 |
|
|
0 commit comments