Skip to content

Commit

Permalink
Bump version to v.1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 25, 2023
1 parent 17c9b4e commit 03e7273
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FloatTool/FloatTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<UseWPF>true</UseWPF>
<PlatformTarget>x64</PlatformTarget>
<Authors>Prevter</Authors>
<PackageProjectUrl>https://prevter.github.io/FloatTool</PackageProjectUrl>
<RepositoryUrl>https://github.com/Prevter/FloatTool</RepositoryUrl>
<PackageProjectUrl>https://prevter.ml/floattool</PackageProjectUrl>
<RepositoryUrl>https://github.com/prevter/floattool</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1.4.0</AssemblyVersion>
<AssemblyVersion>1.4.1</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>
<DebugType>embedded</DebugType>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,27 @@ This is probably the fastest app you can find, as it can achieve more than 15,00
_Please see [Documentation](https://prevter.github.io/FloatTool/tutorial.html) for complete tutorial in usage_

## Version History
* 1.4.1
* 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
* 1.4.0
* Added new Revolution Case
* 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
* 1.3.0
* Changed from decimal (128 bit) to double (64 bit). This made calculations faster, while not changing the precision
* Made all classes sealed. This prohibits the use of inheritance in classes and slightly improves performance
* Rewrote combinations finding algorithm and embeded it in main loop
* Fixed minor bug in Discord RPC
* Fixed link to the themes list in settings
* 1.2.0
* Discord RPC now changes correctly according to current language and state
* Before search starts, skins are sorted by price to get more relevant crafts
Expand Down

0 comments on commit 03e7273

Please sign in to comment.