Skip to content

Commit 03e7273

Browse files
committed
Bump version to v.1.4.1
1 parent 17c9b4e commit 03e7273

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

FloatTool/FloatTool.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
<UseWPF>true</UseWPF>
77
<PlatformTarget>x64</PlatformTarget>
88
<Authors>Prevter</Authors>
9-
<PackageProjectUrl>https://prevter.github.io/FloatTool</PackageProjectUrl>
10-
<RepositoryUrl>https://github.com/Prevter/FloatTool</RepositoryUrl>
9+
<PackageProjectUrl>https://prevter.ml/floattool</PackageProjectUrl>
10+
<RepositoryUrl>https://github.com/prevter/floattool</RepositoryUrl>
1111
<NeutralLanguage>en</NeutralLanguage>
12-
<AssemblyVersion>1.4.0</AssemblyVersion>
12+
<AssemblyVersion>1.4.1</AssemblyVersion>
1313
<FileVersion>$(AssemblyVersion)</FileVersion>
1414
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>
1515
<DebugType>embedded</DebugType>
1616
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
17+
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
1718
</PropertyGroup>
1819

1920
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)