diff --git a/README.md b/README.md
index 8db0e76..3441ecb 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Tarkov is full of annoyances but we can fix them! Sometimes.
- Rebind Home/End, PageUp/PageDown to work like they do in every other app ever released in the history of the world.
- Customizable mouse scrolling speed
- Fix item tooltips if your mouse goes through the Quest/FoundInRaid icon (great for MoreCheckmarks)
-- Allow found in raid money and ammo automatically stack with non-found-in-raid items (stops containers making extra stacks!)
+- Allow found in raid money and ammo automatically stack with non-found-in-raid items (stops containers making extra stacks!). ✨ Top-up too!
- Option to synchronize stash scroll position everywhere your stash is visible
## Traders
@@ -24,6 +24,7 @@ Tarkov is full of annoyances but we can fix them! Sometimes.
- ✨ Locked trader item tooltip reveals which specific quest will unlock it
- Option to keep the Add Offer window open after placing your offer
- Set prices in the Add Offer window by clicking the min/avg/max market prices
+- ✨ Autoselect Similar checkbox is remembered across sessions and application restarts
## Doors
- Remove the unimplemented actions like "Bang & clear" that, lets face it, are never going to happen anyway.
diff --git a/UIFixes.csproj b/UIFixes.csproj
index b15114e..461a8f7 100644
--- a/UIFixes.csproj
+++ b/UIFixes.csproj
@@ -4,7 +4,7 @@
net471
Tyfon.UIFixes
SPT UI Fixes
- 1.6.0
+ 1.6.1
true
latest
Debug;Release;Dist
diff --git a/server/package.json b/server/package.json
index b81c10a..dbb271c 100644
--- a/server/package.json
+++ b/server/package.json
@@ -1,6 +1,6 @@
{
"name": "uifixes",
- "version": "1.6.0",
+ "version": "1.6.1",
"main": "src/mod.js",
"license": "MIT",
"author": "Tyfon",