fj v0.5.0
Download it from here, or via cargo
cargo install forgejo-cli
Consider supporting on Ko-Fi or Liberapay! Ko-Fi link, Liberapay link
Any questions? Come ask in the matrix space! Matrix link
Call for contributions!
In the next release, v0.6.0, we will be adding localization support!
This will rely on translators to help us out. If you're interested in contributing here, come say hi in the implementation PR! That PR will be merged in the next several days, and once it has, translation work can start.
Additions
- (!334) Support for managing labels on issues and repos.
- (!349)
repo editandrepo unitsfor modifying settings on a repo and repo units. - (!373) Use the needed CLI flags for more editors when opening them.
- (!385) Use the editor defined in git's
core.editorconfig option by default (falling back to$EDITORif it is not set). - (!414) Add commands to assign and unassign users to issues and PRs.
- (!415) Support all
READMEfiles infj repo readme, regardless of case or extension. - (!416) Add the option to choose what repo to own the new repo to
fj repo migrate. - (!419) Show a warning when viewing an archived repo.
- (!420) Add a notice about
git push --forcenot being supported on AGit PRs. - Added
fj auth loginsupport for the following instances:v15.next.forgejo.orgcodefloe.com
Fixes
- (!393) Don't include pull requests in
fj issues search. - (!407) Guarantee opening the browser in
fj auth logindoesn't block. - (!417) Prevent incorrectly reusing the refresh token when refreshing OAuth tokens.
Other
- (!278) Improved "no repo info" error message.
- (!403) Build
aarch64artifacts for new releases.