Skip to content

Commit 6f92ffd

Browse files
Mephilesactions-user
authored andcommitted
Prettified Code!
1 parent 95a57d5 commit 6f92ffd

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
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=October%2C%202nd.%202023&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=October%2C%2029th.%202023&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-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[
22
{
3-
"version": { "major": 6, "minor": 19, "build": 0 },
3+
"version": { "major": 6, "minor": 20, "build": 0 },
4+
"title": "Beta",
45
"date": false,
6+
"logs": { "features": [], "fixes": [], "changes": [], "removed": [] }
7+
},
8+
{
9+
"version": { "major": 6, "minor": 19, "build": 0 },
10+
"date": "2023/10/29",
511
"logs": {
6-
"features": [],
712
"fixes": [
813
{ "message": "Blackjack strategy for new page URL.", "contributor": "TheFoxMan" },
914
{ "message": "Flowers/Plushies Missing Set uses on page data instead of Torn API data.", "contributor": "TheFoxMan" },
@@ -22,8 +27,7 @@
2227
{ "message": "Remove total values from Item Values feature(on items, bazaar and display case pages).", "contributor": "TheFoxMan" },
2328
{ "message": "Remove quantity information from Quick Items(Torn API does not give items data now).", "contributor": "TheFoxMan" },
2429
{ "message": "Reduce and limit the frequency of requireElement.", "contributor": "TheFoxMan" }
25-
],
26-
"removed": []
30+
]
2731
}
2832
},
2933
{

extension/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "TornTools",
4-
"version": "6.19.0",
4+
"version": "6.20.0",
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
"browser_action": { "default_title": "TornTools", "default_popup": "pages/popup/popup.html", "default_icon": "resources/images/icon_128.png" },

releaseBody.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Fixes
2+
* Blackjack strategy for new page URL.
3+
* Flowers/Plushies Missing Set uses on page data instead of Torn API data.
4+
* Change the element from where Quick Items takes XIDs.
5+
* Fix Block Zalgo, Chat Autocomplete, Chat Highlight, Colored Chats, Hide Chats, Search Chats, User Alias, Chat Font Size for Chats 2.0.
6+
* Trade Chat Timer for Chats 2.0.
7+
8+
### Changes
9+
* Change Computer Link to be available for everyone instead of checking PC/Laptop availability in inventory.
10+
* Remove total values from Item Values feature(on items, bazaar and display case pages).
11+
* Remove quantity information from Quick Items(Torn API does not give items data now).
12+
* Reduce and limit the frequency of requireElement.
13+

versions/torntools_6.19.0.zip

2.89 MB
Binary file not shown.

0 commit comments

Comments
 (0)