Skip to content

Latest commit

 

History

History
79 lines (66 loc) · 7.97 KB

CHANGELOG.md

File metadata and controls

79 lines (66 loc) · 7.97 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.1] - 2024-08-03

Added

  • Add example mods for reference - (1269b8c)
  • Add xtask commands for development workflow (#25) - (bb72642)
  • Add workspace resolver version to /Cargo.toml - (a89d80a)
  • Add git-cliff and woodpecker to automate build releases (#28) - (25eaeba)
  • Add workspace package to the project (#31) - (7d4b50c)
  • Add imgui overlay (#35) - (40c707b)
  • Add 'implement' keyword to cliff.toml - (dcf4816)
  • Add rust bindings for plugins (#43) - (c9b060d)

Changed

  • Infinite health (kind of) - (757bc9b)
  • Bug and considerations - (771b947)
  • Mod injector in rust 🚀🚀 (#2) - (6dbd9ef)
  • Repacker cli 🚀🚀 - (6b07abe)
  • Async unpack - (46f7b38)
  • Unoptimized async - (afcac94)
  • Rfi to dds - (4f8b284)
  • Setup editorconfig and rustfmt - (2128911)
  • Format detours, emf, emtk - (dcdc048)
  • Format - (7629827)
  • 100% lua modding - (e694431)
  • Create and attach hooks in lua - (1557e16)
  • Recursive unpacking - (2a4da9f)
  • Update readme - (4d02e62)
  • Imgui & lua console 🚀 - (5926b3f)
  • Formatting indentation - (f96166b)
  • ANSI support for console - (571fe0d)
  • Loading mods from folder - (0900d4c)
  • Ignore require("types") - (1fca404)
  • Expose sig scanner to lua - (45fbec1)
  • BIG CHANGES (64bit is real (sort of)) 🚀 - (bd4d2a7)
  • Find game exe via env or current path - (faf1de8)
  • Find game exe via env - (7199ea2)
  • Change EXANIMA_PATH to EXANIMA_EXE - (d5a8f79)
  • Format tomls with taplo - (0e5318a)
  • Restructured project (#27) - (88c900d)
  • Clean up workspace dependencies - (c569ee3)
  • Refactor logs for repacker - (2bb1909)
  • Replace toml with ron for metadata in repacker (#32) - (1518607)
  • Move back to upstream hudhook - (4d6344e)
  • Clone detours over http instead of ssh - (74b09d9)
  • Use ssh key for git - (43ecc78)
  • Move artifact files to root of zip file - (d864731)
  • Export send_message function, update setting functions - (bb95ad3)

Fixed

  • File exceptions - (d27af9a)
  • Filetype prioritization - (1500018)
  • Setting envvar for SteamAppId - (ab399e2)
  • Formatting - (332c964)
  • Formatting issues, share workspace dependencies - (a02a762)
  • Create mods folder if it's missing (#24) - (41c44c7)
  • Prevent overwriting config.toml - (a40757b)
  • Refactor tasks after project restructure - (c21dd12)
  • Add missing closing quote to CI workflow - (09204c5)
  • Fix settings not being boxed before being sent to ffi - (c28e00e)

Removed

  • Remove licensure - (2fc9b40)
  • Remove trivial_bounds feature - (a195a8e)
  • Remove unused "emf.h" file - (903b6b6)
  • Remove CHANGELOG.md - (e2a0bde)