rev version, 2.1.0

This commit is contained in:
Tyfon
2024-07-10 17:46:44 -07:00
parent 90a197afc9
commit 0629ebae70
3 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ New UI features enabled by this mod
- Context menu to insure all, equip all, unequip all, unload ammo from all - Context menu to insure all, equip all, unequip all, unload ammo from all
- Swap items in place - drag one item over another to swap their locations! - 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 - Flea market history - press the new back button to go back to the previous search
- ✨ Linked flea search from empty slots - find mods that fit that specific slot
- Keybinds for most context menu actions - Keybinds for most context menu actions
- ✨ Toggle/Hold Aiming - tap to toggle ADS, or hold to ADS and stop when you release - ✨ Toggle/Hold Aiming - tap to toggle ADS, or hold to ADS and stop when you release

View File

@@ -4,7 +4,7 @@
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<AssemblyName>Tyfon.UIFixes</AssemblyName> <AssemblyName>Tyfon.UIFixes</AssemblyName>
<Description>SPT UI Fixes</Description> <Description>SPT UI Fixes</Description>
<Version>2.0.5</Version> <Version>2.1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Configurations>Debug;Release;Dist</Configurations> <Configurations>Debug;Release;Dist</Configurations>

View File

@@ -1,6 +1,6 @@
{ {
"name": "uifixes", "name": "uifixes",
"version": "2.0.5", "version": "2.1.0",
"main": "src/mod.js", "main": "src/mod.js",
"license": "MIT", "license": "MIT",
"author": "Tyfon", "author": "Tyfon",