From d4443858ee15c54b1f97b1a476a6fdc3c1035ec3 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Fri, 15 Mar 2024 13:27:58 -0700 Subject: [PATCH 1/7] Update package-lock.json --- package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f40ef4..23b477f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "terminal-all-in-one", - "version": "1.11.17", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.11.17", + "name": "terminal-all-in-one", + "version": "1.12.0", "hasInstallScript": true, "license": "MIT", "dependencies": { From 7d46aedc66ceebe65e338def427403f39d45d678 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Fri, 15 Mar 2024 13:30:00 -0700 Subject: [PATCH 2/7] Update CONTRIBUTING.md --- CODE_OF_CONDUCT.md | 3 --- CONTRIBUTING.md | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index b731c93..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,3 +0,0 @@ -# Code of Conduct - -Pretty simple: be respectful of other people's time and opinions and you're good diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45508fc..1433685 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to Introspect +# Contributing to Terminal All In One Welcome, and thank you for your interest in contributing to terminal-all-in-one! @@ -12,7 +12,7 @@ The active community will be eager to assist you. Your well-worded question will ## Reporting Issues -Have you identified a reproducible problem in terminal-all-in-one? Have a feature request? We want to hear about it! Here's how you can make reporting your issue as effective as possible. +Have you identified a reproducible problem in Terminal All In One? Have a feature request? We want to hear about it! Here's how you can make reporting your issue as effective as possible. ### Look For an Existing Issue From 2cb1d4ed7378dd9c5629f45fcb0d16abf7351e2d Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Fri, 15 Mar 2024 13:33:15 -0700 Subject: [PATCH 3/7] Update workflows --- .github/dependabot.yml | 14 -------------- .github/labeler.yml | 2 -- .github/workflows/greetings.yml | 4 ++-- .github/workflows/labeler.yml | 13 ------------- .github/workflows/stale.yml | 19 ------------------- .snyk | 5 ----- 6 files changed, 2 insertions(+), 55 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/labeler.yml delete mode 100644 .github/workflows/stale.yml delete mode 100644 .snyk diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 19dd1e0..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - time: "07:15" - timezone: "America/Los_Angeles" - labels: - - "dependencies" - assignees: - - "YashTotale" diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index e51e662..0000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,2 +0,0 @@ -documentation: - - README.md diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index ba061bd..bd2dc55 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -11,5 +11,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Thank you for contributing to terminal-all-in-one!" - pr-message: "Thank you for contributing to terminal-all-in-one!" + issue-message: "Thank you for contributing to Terminal All In One!" + pr-message: "Thank you for contributing to Terminal All In One!" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index f3d5076..0000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Pull Request Labeler -on: - - pull_request_target - -jobs: - triage: - runs-on: ubuntu-latest - steps: - - name: Label Pull Request - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-labels: true diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index afef7e0..0000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Mark stale issues and PRs - -on: - schedule: - - cron: "30 1 * * *" - -jobs: - stale: - runs-on: ubuntu-latest - - steps: - - name: Mark stale issues and PRs - uses: actions/stale@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has had no activity for a while" - stale-pr-message: "This pull request has had no activity for a while" - stale-issue-label: "stale" - stale-pr-label: "stale" diff --git a/.snyk b/.snyk deleted file mode 100644 index f6a80bd..0000000 --- a/.snyk +++ /dev/null @@ -1,5 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.14.0 -language-settings: -ignore: -patch: From 2b353ef36dceb9286465161a2f60fae2364d6d05 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Fri, 15 Mar 2024 14:18:30 -0700 Subject: [PATCH 4/7] Remove unnecessary file --- .gitattributes | 4 ---- .imgbotconfig | 3 --- .vscode/settings.json | 5 +---- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .imgbotconfig diff --git a/.gitattributes b/.gitattributes index c777bfc..0d30d43 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,7 +6,3 @@ .markdownlintignore linguist-language=Ignore-List .vscodeignore linguist-language=Ignore-List - -.imgbotconfig linguist-language=JSON - -.snyk linguist-language=YAML diff --git a/.imgbotconfig b/.imgbotconfig deleted file mode 100644 index 78b6add..0000000 --- a/.imgbotconfig +++ /dev/null @@ -1,3 +0,0 @@ -{ - "compressWiki": true -} diff --git a/.vscode/settings.json b/.vscode/settings.json index 14a4d21..df3275c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,10 +11,7 @@ ".vscodeignore": "ignore", - ".lintstagedrc": "json", - - ".snyk": "yaml", - ".imgbotconfig": "json" + ".lintstagedrc": "json" }, "markdown.extension.toc.updateOnSave": false } From 199eea9d02d03dae663af0028858d0cec7dc6104 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Sun, 17 Mar 2024 16:57:21 -0700 Subject: [PATCH 5/7] Fix README --- README.md | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 847376f..fca5127 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@

