Skip to content

Commit beeceef

Browse files
committed
words!
1 parent d47b4e4 commit beeceef

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0] - 2025-11-20
9+
10+
### Added
11+
- Re-made the command line interface for redfetch. Legacy commands still work. See the resource overview or `redfetch help` for details.
12+
13+
### Changed
14+
- Refactored just about everything to be async/await, which makes updates much faster.
15+
816
## [0.8.0] - 2025-10-27
917

1018
### Added

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ Another UI option! Run this command and then browse https://www.redguides.com/co
9898
> - `ui` - Launch the Terminal User Interface
9999
> - `web` - Launch the RedGuides.com web interface
100100
> - `version` - Show version and exit
101-
> - `logout` - Log out and clear cached token and API cache
101+
> - `logout` - Disconnect your account from redfetch
102102
> - `uninstall` - Uninstall redfetch and clean up data
103103
>
104104
> ### 📤 Publishing
105-
> - `publish <resource_id>` - Publish updates to a RedGuides resource. [There's also a github action for this.](https://github.com/marketplace/actions/redguides-publish)
105+
> - `publish <resource_id>` - Publish an update to you or your team's resource. [There's also a github action for this.](https://github.com/marketplace/actions/redguides-publish)
106106
> - `resource_id` - Existing RedGuides resource ID
107-
> - `--description <README.md>` / `-d` - Path to a description file (e.g. `README.md`) to become the overview description
107+
> - `--description <README.md>` / `-d` - Path to a file (e.g. `README.md`) that will become the resource's overview description
108108
> - `--version <version_number>` / `-v` - New version string (e.g., `v1.0.1`)
109-
> - `--message <CHANGELOG.md | MESSAGE>` / `-m` - Path to `CHANGELOG.md` (keep a changelog) or a direct message string
109+
> - `--message <CHANGELOG.md | MESSAGE>` / `-m` - Version update message or `CHANGELOG.md` (keep a changelog) file.
110110
> - `--file <FILE.zip>` / `-f` - Path to your zipped release file
111-
> - `--domain <URL>` - If description or message is a .md file with relative URLs, resolve them to this domain (e.g., `https://raw.githubusercontent.com/your/repo/main/`)
111+
> - `--domain <URL>` - Domain to prepend to relative URLs in README.md or CHANGELOG.md files. (mostly for images. e.g., `https://raw.githubusercontent.com/yourusername/yourrepo/main/`)
112112
113113
## Settings
114114

0 commit comments

Comments
 (0)