|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [Unreleased] |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Introduce `Radicle.toml` file for config |
| 8 | +- Add Dockerfile for `radicle-cli` |
| 9 | +- Re-organize binaries into own crate and move all sub-commands to `rad` binary |
| 10 | +- Adds build metadata to version output |
| 11 | +- Build aarch64 Linux release binaries |
| 12 | +- `rad-comment`: Comment on issues or patches |
| 13 | +- `rad-review`: Review radicle patches |
| 14 | + |
| 15 | +### Changed |
| 16 | + |
| 17 | +- Update to replication v3 |
| 18 | +- Update Homebrew Formula name |
| 19 | +- Update to rust 1.63 |
| 20 | +- `rad-issue`: Close and re-open issues |
| 21 | +- `rad-patch`: Automatically push on creation, Show reviews in list, support `--message` on creation, show only local branches on list |
| 22 | +- `rad-rm`: Implement profile removal |
| 23 | + |
| 24 | +### Removed |
| 25 | + |
| 26 | +- `rad-auth`: Remove passphrase option, read passphrase from environment variable `RAD_PASSPHRASE` or from stdin |
| 27 | + |
| 28 | +## [0.6.1] - 2022-08-11 |
| 29 | + |
| 30 | +## [0.6.0] - 2022-06-09 |
| 31 | + |
| 32 | +### Added |
| 33 | + |
| 34 | +- Implemented collaborative objects (cobs) |
| 35 | +- Add contributor workflow script |
| 36 | +- Add support for environment variable `RAD_HOME` |
| 37 | +- `rad-issue`: Manage radicle issues |
| 38 | +- `rad-patch`: Manage patches for radicle projects |
| 39 | +- `rad-merge`: Merge radicle patches |
| 40 | +- `rad-path`: Show radicle paths |
| 41 | +- `rad-init`: Add `--no-confirm` option for scripting |
| 42 | +- `rad-inspect`: Add `--id` option |
| 43 | +- `rad-reward:`Reward contributors of a repository |
| 44 | +- `rad-rm`: Add `-i` flag |
| 45 | +- `rad-self`: Add storage info |
| 46 | + |
| 47 | +### Changed |
| 48 | + |
| 49 | +- Make ssh-agent optional |
| 50 | +- Decouple `common` from `terminal` |
| 51 | +- Depend on a single tokio feature-set to speed up compilation |
| 52 | +- `rad-auth`: Warn and initialize on non-active existing profile(s), disallow whitespace(s) in name |
| 53 | +- `rad-ens`: Only update local identity for mainnet |
| 54 | +- `rad-init`: Use ssh keys for gitsigners |
| 55 | +- `rad-sync`: Do not fetch own identity |
| 56 | + |
| 57 | +### Removed |
| 58 | + |
| 59 | +- Remove `git-repository` dependency |
| 60 | + |
| 61 | +### Fixed |
| 62 | + |
| 63 | +- Verify signed refs on fetch |
| 64 | +- `rad-sync`: Correct verification order |
| 65 | +- `rad-auth`: Profile switching |
| 66 | + |
| 67 | +## [0.5.1] - 2022-04-14 |
| 68 | + |
| 69 | +### Added |
| 70 | + |
| 71 | +- `rad-inspect`: Add `--history` option |
| 72 | + |
| 73 | +### Changed |
| 74 | + |
| 75 | +- Build static binaries in release jobs |
| 76 | + |
| 77 | +## [0.5.0] - 2022-04-13 |
| 78 | + |
| 79 | +### Added |
| 80 | + |
| 81 | +- `rad-gov`: With `vote`, `propose`, `queue` and `execute` |
| 82 | +- `rad-auth`: Add username & password to argument list |
| 83 | +- `rad-ens`: Add support for WalletConnect |
| 84 | + |
| 85 | +### Changed |
| 86 | + |
| 87 | +- `rad-push`: `--all` affects git command |
| 88 | + |
| 89 | +### Removed |
| 90 | + |
| 91 | +- Remove `openssl-sys` dependency |
| 92 | + |
| 93 | +## [0.4.0] - 2022-03-21 |
| 94 | + |
| 95 | +### Added |
| 96 | + |
| 97 | +- Push and pull current branches |
| 98 | +- `rad`: Add `--version` flag |
| 99 | +- `rad-push`: Option to set upstream |
| 100 | + |
| 101 | +### Changed |
| 102 | + |
| 103 | +- `rad-init`: Verify `.gitsigners` file |
| 104 | +- `rad-push`: Add verbose option to git |
| 105 | + |
| 106 | +### Fixed |
| 107 | + |
| 108 | +- `rad-clone`: Fix argument parsing |
| 109 | + |
| 110 | +## [0.3.1] - 2022-03-03 |
| 111 | + |
| 112 | +### Changed |
| 113 | + |
| 114 | +- Switch from `futures` to `futures-lite` |
| 115 | + |
| 116 | +### Fixed |
| 117 | + |
| 118 | +- `rad-auth`: Use correct profile for storage |
| 119 | + |
| 120 | +## [0.3.0] - 2022-03-03 |
| 121 | + |
| 122 | +### Added |
| 123 | + |
| 124 | +- `rad-inspect`: Add `--refs` and `--payload` |
| 125 | + |
| 126 | +## [0.2.1] - 2022-03-02 |
| 127 | + |
| 128 | +### Added |
| 129 | + |
| 130 | +- `rad-sync`: Sync tags and use peer seeds if available |
| 131 | +- `rad-track`: Save per seed configuration |
| 132 | + |
| 133 | +### Changed |
| 134 | + |
| 135 | +- `rad-track`: Display peers with no id or head |
| 136 | + |
| 137 | +### Fixed |
| 138 | + |
| 139 | +- `rad-sync`: Properly use `--seed` and fix verbose output on push |
| 140 | + |
| 141 | +## [0.2.0] - 2022-02-28 |
| 142 | + |
| 143 | +### Added |
| 144 | + |
| 145 | +- `rad-init`: Allow custom project name and initialization path |
| 146 | +- `rad-clone`: Support `rad://` URLs |
| 147 | + |
| 148 | +### Changed |
| 149 | + |
| 150 | +- Feature-gate Ethereum functionality in bins and make `ethers-rs` optional |
| 151 | +- `rad-common`: Default HTTP for IPs |
| 152 | +- `rad-sync`: Collapse synching progress messages |
| 153 | + |
| 154 | +### Fixed |
| 155 | + |
| 156 | +- Don't overflow when rendering tables |
| 157 | + |
| 158 | +## [0.1.2] - 2022-02-23 |
| 159 | + |
| 160 | +### Changed |
| 161 | + |
| 162 | +- `rad-pull`: Add to core tools |
| 163 | + |
| 164 | +## [0.1.1] - 2022-02-23 |
| 165 | + |
| 166 | +### Changed |
| 167 | + |
| 168 | +- Rename project to `radicle-cli` |
| 169 | + |
| 170 | +## [0.1.0] - 2022-02-23 |
| 171 | + |
| 172 | +### Added |
| 173 | + |
| 174 | +- `rad-pull`: Pull radicle projects |
| 175 | +- `rad-inspect`: Inspect a directory for information relating to radicle |
| 176 | +- `rad-self`: Show information about your radicle identity and device |
| 177 | + |
| 178 | +### Changed |
| 179 | + |
| 180 | +- `rad`: Add `--help` option |
| 181 | +- `rad-sync`: Add `--identity` option |
| 182 | +- Replace `rad-tree` with `rad-track` |
| 183 | + |
| 184 | +### Removed |
| 185 | + |
| 186 | +- `rad-show`: Replace by `rad-self` |
| 187 | + |
| 188 | +## [0.0.1] - 2022-02-17 |
| 189 | + |
| 190 | +### Added |
| 191 | + |
| 192 | +- `rad-remote`: Manage radicle project remotes |
| 193 | +- `rad-tree`: View radicle project source trees |
| 194 | + |
| 195 | +### Changed |
| 196 | + |
| 197 | +- Update guide with contributor flow |
| 198 | + |
| 199 | +## [0.0.0] - 2022-02-11 |
| 200 | + |
| 201 | +### Added |
| 202 | + |
| 203 | +- `rad-account`: Manage radicle ethereum accounts |
| 204 | +- `rad-auth`: Manage radicle identities and profiles |
| 205 | +- `rad-checkout`: Checkout a radicle project working copy |
| 206 | +- `rad-clone`: Clone radicle projects |
| 207 | +- `rad-ens`: Manage radicle ENS records |
| 208 | +- `rad-help`: Radicle tools help |
| 209 | +- `rad-init`: Initialize radicle projects from git repositories |
| 210 | +- `rad-ls`: List radicle projects and other objects |
| 211 | +- `rad-rm`: Remove radicle projects and other objects |
| 212 | +- `rad-push`: Publish radicle projects to the network |
| 213 | +- `rad-sync`: Synchronize radicle projects with seeds |
| 214 | +- `rad-show`: Show contextual information pertaining to radicle |
| 215 | +- `rad-track`: Track radicle project peers |
| 216 | +- `rad-untrack`: Untrack radicle project peers |
| 217 | +- Add git remote helper for radicle |
0 commit comments