diff --git a/README.md b/README.md
index 7cc2a42..af26bf9 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ Quality of life improvements and fixes for SPT
Tarkov is full of annoyances but we can fix them! Sometimes.
+✨ Recently added
+
## Added features
New UI features enabled by this mod
@@ -15,6 +17,7 @@ New UI features enabled by this mod
- Swap items in place - drag one item over another to swap their locations!
- Flea market history - press the new back button to go back to the previous search
- Keybinds for most context menu actions
+- ✨ Toggle/Hold Aiming - tap to toggle ADS, or hold to ADS and stop when you release
## Improved features
@@ -29,6 +32,7 @@ Existing SPT features made better
- Insure and repair items directly from the context menu
- Load ammo via context menu _in raid_
- Load ammo preset will pull ammo from inventory, not just stash
+- ✨ Multi-grid vest and backpack grids reordered to be left to right, top to bottom.
#### Inspect windows
@@ -63,6 +67,11 @@ Existing SPT features made better
- Remember window state when you leave hideout without closing (e.g. when searching for a recipe item on flea)
- Tools used in crafting will be returned to the container they were in
+#### In raid
+
+- ✨ Grenade quickbinds will transfer to the next grenade of the same type after throwing.
+- ✨ Option to change the behavior of the grenade key from selecting a random grenade to a deterministic one
+
#### Mail
- The messages window stays open when you return from transfering items
diff --git a/UIFixes.csproj b/UIFixes.csproj
index 5b53107..588e862 100644
--- a/UIFixes.csproj
+++ b/UIFixes.csproj
@@ -4,7 +4,7 @@
net471
Tyfon.UIFixes
SPT UI Fixes
- 2.0.2
+ 2.0.3
true
latest
Debug;Release;Dist
diff --git a/server/package.json b/server/package.json
index 529efc8..f3d3631 100644
--- a/server/package.json
+++ b/server/package.json
@@ -1,6 +1,6 @@
{
"name": "uifixes",
- "version": "2.0.2",
+ "version": "2.0.3",
"main": "src/mod.js",
"license": "MIT",
"author": "Tyfon",