-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(CHANGELOG): Updated CHANGELOG to keep a changelog format.
- Loading branch information
1 parent
4e0ce59
commit eb15879
Showing
1 changed file
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,47 @@ | ||
# Changelog | ||
|
||
All notable changes to the "GitHubFileFetcher" extension will be documented in this file. | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [Unreleased] | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [2.0.0] | ||
## [2.0.1] - 2024-04-22 | ||
|
||
### Refactoring | ||
### Changed | ||
|
||
- Updated icon. | ||
- Changed release workflow to reusable.release.vscode.yml. | ||
|
||
## [2.0.0] - 2024-02-21 | ||
|
||
### Changed | ||
|
||
- Changed source language to TypeScript. | ||
- Added esbuild to get Browser Editor support. | ||
- Refactored code. | ||
|
||
### Added | ||
|
||
The GitHub API is limited to 60 requests per hour for non authorized requests. You can provide your GitHub username and an access token to push this limit to 5000 requests per hour. Please see the [official GitHub doc](https://docs.github.com/en/free-pro-team@latest/rest/rate-limit/rate-limit?apiVersion=2022-11-28) for further information. | ||
You can generate the access token in your [GitHub settings](https://github.com/settings/tokens). | ||
|
||
- The GitHub API is limited to 60 requests per hour for non authorized requests. You can provide your GitHub username and an access token to push this limit to 5000 requests per hour. Please see the [official GitHub doc](https://docs.github.com/en/free-pro-team@latest/rest/rate-limit/rate-limit?apiVersion=2022-11-28) for further information. You can generate the access token in your [GitHub settings](https://github.com/settings/tokens). | ||
- Added gitHubFileFetcher.githubUsername setting. | ||
- Added gitHubFileFetcher.githubToken setting. | ||
|
||
## [1.0.2] | ||
## [1.0.2] - 2023-09-30 | ||
|
||
### Maintenance | ||
### Changed | ||
|
||
- Tidied code. | ||
- Saves the new manually entered repository globally. | ||
|
||
## [1.0.1] | ||
## [1.0.1] - 2023-09-14 | ||
|
||
### Maintenance | ||
### Changed | ||
|
||
- Improved VSCode Marketplace keywords. | ||
- Applied common add style. | ||
|
||
## [1.0.0] | ||
## [1.0.0] - 2023-09-26 | ||
|
||
### Initial release of GitHubFileFetcher extension | ||
### Added | ||
|
||
**GitHubFileFetcher** is an extension that searches and fetches files from GitHub. | ||
- **GitHubFileFetcher** is an extension that searches and fetches files from GitHub. |