Skip to content

Latest commit

 

History

History
95 lines (48 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

95 lines (48 loc) · 5.02 KB

v2.0.0-rc1 (2025-01-12)

Features

  • re-write the mod in redscript with input loader 3ff304e

Build System

  • bump: also include commit bodies in changelogs 4698a7c

  • scripts: update scripts and also include comments 94c8053

v1.10.0 (2024-05-28)

Features

Build System

  • scripts: add a script for installing and uninstalling the mod 636a0ad

v1.9.0 (2024-05-27)

Features

  • cet: add a setting to edit the speed for crouch sprinting 95a159e

v1.8.1 (2024-05-25)

Bug Fixes

  • cet: ensure the custom walking state flag is reset when the player stands 0d00ae7

v1.8.0 (2024-05-20)

Features

  • redscript: allow the player to crouch sprint regardless if the walking state was enabled bfe30f4

v.1.7.0 (2024-05-17)

Features

  • cet: prevent the game from editing the player's movement speed when entering a scene 83d8d1e

v1.6.1 (2024-05-15)

Build System

  • add dummy text file so the data folder isn't empty c932ffc

v1.6.0 (2024-05-15)

style

  • cet: update menu labels for more context 793918b

Features

  • cet: add a feature to toggle the walking state when the player's combat state changes ddb833f

  • cet: don't include default config object b58fea8

v1.5.0 (2024-05-14)

Features

  • cet: ensure the user is not in a vehicle before toggling the walk state ae63a55

v1.5.0-rc2 (2024-05-13)

Bug Fixes

  • scripts: ensure the r6 and bin folder are in root when zipped 46ad9e5

  • scripts: fix check that checks if mods have been imported 00c5802

Refactor

  • redscript: rename Movement.reds to reference.reds fac53fe

  • cet: move the persist system into a script 48c96c0

Features

  • cet: refactor the persist system to prevent more actions from disabling the walking state 6d90c6e

  • cet: add the ability to edit the movement speed when crouching 22dcd80

Build System

  • add bump for version management 3be9cca

v1.5.0-rc1 (2024-05-12)