Rev version, 1.6.1

This commit is contained in:
Tyfon
2024-05-29 14:18:05 -07:00
parent bcd8d0c7ff
commit e022cf5f32
3 changed files with 4 additions and 3 deletions

View File

@@ -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. - 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 - Customizable mouse scrolling speed
- Fix item tooltips if your mouse goes through the Quest/FoundInRaid icon (great for MoreCheckmarks) - 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 - Option to synchronize stash scroll position everywhere your stash is visible
## Traders ## 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 - ✨ Locked trader item tooltip reveals which specific quest will unlock it
- Option to keep the Add Offer window open after placing your offer - 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 - 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 ## Doors
- Remove the unimplemented actions like "Bang & clear" that, lets face it, are never going to happen anyway. - Remove the unimplemented actions like "Bang & clear" that, lets face it, are never going to happen anyway.

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>1.6.0</Version> <Version>1.6.1</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": "1.6.0", "version": "1.6.1",
"main": "src/mod.js", "main": "src/mod.js",
"license": "MIT", "license": "MIT",
"author": "Tyfon", "author": "Tyfon",