Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mephiles authored and actions-user committed Feb 24, 2023
1 parent a62cf8d commit 1be703e
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=January%2C%2016th.%202023&color=%23acea00&style=for-the-badge)](https://github.com/Mephiles/torntools_extension/releases/latest)<!---A pointer for bash-->
[![GitHub Release Date](https://img.shields.io/static/v1?label=RELEASE%20DATE&message=February%2C%2024th.%202023&color=%23acea00&style=for-the-badge)](https://github.com/Mephiles/torntools_extension/releases/latest)<!---A pointer for bash-->

[![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/)
Expand Down
8 changes: 7 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[
{
"version": { "major": 6, "minor": 11, "build": 0 },
"version": { "major": 6, "minor": 12, "build": 0 },
"title": "Beta",
"date": false,
"logs": { "features": [], "fixes": [], "changes": [], "removed": [] }
},
{
"version": { "major": 6, "minor": 11, "build": 0 },
"date": "2023/02/24",
"logs": {
"features": [
{ "message": "Filter on the enemies page.", "contributor": "DeKleineKobini" },
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "TornTools",
"version": "6.11.0",
"version": "6.12.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" },
"browser_action": { "default_title": "TornTools", "default_popup": "pages/popup/popup.html", "default_icon": "resources/images/icon_128.png" },
Expand Down
30 changes: 30 additions & 0 deletions releaseBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
### Features
* Filter on the enemies page.
* Stakeout factions.

### Fixes
* Fix Auto Stock Fill.
* Fix auction house filters when something isn't present.
* Fix gym steadfast perk percentages in wrong position after changing gyms.
* Fix bounty filter.
* Fix collapible area to work with the changes.
* Fix update notice.

### Changes
* Stop features from running on 2FA page.
* Disable dragging for quick items and crimes on mobile and tablets.
* Show gym bonus from your job.
* Show total gym bonus.
* Show 'item' for singular city finds.
* Improve handling of error 17.
* Include a button to manually refresh the profile box spy when there is no prior spy.
* Invalidate TornStats spy cache upon saving a spy to TornStats.
* Decrease jail score filter step amount from 25 to 10.
* Add statistics for bounty filter.
* Change torndata validity check to better avoid corrupt data, again.
* Add the option to not show the feature manager when there is nothing to show.
* Filter on abroad status for faction members.

### Removed
* Remove hide area feature because of Torn implementing it itself.

Binary file added versions/torntools_6.11.0.zip
Binary file not shown.

0 comments on commit 1be703e

Please sign in to comment.