Skip to content

Commit

Permalink
Bumps Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 committed Apr 17, 2019
1 parent d9b3a2c commit 78afa8e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 31 deletions.
71 changes: 41 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,55 +40,66 @@ In order to bypass CSP, the extension uses page event listeners to communicate w

## Changelog

v1.0.0
* Initial release
v2.0.0

v1.0.1
* Implemented support for requesting all floats on the given page
* Adds integrated screenshot and 3D models for market skins, powered by cs.money
* Automatically fetches market floats on page load
* Fetches float and paint seed for inventory skins
* Shows market skin stickers and their wear
* Shows doppler phase if applicable
* Restricts properties saved in global filters to save space
* Fixes filters using the "X in (Y, Z)" notation
* Allows filtering on doppler phase

v1.0.2
* Added "Fetching" status to the "Get Float" button when that item is being processed
* Cleaned up the code w/ better commenting
v1.3.2

v1.1
* Rewrite of the extension to allow greater flexibility in the future
* Fixes float value sorting on pages where the user has items listed

v1.1.1
* Fixes Slow Item Info Retrieval Handling
v1.3.1

v1.1.2
* Implements proper sanitization of injected HTML during float retrieval
* Implements sorting listings by float value

v1.1.3
* Fixes 'Unknown Error' on Firefox
v1.3.0

v1.1.4
* Updates API Endpoint Port
* Fixes float selector when the user has items on sale (thanks @z32nissan)
* Implements global filters: filters can now be toggled to apply to all skins
* Implements percentile and percentileRange filter functions

v1.2.0
v1.2.2

* Adds simultaneous request functionality (up to 10)
* Adds Filtrex user-defined filters with highlight colours
* Fixes deletion of filter keys without any filters (applicable if you've put filters on 512 items)

v1.2.1

* Adds user-definable page size (up to 100)
* Page size is stored in sync storage

v1.2.2
v1.2.0

* Fixes deletion of filter keys without any filters (applicable if you've put filters on 512 items)
* Adds simultaneous request functionality (up to 10)
* Adds Filtrex user-defined filters with highlight colours

v1.3.0
v1.1.4
* Updates API Endpoint Port
* Fixes float selector when the user has items on sale (thanks @z32nissan)

* Implements global filters: filters can now be toggled to apply to all skins
* Implements percentile and percentileRange filter functions
v1.1.3
* Fixes 'Unknown Error' on Firefox

v1.3.1
v1.1.2
* Implements proper sanitization of injected HTML during float retrieval

* Implements sorting listings by float value
v1.1.1
* Fixes Slow Item Info Retrieval Handling

v1.3.2
v1.1
* Rewrite of the extension to allow greater flexibility in the future

* Fixes float value sorting on pages where the user has items listed
v1.0.2
* Added "Fetching" status to the "Get Float" button when that item is being processed
* Cleaned up the code w/ better commenting

v1.0.1
* Implemented support for requesting all floats on the given page

v1.0.0
* Initial release
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "CSGOFloat Market Checker",
"short_name": "CSGOFloat",
"version": "1.3.2",
"version": "2.0.0",
"description": "Dedicated API for fetching the float value and paint seed of CSGO items on the market",
"icons": {
"16": "icons/16.png",
Expand Down

0 comments on commit 78afa8e

Please sign in to comment.