Rating  - Build  - Code Quality  + Build 

_Table Of Contents_ @@ -40,7 +39,7 @@ _Table Of Contents_ - [Keybindings](#keybindings-1) - [Demos](#demos) - [Contribute](#contribute) -- **[More Info](#more-info)** +- [More Info](#more-info) --- @@ -468,41 +467,6 @@ _Check out [first contributions](https://github.com/firstcontributions/first-con --- - - -

- Issues  - Alerts  -

- ---- - - -

- - Dependencies  - Vulnerabilities  -

- ---- - - - -

- Technical Debt  - Maintainability  -

- ---- - - -

- Last Commit  - Commit Activity  -

- ---- -

Top Language  From 4fb53354ec249e68fea759aaae1a5acf58d53b40 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Sun, 17 Mar 2024 17:03:30 -0700 Subject: [PATCH 6/7] Update CHANGELOG --- CHANGELOG.md | 116 ++++++++++++++++++++++++++++----------------------- 1 file changed, 63 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d244c..c394f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,95 +5,97 @@ The format of this Change Log is based on [Keep a Changelog](http://keepachangel **Table Of Contents** -- [[Unreleased]](#unreleased) -- [[1.12.0] - (2021-06-30)](#1120---2021-06-30) +- [\[Unreleased\]](#unreleased) +- [\[1.12.1\] - (2021-06-30)](#1121---2021-06-30) - [Added](#added) -- [[1.11.17] - (2021-05-24)](#11117---2021-05-24) +- [\[1.12.0\] - (2021-06-30)](#1120---2021-06-30) + - [Added](#added-1) +- [\[1.11.17\] - (2021-05-24)](#11117---2021-05-24) - [Changed](#changed) -- [[1.11.16] - (2021-01-04)](#11116---2021-01-04) +- [\[1.11.16\] - (2021-01-04)](#11116---2021-01-04) - [Fixed](#fixed) -- [[1.11.15] - (2020-11-19)](#11115---2020-11-19) +- [\[1.11.15\] - (2020-11-19)](#11115---2020-11-19) - [Changed](#changed-1) -- [[1.11.13] - (2020-11-10)](#11113---2020-11-10) +- [\[1.11.13\] - (2020-11-10)](#11113---2020-11-10) - [Fixed](#fixed-1) -- [[1.11.12] - (2020-11-10)](#11112---2020-11-10) - - [Added](#added-1) -- [[1.11.11] - (2020-11-09)](#11111---2020-11-09) +- [\[1.11.12\] - (2020-11-10)](#11112---2020-11-10) - [Added](#added-2) -- [[1.11.10] - (2020-11-09)](#11110---2020-11-09) +- [\[1.11.11\] - (2020-11-09)](#11111---2020-11-09) - [Added](#added-3) -- [[1.11.9] - (2020-11-09)](#1119---2020-11-09) +- [\[1.11.10\] - (2020-11-09)](#11110---2020-11-09) - [Added](#added-4) -- [[1.11.8] - (2020-11-09)](#1118---2020-11-09) - - [Fixed](#fixed-2) -- [[1.11.7] - (2020-11-03)](#1117---2020-11-03) +- [\[1.11.9\] - (2020-11-09)](#1119---2020-11-09) - [Added](#added-5) -- [[1.11.6] - (2020-11-03)](#1116---2020-11-03) +- [\[1.11.8\] - (2020-11-09)](#1118---2020-11-09) + - [Fixed](#fixed-2) +- [\[1.11.7\] - (2020-11-03)](#1117---2020-11-03) - [Added](#added-6) -- [[1.11.5] - (2020-11-03)](#1115---2020-11-03) +- [\[1.11.6\] - (2020-11-03)](#1116---2020-11-03) - [Added](#added-7) -- [[1.11.4] - (2020-11-03)](#1114---2020-11-03) +- [\[1.11.5\] - (2020-11-03)](#1115---2020-11-03) - [Added](#added-8) -- [[1.11.3] - (2020-11-03)](#1113---2020-11-03) +- [\[1.11.4\] - (2020-11-03)](#1114---2020-11-03) - [Added](#added-9) -- [[1.11.2] - (2020-11-03)](#1112---2020-11-03) +- [\[1.11.3\] - (2020-11-03)](#1113---2020-11-03) + - [Added](#added-10) +- [\[1.11.2\] - (2020-11-03)](#1112---2020-11-03) - [Fixed](#fixed-3) -- [[1.11.1] - (2020-11-03)](#1111---2020-11-03) +- [\[1.11.1\] - (2020-11-03)](#1111---2020-11-03) - [Fixed](#fixed-4) -- [[1.11.0] - (2020-11-02)](#1110---2020-11-02) - - [Added](#added-10) -- [[1.10.8] - (2020-10-21)](#1108---2020-10-21) +- [\[1.11.0\] - (2020-11-02)](#1110---2020-11-02) + - [Added](#added-11) +- [\[1.10.8\] - (2020-10-21)](#1108---2020-10-21) - [Fixed](#fixed-5) -- [[1.10.7] - (2020-08-31)](#1107---2020-08-31) +- [\[1.10.7\] - (2020-08-31)](#1107---2020-08-31) - [Changed](#changed-2) -- [[1.10.6] - (2020-08-23)](#1106---2020-08-23) +- [\[1.10.6\] - (2020-08-23)](#1106---2020-08-23) - [Fixed](#fixed-6) -- [[1.10.5] - (2020-08-21)](#1105---2020-08-21) +- [\[1.10.5\] - (2020-08-21)](#1105---2020-08-21) - [Fixed](#fixed-7) -- [[1.10.4] - (2020-08-18)](#1104---2020-08-18) - - [Added](#added-11) -- [[1.10.3] - (2020-08-12)](#1103---2020-08-12) +- [\[1.10.4\] - (2020-08-18)](#1104---2020-08-18) + - [Added](#added-12) +- [\[1.10.3\] - (2020-08-12)](#1103---2020-08-12) - [Fixed](#fixed-8) -- [[1.10.2] - (2020-08-12)](#1102---2020-08-12) +- [\[1.10.2\] - (2020-08-12)](#1102---2020-08-12) - [Fixed](#fixed-9) -- [[1.10.1] - (2020-08-10)](#1101---2020-08-10) +- [\[1.10.1\] - (2020-08-10)](#1101---2020-08-10) - [Changed](#changed-3) - [Fixed](#fixed-10) -- [[1.10.0] - (2020-08-09)](#1100---2020-08-09) +- [\[1.10.0\] - (2020-08-09)](#1100---2020-08-09) - [Changed](#changed-4) -- [[1.9.0] - (2020-08-08)](#190---2020-08-08) - - [Added](#added-12) -- [[1.8.0] - (2020-08-07)](#180---2020-08-07) +- [\[1.9.0\] - (2020-08-08)](#190---2020-08-08) - [Added](#added-13) - - [Fixed](#fixed-11) -- [[1.7.0] - (2020-08-06)](#170---2020-08-06) +- [\[1.8.0\] - (2020-08-07)](#180---2020-08-07) - [Added](#added-14) -- [[1.6.1] - (2020-08-06)](#161---2020-08-06) - - [Fixed](#fixed-12) -- [[1.6.0] - (2020-08-06)](#160---2020-08-06) + - [Fixed](#fixed-11) +- [\[1.7.0\] - (2020-08-06)](#170---2020-08-06) - [Added](#added-15) -- [[1.5.0] - (2020-08-06)](#150---2020-08-06) +- [\[1.6.1\] - (2020-08-06)](#161---2020-08-06) + - [Fixed](#fixed-12) +- [\[1.6.0\] - (2020-08-06)](#160---2020-08-06) - [Added](#added-16) -- [[1.4.1] - (2020-08-05)](#141---2020-08-05) - - [Fixed](#fixed-13) -- [[1.4.0] - (2020-08-05)](#140---2020-08-05) +- [\[1.5.0\] - (2020-08-06)](#150---2020-08-06) - [Added](#added-17) -- [[1.3.0] - (2020-08-05)](#130---2020-08-05) +- [\[1.4.1\] - (2020-08-05)](#141---2020-08-05) + - [Fixed](#fixed-13) +- [\[1.4.0\] - (2020-08-05)](#140---2020-08-05) - [Added](#added-18) -- [[1.2.0] - (2020-08-04)](#120---2020-08-04) +- [\[1.3.0\] - (2020-08-05)](#130---2020-08-05) - [Added](#added-19) -- [[1.1.1] - (2020-08-03)](#111---2020-08-03) +- [\[1.2.0\] - (2020-08-04)](#120---2020-08-04) + - [Added](#added-20) +- [\[1.1.1\] - (2020-08-03)](#111---2020-08-03) - [Fixed](#fixed-14) -- [[1.1.0] - (2020-08-02)](#110---2020-08-02) +- [\[1.1.0\] - (2020-08-02)](#110---2020-08-02) - [Changed](#changed-5) - [Fixed](#fixed-15) -- [[1.0.3] - (2020-07-30)](#103---2020-07-30) - - [Added](#added-20) - - [Changed](#changed-6) -- [[1.0.1] - (2020-07-30)](#101---2020-07-30) +- [\[1.0.3\] - (2020-07-30)](#103---2020-07-30) - [Added](#added-21) -- [[1.0.0] - (2020-07-29)](#100---2020-07-29) + - [Changed](#changed-6) +- [\[1.0.1\] - (2020-07-30)](#101---2020-07-30) - [Added](#added-22) +- [\[1.0.0\] - (2020-07-29)](#100---2020-07-29) + - [Added](#added-23) --- @@ -103,6 +105,14 @@ The format of this Change Log is based on [Keep a Changelog](http://keepachangel --- +### [1.12.1] - (2024-03-17) + +#### Fixed + +- README badges + +--- + ### [1.12.0] - (2021-06-30) #### Added From 318419a46eda905c5c4f322a338b36ca35e3eae5 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Sun, 17 Mar 2024 17:04:54 -0700 Subject: [PATCH 7/7] v1.12.1: Fixed README Badges --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23b477f..d179b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "terminal-all-in-one", - "version": "1.12.0", + "version": "1.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "terminal-all-in-one", - "version": "1.12.0", + "version": "1.12.1", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -1168,6 +1167,7 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", + "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", diff --git a/package.json b/package.json index 06032a2..4e05407 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "name": "terminal-all-in-one", "displayName": "Terminal All In One", "description": "Enhance your integrated terminal with themes, scripts, keybindings, and commands.", - "version": "1.12.0", + "version": "1.12.1", "homepage": "https://marketplace.visualstudio.com/items?itemName=yasht.terminal-all-in-one", "license": "MIT", "publisher": "yasht",