Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit e2ce4ed

Browse files
committed
Add project changelog
Signed-off-by: Erik Kundt <erik@zirkular.io>
1 parent eb4e367 commit e2ce4ed

1 file changed

Lines changed: 177 additions & 0 deletions

File tree

CHANGELOG.md

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

0 commit comments

Comments
 (0)