File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ Built with [BepInEx](https://valheim.thunderstore.io/package/denikson/BepInExPac
114114
115115Releases in github repo are packaged for Thunderstore Mod Manager.
116116
117+ * 1.4.2 Clean up debugging logging
117118* 1.4.1 Fix auto-sneak bug that got stuck at the stam regen threshold
118119* 1.4.0 Support The Bog Witch update. Add auto-attack feature. Optimize the main loop to prevent toggle lock in certain scenarios
119120* 1.3.0 Add auto-jump feature and many improvements and tweaks
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class ToggleMovementMod : BaseUnityPlugin
1818 {
1919 const string pluginGUID = "afilbert.ValheimToggleMovementMod" ;
2020 const string pluginName = "Valheim - Toggle Movement Mod" ;
21- const string pluginVersion = "1.4.1 " ;
21+ const string pluginVersion = "1.4.2 " ;
2222 const string freeLookKey = "FreeLook" ;
2323 const string sprintKey = "Sprint" ;
2424
You can’t perform that action at this time.
0 commit comments