nurl/CHANGELOG.md

28 lines
712 B
Markdown
Raw Normal View History

2022-12-29 21:01:00 +03:00
# Changelog
2022-12-30 05:04:19 +03:00
2023-01-01 04:04:34 +03:00
## v0.2.0 - 2023-01-01
### Fixes
- `fetchFromGitHub` now correctly sets `githubBase` when domain is not github.com
### Features
- `--arg` to pass extra rguments to the fetcher
- `--json` to output in json format
- `--list-fetchers` to list all available fetchers
- `--list-possible-fetchers` to list all fetchers that can be generated without `--fetcher`
- Support for the following fetchers
2023-01-01 04:20:02 +03:00
- `fetchFromBitbucket` (<https://bitbucket.org>)
2023-01-01 04:04:34 +03:00
- `fetchFromGitea` (and <https://codeberg.org>)
- `fetchFromGitiles` (and <https://googlesource.com>)
- `fetchFromRepoOrCz` (<https://repo.or.cz>)
- Man page
- Shell completions
- Nix flake
- Colored output
2022-12-30 05:11:41 +03:00
## v0.1.1 - 2022-12-29
2022-12-30 05:04:19 +03:00
First release