Skip to content

Commit bfc9455

Browse files
committed
Pack v7.5.0 and update to v7.5.1
1 parent 34079f4 commit bfc9455

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[![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)
1111
[![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/)
12-
[![GitHub Release Date](https://img.shields.io/static/v1?label=RELEASE%20DATE&message=January%2C%2015th.%202025&color=%23acea00&style=for-the-badge)](https://github.com/Mephiles/torntools_extension/releases/latest)<!---A pointer for bash-->
12+
[![GitHub Release Date](https://img.shields.io/static/v1?label=RELEASE%20DATE&message=February%2C%207th.%202025&color=%23acea00&style=for-the-badge)](https://github.com/Mephiles/torntools_extension/releases/latest)<!---A pointer for bash-->
1313

1414
[![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)
1515
[![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/)

extension/changelog.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[
22
{
3-
"version": { "major": 7, "minor": 5, "build": 0 },
3+
"version": { "major": 7, "minor": 5, "build": 1 },
4+
"title": "Beta",
45
"date": false,
6+
"logs": { "features": [], "fixes": [], "changes": [], "removed": [] }
7+
},
8+
{
9+
"version": { "major": 7, "minor": 5, "build": 0 },
10+
"date": "2025/02/07",
511
"logs": {
612
"features": [
713
{ "message": "Sidebar timer for OC 2.", "contributor": "DeKleineKobini" },
@@ -29,8 +35,7 @@
2935
{ "message": "Include some missing achievements like hospitals and jail visits and special ammo.", "contributor": "DeKleineKobini" },
3036
{ "message": "Improve page detection on 'loader.php'.", "contributor": "DeKleineKobini" },
3137
{ "message": "Check whether your data is corrupted on the about page.", "contributor": "DeKleineKobini" }
32-
],
33-
"removed": []
38+
]
3439
}
3540
},
3641
{

extension/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "TornTools",
4-
"version": "7.5.0",
4+
"version": "7.5.1",
55
"description": "Several tools for Torn.",
66
"icons": { "16": "resources/images/icon_16.png", "48": "resources/images/icon_48.png", "128": "resources/images/icon_128.png" },
77
"action": { "default_title": "TornTools", "default_popup": "pages/popup/popup.html", "default_icon": "resources/images/icon_128.png" },

0 commit comments

Comments
 (0)