@@ -39,6 +39,27 @@ This is probably the fastest app you can find, as it can achieve more than 15,00
3939_ Please see [ Documentation] ( https://prevter.github.io/FloatTool/tutorial.html ) for complete tutorial in usage_
4040
4141## Version History
42+ * 1.4.1
43+ * Added new Anubis Collection and changed "AWP | Doodle Lore"
44+ * Rewrote ItemsParser to use game files instead of csgostash.com
45+ * Remade NextCombination method to actually support skipping, instead of running in a loop.
46+ * Added toggle to use Parallel.For instead of task pools. Testing shows a slight improvement on AMD CPUs.
47+ * Synced all namespaces to organize codebase
48+ * 1.4.0
49+ * Added new Revolution Case
50+ * Remade "Copy" button. Now it autoselects the corresponding textbox
51+ * Fixed a benchmark exploit
52+ * Remade Stopwatch to work like in .NET 7 (Doesn't allocate on heap, should work faster)
53+ * Settings now use JSON instead of registry
54+ * Added two new options to settings:
55+ * API selector to choose from two different methods of getting floats
56+ * Format selector to correctly format floats for selected extension
57+ * 1.3.0
58+ * Changed from decimal (128 bit) to double (64 bit). This made calculations faster, while not changing the precision
59+ * Made all classes sealed. This prohibits the use of inheritance in classes and slightly improves performance
60+ * Rewrote combinations finding algorithm and embeded it in main loop
61+ * Fixed minor bug in Discord RPC
62+ * Fixed link to the themes list in settings
4263* 1.2.0
4364 * Discord RPC now changes correctly according to current language and state
4465 * Before search starts, skins are sorted by price to get more relevant crafts
0 commit comments