diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c2cfb..9192777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # 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. @@ -14,28 +22,26 @@ All notable changes to the "GitHubFileFetcher" extension will be documented in t ### 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.