Releases: Prevter/FloatTool
CSFloat API fix, more bugfixes
Note: This updates no longer has a .NET 6.0 build, so you have to make sure to have .NET 7.0 installed.
What's Changed
- About window which contains links to source code, license, tutorial, discord server and more
- Fixed some logging messages for better understanding in case of a problem
- Fixed ItemsParser to exclude duplicated items
- Made a fix for changing domain name
- Fixed issues with CSGOFloat (now CSFloat). Float fetching should work fine
- "Craft Range" value now updates to show actual range from loaded items
- Fixed short CPU name for new processors
- Bump DiscordRichPresence from 1.1.4.20 to 1.2.1.24 by @dependabot in #22
Full Changelog: v.1.4.1...v.1.5.0
Anubis Collection, Code rewrites, ItemsParser
Warning: Currently CS:GO servers are under heavy load. This means that you would probably get more "Couldn't get more than 10 floats from marketplace" errors than usually. I can't do anything about it, so you just got to wait / find time with less load.
What's Changed
- Added new Anubis Collection and changed "AWP | Doodle Lore"
- Rewrote ItemsParser to use game files instead of csgostash.com
- Remade NextCombination method to actually support skipping, instead of running in a loop.
- Added toggle to use Parallel.For instead of task pools. Testing shows a slight improvement on AMD CPUs.
- Synced all namespaces to organize codebase
- Bump Newtonsoft.Json from 13.0.2 to 13.0.3 by @dependabot in #20
Full Changelog: v.1.4.0...v.1.4.1
Revolution Case, fixes and rewrites
Main changes
- Remade "Copy" button. Now it autoselects the corresponding textbox
- Fixed a benchmark exploit
- Remade Stopwatch to work like in .NET 7 (Doesn't allocate on heap, should work faster)
- Settings now use JSON instead of registry
- Added two new options to settings:
- API selector to choose from two different methods of getting floats
- Format selector to correctly format floats for selected extension
- Added new Revolution Case
What's Changed
- Bump DiscordRichPresence from 1.0.175 to 1.1.3.18 by @dependabot
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 by @dependabot
Full Changelog: v.1.3.0...v.1.4.0
Moved from decimal to double, optimized code
This is probably the last performance update. Everything that i could've optimized is now optimized
This version also includes compiled binary for .NET 7 rc1 to test it before fully moving
Main changes
- Changed from decimal (128 bit) to double (64 bit). This made calculations faster, while not changing the precision
- Made all classes sealed. This makes classes without inheritance and improves performance
- Rewrote combinations founder algorithm and embeded it in main loop
- Fixed minor bug in Discord RPC
- Fixed link to the themes list in settings
Other
- Bump HtmlAgilityPack from 1.11.43 to 1.11.46
Full Changelog: v.1.2.0...v.1.3.0
New API, small improvements, Discord RPC fix
- Discord RPC now changes correctly according to current language and state
- Before search starts, skins are sorted by price to get more relevant crafts
- Moved website and API to a single website
- Added a checkbox in benchmark to only show results for current version
- Added sorting of results by price when you press F5
- "Checked combinations" now show number with spaces (made it easier to see)
Other:
- Bump log4net from 2.0.14 to 2.0.15
Full Changelog: v.1.1.1...v.1.2.0
Update progress bar
- Added a progress bar to updating process
Full Changelog: v.1.1.0...v.1.1.1
Bug fixes, code cleanup
- Minor bug fixes
- Small optimizations
- Added CZ75, P250, SSG 08, Tec-9 and USP-S to list (haven't realized until now)
- Fixed all warnings and messages in VS
- Added search filter check, it'l show a warning if you entered incorrect settings
- If you press F4, it will open steam marketplace for current skin
Full Changelog: v.1.0.2...v.1.1.0
Recoil Case
- Added new Recoil Case ( Took less than an hour :) )
- You can now press F3 to open current collection on CSGOStash
Bug fixes, new collections
Still looking for translations. You can help here:
https://poeditor.com/join/project/7ewXWFXF0h
Changelog:
- Fixed critical bug that showed incorrect combinations.
- Added new collections:
- The Dreams & Nightmares Case
- The 2021 Train Collection
- The 2021 Mirage Collection
- The 2021 Dust 2 Collection
- The 2021 Vertigo Collection
- Operation Riptide Case
- Snakebite Case
- The Ancient Collection
- The Control Collection
- The Havoc Collection
- Operation Broken Fang Case
- You can now see if a skin can't be StatTrak
- Fixed update issue (this update will contain two zips: first is a patch for 1.0.0 and second is release)
New collections are going to be added much faster, because i made a parser that should take info from csgostash
WPF Remaster
FloatTool 1.0.0 have now released
The main features are:
- New UI made with WPF
- Complete code rewrite
- Optimizations and speed-ups
- The average speed increase is x3-4
Old versions should update without any problems.
There soon will following update to include more collections.