diff --git a/FloatTool/FloatTool.csproj b/FloatTool/FloatTool.csproj
index 6746be6..6984ecb 100644
--- a/FloatTool/FloatTool.csproj
+++ b/FloatTool/FloatTool.csproj
@@ -6,14 +6,15 @@
true
x64
Prevter
- https://prevter.github.io/FloatTool
- https://github.com/Prevter/FloatTool
+ https://prevter.ml/floattool
+ https://github.com/prevter/floattool
en
- 1.4.0
+ 1.4.1
$(AssemblyVersion)
Assets\Icon.ico
embedded
False
+ false
diff --git a/README.md b/README.md
index 1b6c165..9dcc805 100644
--- a/README.md
+++ b/README.md
@@ -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