From 45fbd8211d85cba90962d60d01dadadaa97f2d5c Mon Sep 17 00:00:00 2001 From: Julius Walton Date: Thu, 4 Jun 2026 00:58:34 -0400 Subject: [PATCH] Add MIT LICENSE file and bump version to 1.1.0 package.json already declared the MIT license but no LICENSE file existed. Bump to 1.1.0 to cover the features shipped since 1.0.6 (grouped-commit reversal and the status-checks indicator). Co-Authored-By: Claude Opus 4.8 (1M context) --- LICENSE | 21 +++++++++++++++++++++ README.md | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ce130f2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 ShiosOS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 806ac24..a65701c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The extension works until you close Firefox. #### Permanent: install the signed `.xpi` from the Releases page 1. Go to the [latest release](https://github.com/ShiosOS/github-pr-reverse-comments/releases/latest). -2. Download the file ending in `.xpi` (e.g. `github-pr-reverse-comments-1.0.6.xpi`). +2. Download the file ending in `.xpi` (e.g. `github-pr-reverse-comments-1.1.0.xpi`). 3. Drag the downloaded `.xpi` into a Firefox window. Firefox will show a permission prompt — click **Add** to install it permanently. diff --git a/manifest.json b/manifest.json index 585e8a3..ee5808b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "GitHub PR Reverse Comments", - "version": "1.0.6", + "version": "1.1.0", "description": "Sort GitHub PR comments and commits in reverse chronological order (newest first), with a toggle.", "permissions": ["storage"], "host_permissions": ["https://github.com/*"], diff --git a/package.json b/package.json index 4bd115b..b0b197c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-pr-reverse-comments", - "version": "1.0.6", + "version": "1.1.0", "description": "Dev tooling for the GitHub PR Reverse Comments browser extension. The extension itself has no build step; these scripts only lint, format, test, and package it.", "private": true, "scripts": {