diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index ed122f5e2..0e60950a1 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -104,6 +104,8 @@ jobs: uses: creyD/prettier_action@v4.3 with: prettier_options: --config .prettierrc --write . --list-different + commit_options: --dry-run + push_options: --dry-run - name: Publish an extension on Chrome Web Store uses: cardinalby/webext-buildtools-chrome-webstore-publish-action@1.0.7 id: publish_step diff --git a/README.md b/README.md index e8b807abc..262e5008b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Chrome Extension Version](https://img.shields.io/chrome-web-store/v/hjpaapdjcgbmeikfnahipphknonhlhib?style=for-the-badge&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAflBMVEVHcEzl5+FIukL21TCqq6zc3d7k5ebj5OPp6utEop8oidz02U7j5OXe3+C0tbbj5tl4uYf/1ADMzX/j5eXg4eLj1NPlSD7hbWXeJyXjOzDcXFw+luJyruD/1ADwrgtmmz/jv8CCyYHgkIy+rrfCd2Kv27CSipORXyzv2JPetG5jb+x1AAAAE3RSTlMADPEbgDaNf4Ab4/nlro9o5OPx1PlRvgAAAItJREFUGNNtz1kOwiAUQNGCtKDYEbCAlo5O+9+gD4o1Rs8HgcuQkCR/pQSknzXKC0KKHMVdxrJjRmkY/CkmNlLSryDXQP1cASm2oKYWTOp9ZbDmBIwdxBoWraEYo61iPlx7rdt5fjrnHiGM+G4vgHcdD4+OuL+dQRNDWWFcHUBT17z0H9lHO4B+P/4CzO0MLhNljXoAAAAASUVORK5CYII=)](https://chrome.google.com/webstore/detail/torn-tools/hjpaapdjcgbmeikfnahipphknonhlhib) [![Firefox Extension Version](https://img.shields.io/amo/v/torn-tools?style=for-the-badge&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAKlBMVEVHcEwAytkAzNsA4vEAytkAytkAytkAytkAzd4AytoAy9kAy9kA0uoAydi22zB6AAAADXRSTlMA8TcF3KacuiWBaU0LEfdW0AAAAIJJREFUCNdj4ApiUElmmNbAsPYqk+xVi7vODLFXFt69W3n3BoOq710guD6BgWEtiCHMwMAkC2JcNWBQvAsGwQy+V2rv3nW/e4sh9w733esH5kowsDkw1N5m2KjAwMDAIXuTgRlIMwO13WQAgdy7d4XADLa7FxXADIZYiAADg1UDkAAAuaM0aWPgcX4AAAAASUVORK5CYII=)](https://addons.mozilla.org/en-US/firefox/addon/torn-tools/) -[![GitHub Release Date](https://img.shields.io/static/v1?label=RELEASE%20DATE&message=June%2C%203rd.%202024&color=%23acea00&style=for-the-badge)](https://github.com/Mephiles/torntools_extension/releases/latest) +[![GitHub Release Date](https://img.shields.io/static/v1?label=RELEASE%20DATE&message=March%2C%2029th%202024&color=%23acea00&style=for-the-badge)](https://github.com/Mephiles/torntools_extension/releases/latest) [![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/hjpaapdjcgbmeikfnahipphknonhlhib?label=CHROME%20USERS&style=for-the-badge)](https://chrome.google.com/webstore/detail/torn-tools/hjpaapdjcgbmeikfnahipphknonhlhib) [![Firefox Add-on Users](https://img.shields.io/amo/users/%257B3754707b-1aa4-4c6f-96e7-5b1cdc1de5f9%257D?label=FIREFOX%20USERS&style=for-the-badge)](https://addons.mozilla.org/en-US/firefox/addon/torn-tools/) diff --git a/extension/changelog.json b/extension/changelog.json index 39c466f58..608a8214d 100644 --- a/extension/changelog.json +++ b/extension/changelog.json @@ -1,15 +1,8 @@ [ - { - "version": { "major": 7, "minor": 2, "build": 0 }, - "title": "Beta", - "date": false, - "logs": { "features": [], "fixes": [], "changes": [], "removed": [] } - }, - { "version": { "major": 7, "minor": 1, "build": 0 }, "title": "Beta", "date": "2024/06/03", "logs": {} }, { "version": { "major": 7, "minor": 0, "build": 0 }, "title": "Beta", - "date": "2024/06/03", + "date": false, "logs": { "fixes": [ { "message": "Fixed chat highlight causing chat to scroll slightly upwards", "contributor": "Kwack" }, diff --git a/extension/manifest.json b/extension/manifest.json index 4a27f03f5..011877321 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "TornTools", - "version": "7.2.0", + "version": "7.0.0", "description": "Several tools for Torn.", "icons": { "16": "resources/images/icon_16.png", "48": "resources/images/icon_48.png", "128": "resources/images/icon_128.png" }, "action": { "default_title": "TornTools", "default_popup": "pages/popup/popup.html", "default_icon": "resources/images/icon_128.png" }, diff --git a/releaseBody.md b/releaseBody.md deleted file mode 100644 index 58d3739c3..000000000 --- a/releaseBody.md +++ /dev/null @@ -1,12 +0,0 @@ -### Fixes -* Fixed chat highlight causing chat to scroll slightly upwards -* Fixed sidebar OC timer showing up even when user was not in a faction. -* Caching and minor fixes for both Faction and Company ID features -* Updated hardcoded fallbacks for torn's items and item categories post Crimes 2.0 -* Fixed race condition for Feature Manager in *.entry.js features. -* Fixed Forum Warning and Add Debug Info features for forum input changes. - -### Changes -* Migrated to manifest version 3. -* Validate new key level in popup before using. - diff --git a/versions/torntools_7.0.0.zip b/versions/torntools_7.0.0.zip deleted file mode 100644 index 98c001944..000000000 Binary files a/versions/torntools_7.0.0.zip and /dev/null differ diff --git a/versions/torntools_7.1.0.zip b/versions/torntools_7.1.0.zip deleted file mode 100644 index 26a05975e..000000000 Binary files a/versions/torntools_7.1.0.zip and /dev/null differ